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

2011-07-27 Thread Lin Tony-B19295
: c...@laptop.org; linux-arm-ker...@lists.infradead.org Subject: [PATCH 1/1] fix card interrupt losing issue on freescale eSDHC 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

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

2011-07-27 Thread Uwe Kleine-König
Hello Tony, On Mon, Jul 18, 2011 at 01:20:02PM +0800, Tony Lin wrote: apply workaround for imx eSDHC controller to avoid missing card interrupt so that SDIO function is workable Fixing a few typos (but note, I'm not a native speaker): mmc/sdhci-esdhc-imx: fix losing card interrupt

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

2011-07-27 Thread Rtp
; linux-mmc@vger.kernel.org; ker...@pengutronix.de; linux-arm-ker...@lists.infradead.org Subject: Re: [PATCH 1/1] fix card interrupt losing issue on freescale eSDHC Hello Tony, On Mon, Jul 18, 2011 at 01:20:02PM +0800, Tony Lin wrote: apply workaround for imx eSDHC controller to avoid

[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