This patch series basically adds board and regulator support for MMC1 and MMC2 controllers on OMAP4. This is based on latest mainline version 2.6.34-rc4 and boot tested on OMAP4430 SDP. This patch series has dependencies on OMAP4 i2c support and regulator which was posted earlier [1] http://www.mail-archive.com/linux-omap@xxxxxxxxxxxxxxx/msg26256.html [2] http://www.mail-archive.com/linux-i2c@xxxxxxxxxxxxxxx/msg02755.html [3] https://patchwork.kernel.org/patch/79967/ Kishore Kadiyala (5): OMAP4-HSMMC: FIX for MMC5 Controller IRQ Base OMAP4-HSMMC: Adding HSMMC support for OMAP4430 Board file OMAP4-HSMMC: Adding Card detect support OMAP4-HSMMC: Addind MMC-TWL regulator changes OMAP4-HSMMC: Adds Dummy Interface clock's for MMC controllers Santosh Shilimkar (1): OMAP4: Fix for CONTROL register Base Kishore Kadiyala (1): OMAP4-HSMMC: Adding OMAP4 Support arch/arm/configs/omap_4430sdp_defconfig | 19 +++- arch/arm/mach-omap2/Makefile | 3 +- arch/arm/mach-omap2/board-4430sdp.c | 40 ++++- arch/arm/mach-omap2/clock44xx_data.c | 5 + arch/arm/mach-omap2/devices.c | 2 +- arch/arm/mach-omap2/hsmmc.c | 217 ++++++++++++++++++++++++---- arch/arm/mach-omap2/hsmmc.h | 1 + arch/arm/plat-omap/include/plat/control.h | 17 +++ arch/arm/plat-omap/include/plat/mmc.h | 3 +- arch/arm/plat-omap/include/plat/omap44xx.h | 2 +- drivers/mmc/host/omap_hsmmc.c | 29 +---- 11 files changed, 272 insertions(+), 66 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html