clocksource: Deprecate clock string across the SH drivers.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 29 Mar 2010 07:55:43 +0000 (16:55 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 29 Mar 2010 07:55:43 +0000 (16:55 +0900)
commitc2a25e819717ea34e8f682d67a3fa76f4893395b
treeb63912071c9dc3c30d7dc9fb069b570fe0dcd6f0
parent620bb636dfb36574b57a89a4c3029237d69bee04
clocksource: Deprecate clock string across the SH drivers.

We want to get rid of the clock string from platform data entirely,
depending on the clkdev-based clock lookup to do the right thing for us
instead.

This converts all of the SH drivers to request their associated function
clocks directly, and if there is no match for that then we fall back on
the legacy lookup while warning about it. After all of the outstanding
CPUs have been converted to clkdev lookups the clock string will be
killed off completely.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/clocksource/sh_cmt.c
drivers/clocksource/sh_mtu2.c
drivers/clocksource/sh_tmu.c