ARM: OMAP2+: clock: use driver API instead of direct memory read/write
authorTero Kristo <t-kristo@ti.com>
Tue, 22 Oct 2013 08:49:58 +0000 (11:49 +0300)
committerMike Turquette <mturquette@linaro.org>
Fri, 17 Jan 2014 20:37:00 +0000 (12:37 -0800)
commit519ab8b202f37fb76cc6f32ef34da79716680d03
tree2ac756c18fdde46c718b53a0b4fae7fc933d3147
parent3ada6b10aaf2ff5c7dc6e8add6fdf1b7333d1b34
ARM: OMAP2+: clock: use driver API instead of direct memory read/write

Clock nodes shall use the services provided by underlying drivers to access
the hardware registers instead of direct memory read/write. Thus, change
all the code to use the new omap2_clk_readl / omap2_clk_writel APIs for this.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
arch/arm/mach-omap2/clkt_clksel.c
arch/arm/mach-omap2/clkt_dpll.c
arch/arm/mach-omap2/clkt_iclk.c
arch/arm/mach-omap2/clock.c
arch/arm/mach-omap2/clock36xx.c
arch/arm/mach-omap2/dpll3xxx.c
arch/arm/mach-omap2/dpll44xx.c