Re: [PATCH] sdhci-esdhc: Make 8BIT bus work.

2015-07-22 Thread Joakim Tjernlund
On Wed, 2015-07-22 at 14:18 +0200, Ulf Hansson wrote: > On 20 July 2015 at 18:19, Joakim Tjernlund > wrote: > > Support for 8BIT bus with was added some time ago to sdhci-esdhc but > > then missed to remove the 8BIT from the reserved bit mask which made > > 8BIT non functional. > > > > Signed-off

Re: [PATCH] sdhci-esdhc: Make 8BIT bus work.

2015-07-22 Thread Ulf Hansson
On 20 July 2015 at 18:19, Joakim Tjernlund wrote: > Support for 8BIT bus with was added some time ago to sdhci-esdhc but > then missed to remove the 8BIT from the reserved bit mask which made > 8BIT non functional. > > Signed-off-by: Joakim Tjernlund Should this be queued as a fix then? If so, p

[PATCH] sdhci-esdhc: Make 8BIT bus work.

2015-07-20 Thread Joakim Tjernlund
Support for 8BIT bus with was added some time ago to sdhci-esdhc but then missed to remove the 8BIT from the reserved bit mask which made 8BIT non functional. Signed-off-by: Joakim Tjernlund --- drivers/mmc/host/sdhci-esdhc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dr