commit | 8259293aee1d44d7ebf0c644ef48db835653ebc3 | [log] [tgz] |
---|---|---|
author | Ulf Hansson <ulf.hansson@linaro.org> | Wed Jan 09 11:15:26 2013 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Jan 23 10:16:59 2013 +0000 |
tree | 89dbc3ab595a8eb96e7e4a9bab64a77561d977ae | |
parent | 599c1d5c750ddf528c7c6d3cdc466708f0502e66 [diff] |
ARM: 7622/1: mmc: mmci: Gate the clock in runtime suspend to save power The amba bus is already performing same actions but for the apb_pclk. So here we just make sure the clock to card is gated as well to save more power. At runtime resume we will thus restore the clock again. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Acked-by: Kevin Liu <kliu5@marvell.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>