[PATCH 2/5] mmc: sdhci-esdhc: broken card detection is not a default quirk

2011-02-23 Thread Wolfram Sang
It can be worked around using a GPIO which will be done for i.MX later. Signed-off-by: Wolfram Sang Acked-by: Anton Vorontsov Tested-by: Marc Reilly Tested-by: Eric Benard --- drivers/mmc/host/sdhci-esdhc-imx.c |3 ++- drivers/mmc/host/sdhci-esdhc.h |1 - drivers/mmc/host/sdhci-of

[PATCH 2/5] mmc: sdhci-esdhc: broken card detection is not a default quirk

2011-02-22 Thread Wolfram Sang
It can be worked around using a GPIO which will be done for i.MX later. Signed-off-by: Wolfram Sang Acked-by: Anton Vorontsov Tested-by: Marc Reilly --- drivers/mmc/host/sdhci-esdhc-imx.c |3 ++- drivers/mmc/host/sdhci-esdhc.h |1 - drivers/mmc/host/sdhci-of-esdhc.c |3 ++- 3

Re: [PATCH 2/5] mmc: sdhci-esdhc: broken card detection is not a default quirk

2011-02-11 Thread Anton Vorontsov
On Thu, Feb 10, 2011 at 08:18:21PM +0100, Wolfram Sang wrote: > > Adding Anton to Cc... [...] > > struct sdhci_pltfm_data sdhci_esdhc_imx_pdata = { > > - .quirks = ESDHC_DEFAULT_QUIRKS | SDHCI_QUIRK_BROKEN_ADMA, > > + .quirks = ESDHC_DEFAULT_QUIRKS | SDHCI_QUIRK_BROKEN_ADMA > > +

Re: [PATCH 2/5] mmc: sdhci-esdhc: broken card detection is not a default quirk

2011-02-10 Thread Wolfram Sang
Adding Anton to Cc... On Thu, Feb 10, 2011 at 08:14:48PM +0100, Wolfram Sang wrote: > It can be worked around using a GPIO which will be done for i.MX later. > > Signed-off-by: Wolfram Sang > --- > drivers/mmc/host/sdhci-esdhc-imx.c |3 ++- > drivers/mmc/host/sdhci-esdhc.h |1 - >

[PATCH 2/5] mmc: sdhci-esdhc: broken card detection is not a default quirk

2011-02-10 Thread Wolfram Sang
It can be worked around using a GPIO which will be done for i.MX later. Signed-off-by: Wolfram Sang --- drivers/mmc/host/sdhci-esdhc-imx.c |3 ++- drivers/mmc/host/sdhci-esdhc.h |1 - drivers/mmc/host/sdhci-of-esdhc.c |3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) dif