Hi Here are some changes we need for omap_hsmmc. They are dependent on OMAP board files so it would be simplest if the patches all went via the OMAP tree. Adrian Hunter (7): omap_hsmmc: move gpio and regulator control from board file OMAP: rename mmc-twl4030 to hsmmc OMAP: reconnect hsmmc context loss count omap_hsmmc: RX51: set padconfs to pull down when powering off eMMC omap_hsmmc: allow for power saving without going off omap_hsmmc: fix disable timeouts omap_hsmmc: allow for a shared VccQ Denis Karpov (1): omap_hsmmc: set DVFS/PM constraints arch/arm/configs/rx51_defconfig | 4 +- arch/arm/mach-omap2/Makefile | 28 +- arch/arm/mach-omap2/board-2430sdp.c | 6 +- arch/arm/mach-omap2/board-3430sdp.c | 6 +- arch/arm/mach-omap2/board-cm-t35.c | 6 +- arch/arm/mach-omap2/board-igep0020.c | 6 +- arch/arm/mach-omap2/board-ldp.c | 6 +- arch/arm/mach-omap2/board-omap3beagle.c | 6 +- arch/arm/mach-omap2/board-omap3evm.c | 6 +- arch/arm/mach-omap2/board-omap3pandora.c | 6 +- arch/arm/mach-omap2/board-omap3touchbook.c | 6 +- arch/arm/mach-omap2/board-overo.c | 6 +- arch/arm/mach-omap2/board-rx51-peripherals.c | 65 +++- arch/arm/mach-omap2/board-zoom-peripherals.c | 4 +- arch/arm/mach-omap2/control.c | 2 + arch/arm/mach-omap2/hsmmc.c | 145 +++++++ arch/arm/mach-omap2/{mmc-twl4030.h => hsmmc.h} | 16 +- arch/arm/mach-omap2/mmc-twl4030.c | 537 ------------------------ arch/arm/plat-omap/include/plat/control.h | 6 + arch/arm/plat-omap/include/plat/mmc.h | 12 +- drivers/mmc/host/omap_hsmmc.c | 456 +++++++++++++++++++- 21 files changed, 716 insertions(+), 619 deletions(-) create mode 100644 arch/arm/mach-omap2/hsmmc.c rename arch/arm/mach-omap2/{mmc-twl4030.h => hsmmc.h} (58%) delete mode 100644 arch/arm/mach-omap2/mmc-twl4030.c Regards Adrian -- 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