This is v2 of a patch series, that uses the recently committed generic GPIO card hotplug handler, fixes minor PM issues, adds some cosmetic clean up. The series applies on top of v3.3-rc1 and the following earlier submitted patches: mmc: sh_mmcif: fix late delayed work initialisation http://article.gmane.org/gmane.linux.kernel.mmc/12381 mmc: tmio_mmc: fix card eject during IO with DMA http://article.gmane.org/gmane.linux.ports.sh.devel/13216 Comments from Magnus for v1 of this series have been addressed - thanks! The series consists of: Guennadi Liakhovetski (11): mmc: simplify mmc_cd_gpio_request() by removing two parameters mmc: tmio: calculate the native hotplug condition only once mmc: tmio_mmc: support the generic MMC GPIO card hotplug helper mmc: sh_mobile_sdhi: pass card hotplug GPIO number to TMIO MMC ARM: mach-shmobile: convert mackerel to use the generic MMC GPIO hotplug helper ARM: mach-shmobile: convert ag5evm to use the generic MMC GPIO hotplug helper mmc: tmio_mmc: power status flag doesn't have to be exposed in platform data mmc: tmio_mmc: remove unused sdio_irq_enabled flag mmc: sh_mobile_sdhi: do not manage PM clocks manually mmc: tmio: reconfigure the controller on runtime resume mmc: tmio: cosmetic: prettify the tmio_mmc_set_ios() function arch/arm/mach-shmobile/board-ag5evm.c | 22 +------ arch/arm/mach-shmobile/board-mackerel.c | 22 +------ drivers/mmc/core/cd-gpio.c | 13 +++- drivers/mmc/host/sh_mobile_sdhi.c | 7 +-- drivers/mmc/host/tmio_mmc.h | 9 +-- drivers/mmc/host/tmio_mmc_pio.c | 102 ++++++++++++++----------------- include/linux/mfd/tmio.h | 26 ++++++-- include/linux/mmc/cd-gpio.h | 3 +- include/linux/mmc/sh_mobile_sdhi.h | 1 + 9 files changed, 86 insertions(+), 119 deletions(-) -- 1.7.2.5 Thanks Guennadi --- Guennadi Liakhovetski, Ph.D. Freelance Open-Source Software Developer http://www.open-technology.de/ -- 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