commit | 519ab8b202f37fb76cc6f32ef34da79716680d03 | [log] [tgz] |
---|---|---|
author | Tero Kristo <t-kristo@ti.com> | Tue Oct 22 11:49:58 2013 +0300 |
committer | Mike Turquette <mturquette@linaro.org> | Fri Jan 17 12:37:00 2014 -0800 |
tree | 2ac756c18fdde46c718b53a0b4fae7fc933d3147 | |
parent | 3ada6b10aaf2ff5c7dc6e8add6fdf1b7333d1b34 [diff] |
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>