clocksource: sh_tmu: __clocksource_updatefreq_hz() update
authorMagnus Damm <damm@opensource.se>
Mon, 25 Apr 2011 13:38:37 +0000 (22:38 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 23 May 2011 05:34:04 +0000 (14:34 +0900)
commitd2e5942bb03463b192b4ef5dddfaab9d0de7b41d
tree780670cb4250434930199a28eddcdcd266d83d96
parentfd7198d5671b50a2a75311dd4d801580f5fcc8c8
clocksource: sh_tmu: __clocksource_updatefreq_hz() update

This patch updates the clocksource part of the TMU 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>
drivers/clocksource/sh_tmu.c