Re: [PATCH V1] mmc: sdhci: Fix sdhci_do_enable_v4_mode

2018-12-17 Thread Ulf Hansson
On Thu, 13 Dec 2018 at 21:34, Sowjanya Komatineni wrote: > > V4_MODE is Bit-15 of SDHCI_HOST_CONTROL2 register. > Need to perform word access to this register. > > Signed-off-by: Sowjanya Komatineni Applied for fixes, thanks! Kind regards Uffe > --- > drivers/mmc/host/sdhci.c | 4 ++-- > 1

Re: [PATCH V1] mmc: sdhci: Fix sdhci_do_enable_v4_mode

2018-12-13 Thread Adrian Hunter
On 13/12/18 10:34 PM, Sowjanya Komatineni wrote: > V4_MODE is Bit-15 of SDHCI_HOST_CONTROL2 register. > Need to perform word access to this register. > > Signed-off-by: Sowjanya Komatineni Fixes: b3f80b434f726 ("mmc: sdhci: Add sd host v4 mode") Acked-by: Adrian Hunter > --- >

[PATCH V1] mmc: sdhci: Fix sdhci_do_enable_v4_mode

2018-12-13 Thread Sowjanya Komatineni
V4_MODE is Bit-15 of SDHCI_HOST_CONTROL2 register. Need to perform word access to this register. Signed-off-by: Sowjanya Komatineni --- drivers/mmc/host/sdhci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c index