Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp601932pxu; Fri, 23 Oct 2020 08:46:12 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx3gvEBZTQ8VBo7foSsTVWaC8BzkFvWdAoKK5YlDR7IaR1zXfySFtg1600YX/pVlK9cMMdP X-Received: by 2002:a5d:4fc5:: with SMTP id h5mr3133497wrw.145.1603467972368; Fri, 23 Oct 2020 08:46:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1603467972; cv=none; d=google.com; s=arc-20160816; b=VnTZBEqZfSb706YbOytvSJWEDucyOnbBWwdhm8VY0kjExe927h0JvhJTs/k4PWs+YS oFRrBGR+pkfU4D1FHqe7uGeFHqBjKdwUQBwtOG2E4BkiSdfnlxStmS2PmptjtBsHAiD9 5g5IlYRlpQp7oyN8mY7h+CA0sKWKy+xSGAZTEVdBpKHmyioibRXDGX7U46RL2rRmP167 8VJIqmypZdGEod0y+LEy2BirAkSEaQNb4XriIzTDKYtRJq2kO/NrXxMG/kpSJVqeu+Gi hrNsIRTYdTU/NAMP6qgYHRykl7CGLrgCrGAveHdnBkvKVBsk7Hh+o4CVNpnb47vqI82u 7shQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=vSe9RC3ykqQSkJ9mSKVkt+DhrC2lCKsLHwSN10g7XJM=; b=zjPQYDcnI/uKCvzkhzaJnqGTFgXBnCcDGpXVrYSxTw/f7xxNvjkSxQRa3ywKz/AH45 9pTr5LFH6BCETpbdbKhQXs4m7PyagFrfG9IeYOnH/ark55QUW7nU2dfDQvQVCeNXp4wY RpC6cOq4nZBBF/gpI3AFhfFu0WKLBCHMI9Q47coKvjw7AWDuDLSlj+fMbVIfxgZ7y5IY mbCnaIy2ytQPNP35joxQ5FKY33cF0bQ48v6HULaWuFkI8LPo+IRoAMPuGZdQ9/ZzxtI8 R8hNTn8TMnVotqPdisTnWTTpbBBluf6N/IL7bBpaUPDe/jK32KEf6xJbBO3N/uQRPeY3 rapw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id w17si1119266eji.277.2020.10.23.08.45.49; Fri, 23 Oct 2020 08:46:12 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S463536AbgJWMSf (ORCPT + 99 others); Fri, 23 Oct 2020 08:18:35 -0400 Received: from verein.lst.de ([213.95.11.211]:55858 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S463485AbgJWMSf (ORCPT ); Fri, 23 Oct 2020 08:18:35 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 01A8467373; Fri, 23 Oct 2020 14:18:31 +0200 (CEST) Date: Fri, 23 Oct 2020 14:18:31 +0200 From: Christoph Hellwig To: Ulf Hansson Cc: Christoph Hellwig , =?utf-8?B?5Yav6ZSQ?= , Arnd Bergmann , Greg Kroah-Hartman , Linux Kernel Mailing List , "linux-mmc@vger.kernel.org" Subject: Re: [PATCH 3/3] mmc: rtsx: Add SD Express mode support for RTS5261 Message-ID: <20201023121831.GA18499@lst.de> References: <1600999061-13669-1-git-send-email-rui_feng@realsil.com.cn> <20201023091408.GA5201@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 23, 2020 at 02:12:19PM +0200, Ulf Hansson wrote: > If I understand you correctly, you are saying that the controller > should be able to communicate (upwards to the block layer) its known > write protect state for the corresponding NVMe device, during > initialization? Yes.