alistair23-linux/include/linux/mmc
Guennadi Liakhovetski 7f52421743 mmc: sh_mobile_sdhi: support modular mmc-core with non-standard hotplug
Currently if a platform wants to implement a non-standard card-detection
method, it would need to call tmio_mmc_cd_wakeup(), which is an inline
function, calling mmc_detect_change(). For this the platform would have
to link mmc_core statically into the kernel, losing the ability to build
it as a module. This patch adds a callback to the sh_mobile_sdhi driver,
which eliminates this dependency.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Chris Ball <cjb@laptop.org>
2012-03-27 12:20:19 -04:00
..
boot.h
card.h mmc: MMC-4.5 Data Tag Support 2012-03-25 19:33:44 -04:00
cd-gpio.h mmc: simplify mmc_cd_gpio_request() by removing two parameters 2012-03-27 12:20:14 -04:00
core.h mmc: start removing enable / disable API 2012-03-27 12:20:03 -04:00
dw_mmc.h mmc: Support of PCI mode in the dw_mmc driver 2012-03-25 19:33:44 -04:00
host.h mmc: core: add high-capacity erase size capability flag 2012-03-27 12:20:07 -04:00
ioctl.h
Kbuild
mmc.h mmc: MMC-4.5 Data Tag Support 2012-03-25 19:33:44 -04:00
pm.h
sd.h
sdhci-pci-data.h mmc: sdhci-pci: add platform data 2012-01-11 23:58:47 -05:00
sdhci-spear.h
sdhci.h mmc: sdhci: add quirk for keeping card power during suspend 2012-03-27 12:20:08 -04:00
sdio.h mmc: sdio: support SDIO UHS cards 2012-01-11 23:58:41 -05:00
sdio_func.h
sdio_ids.h
sh_mmcif.h mmc: sh_mmcif: simplify platform data 2011-10-26 16:32:09 -04:00
sh_mobile_sdhi.h mmc: sh_mobile_sdhi: support modular mmc-core with non-standard hotplug 2012-03-27 12:20:19 -04:00
tmio.h