diff options
author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2013-01-22 12:26:27 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-01-26 15:21:37 +0800 |
commit | 3343b7a6d2cd0a980d0c4a0ce02ef48b6bfcc12a (patch) | |
tree | 09a2525b7710c0366dc99ba86cd51ec5a6e4c6f8 /net/sched/em_cmp.c | |
parent | 7f86bde90e2e1f693d93922fc0f4d50f001ce1a5 (diff) |
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>
Diffstat (limited to 'net/sched/em_cmp.c')
0 files changed, 0 insertions, 0 deletions