linux-uconsole/include/linux/mmc
Ulf Hansson 0233fd23a5 mmc: core: Add MMC_CAP_RUNTIME_RESUME to resume at runtime_resume
In some environments it is to prefer to postpone the resume of the card
device until runtime_resume is being carried out, since it will mean a
signficant decrease of the total system resume time.

The reason of the decreased resume time is simply because of the actual
re-initalization of the card, which typically takes hundreds of
milliseconds, is performed outside the resume sequence and wont thus
affect it.

For removable card, the detect work tries to re-detect the card to make
sure it is still present, as a part of that sequence the card will also
be runtime_resumed and thus also fully resumed.

For a non-removable card, typically a mmc blk request will trigger a
runtime_resume and thus fully resume the card. This also means the
first request will likely suffer from an inital latency since the
re-initialization of the card needs to be performed.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
2014-03-07 19:35:27 +08:00
..
boot.h mmc: Standardize header file inclusion checks. 2011-07-20 17:20:48 -04:00
card.h mmc: Don't force card to active state when entering suspend/shutdown 2014-03-07 19:34:01 +08:00
core.h mmc: core: Do not poll for busy with status cmd for all switch cmds 2014-03-07 16:16:06 +08:00
dw_mmc.h SDMMC-emmc:add the capability to support hs200 mode 2014-03-04 17:47:47 +08:00
host.h mmc: core: Add MMC_CAP_RUNTIME_RESUME to resume at runtime_resume 2014-03-07 19:35:27 +08:00
mmc.h SDMMC: add the sdmmc driver to kernel_3.10 2014-02-22 16:03:46 +08:00
pm.h mmc: Add "ignore mmc pm notify" functionality 2013-07-01 13:40:24 -07:00
rk_mmc.h SDMMC-emmc:add the capability to support hs200 mode 2014-03-04 17:47:47 +08:00
sd.h mmc: Standardize header file inclusion checks. 2011-07-20 17:20:48 -04:00
sdhci-pci-data.h mmc: sdhci-pci: add platform data 2012-01-11 23:58:47 -05:00
sdhci-spear.h Viresh has moved 2012-06-20 14:39:36 -07:00
sdhci.h mmc: sdhci: enhance preset value function 2013-02-24 14:37:11 -05:00
sdio.h mmc: sdio: fix setting card data bus width as 4-bit 2012-06-06 09:22:53 -04:00
sdio_func.h trout: Add functions for WiFi 2013-07-01 13:40:22 -07:00
sdio_ids.h mmc: Standardize header file inclusion checks. 2011-07-20 17:20:48 -04:00
sh_mmcif.h Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma 2012-07-24 17:12:54 -07:00
sh_mobile_sdhi.h mmc: sh_mobile_sdhi: remove unused .pdata field 2013-02-24 14:37:22 -05:00
slot-gpio.h mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd() 2014-03-07 14:12:09 +08:00
tmio.h mmc: sdhi: Add write16_hook 2011-07-20 17:20:57 -04:00