[PATCH] Recognize CSD structure version 3

2010-05-30 Thread Kyungmin Park
The eMMC spec 4.4 and 4.3 + additional feature chips has CSD structure version 3 To probe these chip properly and make it simple. it doesn't check CSD structure. Signed-off-by: Kyungmin Park --- diff --git a/drivers/mmc/core/mmc.c b/drivers/mmc/core/mmc.c index 89f7a25..9e42bc6 100644 --- a/drive

Re: [PATCH 2/2] sh: Add support MMCIF for ecovec

2010-05-30 Thread Paul Mundt
On Tue, Apr 27, 2010 at 07:15:32PM +0900, Yusuke Goda wrote: > This patch adds MMCIF platform data for the Ecovec board. > > Signed-off-by: Yusuke Goda Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org

Re: [PATCH 9/9 v2] ARM: mach-shmobile: add DMA support to sh7372, enable DMA for SDHI

2010-05-30 Thread Paul Mundt
On Sun, May 23, 2010 at 03:49:47PM +0200, Guennadi Liakhovetski wrote: > This adds DMA support for the sh7372 sh-mobile ARM core, using the shdma > dmaengine driver, and uses DMA for the SDHI SD-card controller on this SoC. > > Signed-off-by: Guennadi Liakhovetski > --- > > v1 -> v2: > > 1. upd

Re: [PATCH 3/3 v2] ARM: mach-shmobile: add support for the second SD-/MMC-card slot on ap4evb

2010-05-30 Thread Paul Mundt
On Sun, May 23, 2010 at 04:12:46PM +0200, Guennadi Liakhovetski wrote: > The ap4evb board is equipped with two card slots: one SD-card slot and one > SD-/MMC-card slot. The latter is connected to the second SDHI interface on > sh7372 (SDHI1). Its power supply can be jumpered either to 1.8 or 3.3V,