From: Gabriel FERNANDEZ Date: Thu, 27 Feb 2014 15:24:16 +0000 (+0100) Subject: clk: st: Support for VCC-mux and MUX clocks X-Git-Tag: v3.15-rc1~72^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44993d384004fa9ca2dfcca86cddc436a28d6958;p=pandora-kernel.git clk: st: Support for VCC-mux and MUX clocks The patch supports the VCC-mux and MUX clocks used by ClockGenC/F VCC-mux clock : Divider-Multiplexer-Gate inside ClockGenC/F It includes support for each channel : 4-parent Multiplexer, Post Divide by 1, 2, 4 or 8, Gate to switch OFF the output channel. The clock is implemented using generic clocks implemented in the kernel clk_divider, clk_mux, clk_gate and clk_composite (to combine all) MUX clock : 2-parent clock used inside ClockGenC/F. The clock is implemented using generic clocks implemented in the kernel clk_mux. Signed-off-by: Pankaj Dev Signed-off-by: Gabriel Fernandez Signed-off-by: Mike Turquette --- Reading git-diff-tree failed