commit | 3e7dde425dbcc7965398e92909d898c4ebc9fdb8 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@linaro.org> | Wed Jan 22 18:41:36 2014 +0000 |
committer | Mark Brown <broonie@linaro.org> | Mon Feb 03 12:22:55 2014 +0000 |
tree | b6cc2d4804b702744feb1643f6087cdb363fa330 | |
parent | 38dbfb59d1175ef458d006556061adeaa8751b72 [diff] |
spi/pl022: Unprepare clocks while suspended When the driver was converted to clk_prepare() the suspend path didn't have any changes made so the clock remains prepared throughout the runtime of the driver. Unprepare it when suspended so that any savings that can be made as a result are made. Signed-off-by: Mark Brown <broonie@linaro.org> Acked-by: Linus Walleij <linus.walleij@linaro.org>