[PATCH V2 Incremental] sdhci-spear: ST SPEAr based SDHCI controller glue

2010-05-23 Thread Viresh KUMAR
This patch is a incremental patch over V1 of sdhci-spear patch. It contains following changes from V1: - dev_get_platdata is used to get dev->platform_data Signed-off-by: Viresh Kumar --- drivers/mmc/host/sdhci-spear.c |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git

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

2010-05-23 Thread Guennadi Liakhovetski
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, we fix it at default 1.8V for now. Signed-off-by: Guennadi Liakhovetski ---

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

2010-05-23 Thread Guennadi Liakhovetski
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. updated to the current genesis tree HEAD 2. adjusted the topic line to match platform prefer