Re: [PATCH 1/2] sdhci-of-esdhc: Support 8BIT bus width.

2015-05-05 Thread Arnd Bergmann
On Monday 04 May 2015 21:17:27 Joakim Tjernlund wrote: > On Mon, 2015-05-04 at 19:31 +0200, Arnd Bergmann wrote: > > On Monday 04 May 2015 18:31:31 Joakim Tjernlund wrote: > > > @@ -252,6 +260,8 @@ static void esdhc_of_platform_init(struct sdhci_host > > > *host) > > > > > > if (vvn > VE

Re: [PATCH 1/2] sdhci-of-esdhc: Support 8BIT bus width.

2015-05-04 Thread Joakim Tjernlund
On Mon, 2015-05-04 at 21:17 +, Joakim Tjernlund wrote: > On Mon, 2015-05-04 at 19:31 +0200, Arnd Bergmann wrote: > > On Monday 04 May 2015 18:31:31 Joakim Tjernlund wrote: > > > @@ -252,6 +260,8 @@ static void esdhc_of_platform_init(struct sdhci_host > > > *host) > > > > > > if (vvn

Re: [PATCH 1/2] sdhci-of-esdhc: Support 8BIT bus width.

2015-05-04 Thread Joakim Tjernlund
On Mon, 2015-05-04 at 19:31 +0200, Arnd Bergmann wrote: > On Monday 04 May 2015 18:31:31 Joakim Tjernlund wrote: > > @@ -252,6 +260,8 @@ static void esdhc_of_platform_init(struct sdhci_host > > *host) > > > > if (vvn > VENDOR_V_22) > > host->quirks &= ~SDHCI_QUIRK_NO_BUSY

Re: [PATCH 1/2] sdhci-of-esdhc: Support 8BIT bus width.

2015-05-04 Thread Arnd Bergmann
On Monday 04 May 2015 18:31:31 Joakim Tjernlund wrote: > @@ -252,6 +260,8 @@ static void esdhc_of_platform_init(struct sdhci_host > *host) > > if (vvn > VENDOR_V_22) > host->quirks &= ~SDHCI_QUIRK_NO_BUSY_IRQ; > + > + host->mmc->caps |= MMC_CAP_8_BIT_DATA; > } >

[PATCH 1/2] sdhci-of-esdhc: Support 8BIT bus width.

2015-05-04 Thread Joakim Tjernlund
Signed-off-by: Joakim Tjernlund --- drivers/mmc/host/sdhci-of-esdhc.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/mmc/host/sdhci-of-esdhc.c b/drivers/mmc/host/sdhci-of-esdhc.c index 22e9111..7130130 100644 --- a/drivers/mmc/host/sdhci-of-esdhc.c +++ b/drivers/mmc/host