Re: [RFC] mmc: Enable the ADMA on esdhc imx driver

2011-06-06 Thread Wolfram Sang
On Thu, Jun 02, 2011 at 05:12:10PM +0800, Richard Zhu wrote: > Eanble the ADMA mode on freescale esdhc imx driver, > tested on MX51 and MX53. Please describe a little bit why the patch helps. Does it also work on mx25/35? What does the new bit cover what the old one didn't cover? Why does the new

[RFC] mmc: Enable the ADMA on esdhc imx driver

2011-06-02 Thread Richard Zhu
Eanble the ADMA mode on freescale esdhc imx driver, tested on MX51 and MX53. Signed-off-by: Richard Zhu --- drivers/mmc/host/sdhci-esdhc-imx.c | 40 ++- 1 files changed, 34 insertions(+), 6 deletions(-) diff --git a/drivers/mmc/host/sdhci-esdhc-imx.c b/drivers