Tony Lin
4ee5ebaf74
mmc: sdhci-esdhc: Change delay after setting clock from 100ms to 1ms
...
1ms is enough for hardware to change the clock to stable.
100ms is too long in the tasklet.
Signed-off-by: Tony Lin <tony.lin@freescale.com >
CC: Xiaobo Xie <X.Xie@freescale.com >
CC: Anton Vorontsov <avorontsov@ru.mvista.com >
Signed-off-by: Chris Ball <cjb@laptop.org >
2012-01-11 23:58:41 -05:00
Richard Zhu
e481e45df7
mmc: sdhci-esdhc: remove SDHCI_QUIRK_NO_CARD_NO_RESET from esdhc
...
sdhci-esdhc-imx does not need SDHCI_QUIRK_NO_CARD_NO_RESET.
Make it OF-specific.
Signed-off-by: Richard Zhu <Hong-Xing.Zhu@freescale.com >
Tested-by: Wolfram Sang <w.sang@pengutronix.de >
Signed-off-by: Chris Ball <cjb@laptop.org >
2011-03-25 10:30:49 -04:00
Wolfram Sang
3bb2a9f6a7
mmc: sdhci-esdhc: broken card detection is not a default quirk
...
It can be worked around using a GPIO which will be done for i.MX later.
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de >
Acked-by: Anton Vorontsov <cbouatmailru@gmail.com >
Tested-by: Marc Reilly <marc@cpdesign.com.au >
Tested-by: Eric Benard <eric@eukrea.com >
Signed-off-by: Chris Ball <cjb@laptop.org >
2011-03-17 15:35:02 -04:00
Wolfram Sang
80872e21b0
mmc: sdhci-of-esdhc: factor out common stuff
...
Put everything which can be shared between the OF and platform version
of this driver into a local .h file.
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de >
Tested-by: Eric Bénard <eric@eukrea.com >
[cjb: fix compile error: sdhci-esdhc.c->sdhci-esdhc.h]
Signed-off-by: Chris Ball <cjb@laptop.org >
2010-10-23 21:11:22 +08:00