Re: [PATCH v1 1/2] mmc: sdhci-dove: Add SDHCI_QUIRK_NO_HISPD_BIT

2012-07-21 Thread Chris Ball
Hi Sebastian, On Thu, Jul 05 2012, Sebastian Hesselbarth wrote: > The sdio controller on dove doesn't have a bit to indicate > high-speed. With the quirk set it fixes accessing high-speed > sdcards. > > Signed-off-by: Sebastian Hesselbarth > Cc: Chris Ball > Cc: Anton Vorontsov > Cc: Shawn Guo

[RESEND PATCH v1 1/2] mmc: sdhci-dove: Add SDHCI_QUIRK_NO_HISPD_BIT

2012-07-12 Thread Sebastian Hesselbarth
Bump. There has been no discussion on this patch nor on patch 2/2. Is there anybody out there willing to test and confirm these patches? -- The sdio controller on dove doesn't have a bit to indicate high-speed. With the quirk set it fixes accessing high-speed sdcards. Signed-off-by: Sebastian Hes

[PATCH v1 1/2] mmc: sdhci-dove: Add SDHCI_QUIRK_NO_HISPD_BIT

2012-07-05 Thread Sebastian Hesselbarth
The sdio controller on dove doesn't have a bit to indicate high-speed. With the quirk set it fixes accessing high-speed sdcards. Signed-off-by: Sebastian Hesselbarth Cc: Chris Ball Cc: Anton Vorontsov Cc: Shawn Guo Cc: Viresh Kumar Cc: Manuel Lauss Cc: linux-mmc@vger.kernel.org Cc: linux-arm