From mboxrd@z Thu Jan 1 00:00:00 1970 From: scott.branden@broadcom.com (Scott Branden) Date: Wed, 9 Nov 2016 10:38:38 -0800 Subject: [PATCH v2 2/2] mmc: sdhci-iproc: support standard byte register accesses In-Reply-To: References: <1478018277-10097-1-git-send-email-scott.branden@broadcom.com> <1478018277-10097-3-git-send-email-scott.branden@broadcom.com> Message-ID: <132c772b-d4b9-c4b6-2eca-0393e7c995f9@broadcom.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Adrian/Ulf, On 16-11-08 01:55 AM, Adrian Hunter wrote: > On 01/11/16 18:37, Scott Branden wrote: >> Add bytewise register accesses support for newer versions of IPROC >> SDHCI controllers. >> Previous sdhci-iproc versions of SDIO controllers >> (such as Raspberry Pi and Cygnus) only allowed for 32-bit register >> accesses. >> >> Signed-off-by: Srinath Mannam >> Signed-off-by: Scott Branden > > This is unchanged from V1 which I acked, so: I updated the binding name in the documentation but forgot to change it in this patch. Now that Rob has ack'd the binding documentation I will send out an updated patch with binding string in the code matching the ack'd documentation. > > Acked-by: Adrian Hunter > With the minor change I will add your ack to the next version I send out. Thanks, Scott