[PATCH 1/1] mmc: sdhci-esdhc: Change delay after setting clock from 100ms to 1ms

2011-11-21 Thread Tony Lin
1ms is enough for hardware to change the clock to stable. 100ms is too long in the tasklet. Signed-off-by: Tony Lin tony@freescale.com CC: Xiaobo Xie x@freescale.com CC: Anton Vorontsov avoront...@ru.mvista.com --- drivers/mmc/host/sdhci-esdhc.h |2 +- 1 files changed, 1 insertions

[PATCH 1/1] mmc: sdhci-esdhc: Change delay after setting clock from 100ms to 1ms

2011-08-31 Thread Tony Lin
1ms is enough for hardware to change the clock to stable. 100ms is too long. Signed-off-by: Tony Lin tony@freescale.com --- drivers/mmc/host/sdhci-esdhc.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/host/sdhci-esdhc.h b/drivers/mmc/host/sdhci-esdhc.h

[PATCH v2 0/1] ARM: mxc: fix card interrupt losing issue on freescale eSDHC

2011-07-28 Thread Tony Lin
the patch provides a workaround for eSDHC to avoid missing the card interrupt changes since V1 * fix some comments typo * V2 patch is based on Chris Ball's tree, mmc-next branch Tony Lin (1): ARM: mxc: fix card interrupt losing issue on freescale eSDHC drivers/mmc/host/sdhci-esdhc-imx.c

[PATCH v2 1/1] ARM: mxc: fix card interrupt losing issue on freescale eSDHC

2011-07-28 Thread Tony Lin
apply workaround for imx eSDHC controller to avoid missing the card interrupt so that SDIO function is workable Signed-off-by: Tony Lin tony@freescale.com --- drivers/mmc/host/sdhci-esdhc-imx.c | 44 +++ 1 files changed, 34 insertions(+), 10 deletions

[PATCH 1/1] fix card interrupt losing issue on freescale eSDHC

2011-07-17 Thread Tony Lin
apply workaround for imx eSDHC controller to avoid missing card interrupt so that SDIO function is workable Signed-off-by: Tony Lin tony@freescale.com --- drivers/mmc/host/sdhci-esdhc-imx.c | 39 +++ 1 files changed, 30 insertions(+), 9 deletions(-) diff