From: Tero Kristo Date: Tue, 22 Oct 2013 08:49:58 +0000 (+0300) Subject: ARM: OMAP2+: clock: use driver API instead of direct memory read/write X-Git-Tag: v3.14-rc1~68^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=519ab8b202f37fb76cc6f32ef34da79716680d03;p=pandora-kernel.git 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 Acked-by: Tony Lindgren Signed-off-by: Mike Turquette --- Reading git-diff-tree failed