Re: [PATCH V7 4/4] mmc: sdhci-esdhc: enable esdhc on imx53

2011-03-22 Thread Wolfram Sang
> No, I don't prefer to skip this patch, and want to carry this patch, > since these patch are used for imx53, and imx53 only support the SDHC V2. Ooops, yes. Sorry for the noise! -- Pengutronix e.K. | Wolfram Sang| Industrial Linux Solutions

RE: [PATCH V7 4/4] mmc: sdhci-esdhc: enable esdhc on imx53

2011-03-22 Thread Zhu Richard-R65037
23 is implemented in the previous email. Best Regards Richard Zhu > -Original Message- > From: Wolfram Sang [mailto:w.s...@pengutronix.de] > Sent: Tuesday, March 22, 2011 4:54 PM > To: Zhu Richard-R65037 > Cc: linux-mmc@vger.kernel.org > Subject: Re: [PATCH V7 4/4] m

Re: [PATCH V7 4/4] mmc: sdhci-esdhc: enable esdhc on imx53

2011-03-22 Thread Wolfram Sang
Hi Richard, (please don't drop the list) > I saw that some ones are discussing the implementation of the ACMD23 in the > community. > The new command introduced by SDHC spec3.0. > This feature can solve the concern that mentioned by this patch. > http://www.spinics.net/lists/linux-mmc/msg06428.h

Re: [PATCH V7 4/4] mmc: sdhci-esdhc: enable esdhc on imx53

2011-03-21 Thread Wolfram Sang
On Mon, Mar 21, 2011 at 01:22:16PM +0800, Richard Zhu wrote: > Fix the NO INT in the Multi-BLK IO in SD/MMC, and Multi-BLK > read in SDIO on imx53. > > The CMDTYPE of the CMD register (offset 0xE) should be set to > "11" when the STOP CMD12 is issued on imx53 to abort one > open ended multi-blk IO

[PATCH V7 4/4] mmc: sdhci-esdhc: enable esdhc on imx53

2011-03-20 Thread Richard Zhu
Fix the NO INT in the Multi-BLK IO in SD/MMC, and Multi-BLK read in SDIO on imx53. The CMDTYPE of the CMD register (offset 0xE) should be set to "11" when the STOP CMD12 is issued on imx53 to abort one open ended multi-blk IO. Otherwise one the TC INT wouldn't be generated. In exact block transfe

[PATCH V7 4/4] mmc: sdhci-esdhc: enable esdhc on imx53

2011-03-20 Thread Richard Zhu
Fix the NO INT in the Multi-BLK IO in SD/MMC, and Multi-BLK read in SDIO on imx53. The CMDTYPE of the CMD register (offset 0xE) should be set to "11" when the STOP CMD12 is issued on imx53 to abort one open ended multi-blk IO. Otherwise one the TC INT wouldn't be generated. In exact block transfe

[PATCH V7 4/4] mmc: sdhci-esdhc: enable esdhc on imx53

2011-03-18 Thread Richard Zhu
Fix the NO INT in the Multi-BLK IO in SD/MMC, and Multi-BLK read in SDIO on imx53. The CMDTYPE of the CMD register (offset 0xE) should be set to "11" when the STOP CMD12 is issued on imx53 to abort one open ended multi-blk IO. Otherwise one the TC INT wouldn't be generated. In exact block transfe