Files
linux/drivers
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
..
2013-11-05 14:52:23 +08:00
2013-12-08 07:29:25 -08:00
2013-11-08 21:34:05 +08:00
2013-11-08 21:34:05 +08:00
2013-11-08 21:34:05 +08:00
2014-02-11 15:09:09 +08:00
2013-11-08 21:34:05 +08:00
2014-03-06 16:13:08 +08:00
2014-02-08 16:13:02 +08:00
2013-07-03 17:08:35 +08:00
2014-03-07 09:13:02 +08:00
2013-11-08 21:34:05 +08:00
2013-11-08 21:34:05 +08:00
2013-11-08 21:34:05 +08:00
2013-11-08 21:34:05 +08:00
2013-11-08 21:34:05 +08:00
2013-11-08 21:34:05 +08:00
2013-06-05 08:54:16 -06:00
2013-11-08 21:34:05 +08:00
2013-11-08 21:34:05 +08:00
2013-11-08 21:34:05 +08:00
2013-11-08 21:34:05 +08:00
2013-11-08 21:34:05 +08:00