The patch series is based on mainline 2.6.36-rc5. The series is tested on OMAP3430SDP and OMAP4430SDP and has dependency on http://www.mail-archive.com/linux-omap@vger.kernel.org/msg34718.html
V3: http://www.mail-archive.com/linux-omap@vger.kernel.org/msg35423.html V2: http://www.mail-archive.com/linux-omap@vger.kernel.org/msg35135.html V1: http://www.mail-archive.com/linux-omap@vger.kernel.org/msg34040.html Kishore Kadiyala (3): omap4 hsmmc : Adding card detect support for MMC1 omap4 hsmmc: Register offset handling omap4 hsmmc: Update ocr mask for MMC2 for regulator to use Benoit Cousson (1); omap4 hsmmc: Fix the init if CONFIG_MMC_OMAP_HS is not set arch/arm/mach-omap2/board-4430sdp.c | 16 ++++++- arch/arm/mach-omap2/devices.c | 8 +-- arch/arm/mach-omap2/hsmmc.c | 4 ++ arch/arm/plat-omap/include/plat/mmc.h | 3 + drivers/mfd/twl6030-irq.c | 73 +++++++++++++++++++++++++++++++++ drivers/mmc/host/omap_hsmmc.c | 18 +++++++- include/linux/i2c/twl.h | 31 ++++++++++++++ 7 files changed, 144 insertions(+), 9 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html