Re: [PATCH 1/3] mmc: Auto CMD12 support for eSDHC driver

2010-07-30 Thread Anton Vorontsov
On Wed, Jul 28, 2010 at 01:42:33PM +0800, Roy Zang wrote: [...] > + if (host->quirks & SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12) > + if (mrq->stop) { > + mrq->data->stop = NULL; > + mrq->stop = NULL; > + } Please put additional curly br

[PATCH 1/3] mmc: Auto CMD12 support for eSDHC driver

2010-07-27 Thread Roy Zang
From: Jerry Huang Add auto CMD12 command support for eSDHC driver. This is needed by P4080 and P1022 for block read/write. Manual asynchronous CMD12 abort operation causes protocol violations on these silicons. Signed-off-by: Jerry Huang Signed-off-by: Roy Zang --- drivers/mmc/host/sdhci-of-c