Re: [PATCH v1 2/2] mmc: sdhci-dove: Prepare for common clock framework

2012-07-21 Thread Chris Ball
Hi, On Thu, Jul 05 2012, Sebastian Hesselbarth wrote: > As mach-dove is moving towards common clock framework prepare > the sdhci driver to grab it's clock. > > Signed-off-by: Sebastian Hesselbarth > Cc: Chris Ball > Cc: Anton Vorontsov > Cc: Shawn Guo > Cc: Viresh Kumar > Cc: Manuel Lauss >

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

Re: [PATCH] mmc: omap_hsmmc: ensure probe returns error upon resource failure

2012-07-21 Thread Chris Ball
Hi, On Thu, Jul 12 2012, S, Venkatraman wrote: > On Wed, Jul 11, 2012 at 5:10 AM, Kevin Hilman wrote: >> If platform_get_resource_by_name() fails, driver probe is aborted an >> should return an error so the driver is not bound to the device. >> >> However, in the current error path of platform_ge

Re: [PATCH] mmc: dw_mmc: Disable low power mode if SDIO interrupts are used

2012-07-21 Thread Will Newton
On Fri, Jul 20, 2012 at 7:13 PM, Doug Anderson wrote: > The documentation for the dw_mmc part says that the low power > mode should normally only be set for MMC and SD memory and should > be turned off for SDIO cards that need interrupts detected. > > The best place I could find to do this is when