spi/pxa2xx: convert to the common clk framework
authorMika Westerberg <mika.westerberg@linux.intel.com>
Tue, 22 Jan 2013 10:26:27 +0000 (12:26 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 26 Jan 2013 07:21:37 +0000 (15:21 +0800)
commit3343b7a6d2cd0a980d0c4a0ce02ef48b6bfcc12a
tree09a2525b7710c0366dc99ba86cd51ec5a6e4c6f8
parent7f86bde90e2e1f693d93922fc0f4d50f001ce1a5
spi/pxa2xx: convert to the common clk framework

Convert clk_enable() to clk_prepare_enable() and clk_disable() to
clk_disable_unprepare() respectively in order to support the common clk
framework. Otherwise we get warnings on the console as the clock is not
prepared before it is enabled.

In addition we must cache the maximum clock rate to drv_data->max_clk_rate
at probe time because clk_get_rate() cannot be called in tasklet context.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/spi/spi-pxa2xx.c
include/linux/spi/pxa2xx_spi.h