spi/pl022: Unprepare clocks while suspended
authorMark Brown <broonie@linaro.org>
Wed, 22 Jan 2014 18:41:36 +0000 (18:41 +0000)
committerMark Brown <broonie@linaro.org>
Mon, 3 Feb 2014 12:22:55 +0000 (12:22 +0000)
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>
drivers/spi/spi-pl022.c

Simple merge