commit | 69b66e466f31df10d705c762ee20f03966df105a | [log] [tgz] |
---|---|---|
author | San Mehat <san@google.com> | Tue Dec 13 01:21:58 2011 +0800 |
committer | Andy Green <andy.green@linaro.org> | Mon Jan 09 11:18:34 2012 +0800 |
tree | 5e003de9efa726d6e94b7163f42f563073f31549 | |
parent | 90fffc7237044f6c424510d9a44321bcab619fe3 [diff] |
mmc: core: Add deferred bus resume policy. A card driver can now specify that the underlying bus should *not* auto-resume with the rest of the system. This is useful for reducing resume latency as well as saving power when the card driver is not using the bus. In the future, we'll add support for manual suspend Signed-off-by: San Mehat <san@google.com>