Re: [U-Boot] [PATCH v2] bcm2835_sdhci: Add SDHCI_QUIRK_NO_HISPD_BIT flag

2014-06-14 Thread Lubomir Rintel
On Fri, 2014-06-13 at 23:39 -0600, Stephen Warren wrote: On 06/13/2014 10:29 PM, Stephen Warren wrote: On 06/10/2014 12:46 PM, Lubomir Rintel wrote: Seems like the controller doesn't support the flag. None of the hi-speed cards I've tried could be read, while they successfully worked

Re: [U-Boot] [PATCH v2] bcm2835_sdhci: Add SDHCI_QUIRK_NO_HISPD_BIT flag

2014-06-13 Thread Stephen Warren
On 06/10/2014 12:46 PM, Lubomir Rintel wrote: Seems like the controller doesn't support the flag. None of the hi-speed cards I've tried could be read, while they successfully worked with the quirk enabled. Tested-by: Stephen Warren swar...@wwwdotorg.org (heh, I turned on my Pi for the first

Re: [U-Boot] [PATCH v2] bcm2835_sdhci: Add SDHCI_QUIRK_NO_HISPD_BIT flag

2014-06-13 Thread Stephen Warren
On 06/13/2014 10:29 PM, Stephen Warren wrote: On 06/10/2014 12:46 PM, Lubomir Rintel wrote: Seems like the controller doesn't support the flag. None of the hi-speed cards I've tried could be read, while they successfully worked with the quirk enabled. Tested-by: Stephen Warren

[U-Boot] [PATCH v2] bcm2835_sdhci: Add SDHCI_QUIRK_NO_HISPD_BIT flag

2014-06-10 Thread Lubomir Rintel
Seems like the controller doesn't support the flag. None of the hi-speed cards I've tried could be read, while they successfully worked with the quirk enabled. Signed-off-by: Lubomir Rintel lkund...@v3.sk --- Changes to v2: - I've sent the first version with extra and irrelevant hunk.