From: Heiko Stübner Date: Wed, 2 Jul 2014 23:58:39 +0000 (+0200) Subject: clk: rockchip: add basic infrastructure for clock branches X-Git-Tag: omap-for-v3.17/fixes-against-rc2~122^2~7^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a245fecbb8064641d9cc317b347b5bdb2b7a4bb6;p=pandora-kernel.git clk: rockchip: add basic infrastructure for clock branches This adds infrastructure for registering clock branches. On Rockchip SoCs most clock branches are a combination of mux,divider and gate components, thus a composite clock is used when appropriate. Clock branches are supposed to be declared in an array using the COMPOSITE* or MUX, etc makros defined in the header and then registered using rockchip_clk_register_branches. Signed-off-by: Heiko Stuebner Acked-By: Max Schwarz Tested-By: Max Schwarz Signed-off-by: Mike Turquette --- Reading git-diff-tree failed