summaryrefslogtreecommitdiff
path: root/drivers/clocksource/sh_tmu.c
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2011-04-25 22:32:11 +0900
committerPaul Mundt <lethal@linux-sh.org>2011-05-23 14:33:59 +0900
commit3593f5fe40a13badf6921ccbc3378b02fbf6a532 (patch)
treef2d8710c0e6abfb0f633935003bd532757a27f66 /drivers/clocksource/sh_tmu.c
parent31705e21f9b5a0628c043f88ff4d20488b47b8ab (diff)
clocksource: sh_cmt: __clocksource_updatefreq_hz() update
This patch updates the clocksource part of the CMT driver to make use of the __clocksource_updatefreq_hz() function. Without this patch the old code uses clocksource_register() together with a hack that assumes a never changing clock rate (see clk_enable(), clk_get_rate() and clk_disable()). The patch uses clocksource_register_hz() with 1 Hz as initial value, then lets the ->enable() callback update the value with __clocksource_updatefreq_hz() once the struct clk has been enabled and the frequency is stable. Signed-off-by: Magnus Damm <damm@opensource.se> Acked-by: John Stultz <johnstul@us.ibm.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/clocksource/sh_tmu.c')
0 files changed, 0 insertions, 0 deletions