commit | ae552ab02cd556f53047959f15a5f870ab7c5ebe | [log] [tgz] |
---|---|---|
author | Wenyou Yang <wenyou.yang@atmel.com> | Thu Oct 30 12:00:41 2014 +0800 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Nov 10 12:40:55 2014 +0100 |
tree | d145074e129c3823685aa5fc63e622c8865056f8 | |
parent | 3ee14bf79d2f662f58009eb475083880ee8bfd27 [diff] |
mmc: atmel-mci: add runtime pm support Add runtime pm support to atmel mci controller. Use runtime pm APIs to enable/disable atmel mci's clock. Use runtime autosuspend APIs to enable auto suspend delay. Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com> Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> [Ulf: Fixed compile error]