From: Sebastian Hesselbarth Date: Fri, 6 Sep 2013 12:59:57 +0000 (+0200) Subject: clk: sunxi: declare OF clock provider X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~51^2~8^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be0804513a506de96925f9ed1aa8dc1facd4c180;p=pandora-kernel.git clk: sunxi: declare OF clock provider Common clock framework allows to register clock providers to get called on of_clk_init() by using CLK_OF_DECLARE. This converts sunxi clock providers to make use of it and get rid of the mach specific clk init call. As sunxi has a bunch of independent clk provider nodes, we hook current clock init to board compatible to make it called once. Signed-off-by: Sebastian Hesselbarth Acked-by: Maxime Ripard Acked-by: Mike Turquette --- Reading git-diff-tree failed