]> git.karo-electronics.de Git - karo-tx-linux.git/commit
clk: mxs: add mxs specific clocks
authorShawn Guo <shawn.guo@linaro.org>
Sat, 28 Apr 2012 16:02:34 +0000 (00:02 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Tue, 8 May 2012 16:02:35 +0000 (00:02 +0800)
commit23b5e15a2994fb0c1444f92b76f09a482f32843c
tree54695e5b39977bd1ed04dfd945c9052a85b57e0f
parentd48b97b403d23f6df0b990cee652bdf9a52337a3
clk: mxs: add mxs specific clocks

Add mxs specific clocks, pll, reference clock (PFD), integer divider
and fractional divider.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
drivers/clk/mxs/Makefile [new file with mode: 0644]
drivers/clk/mxs/clk-div.c [new file with mode: 0644]
drivers/clk/mxs/clk-frac.c [new file with mode: 0644]
drivers/clk/mxs/clk-pll.c [new file with mode: 0644]
drivers/clk/mxs/clk-ref.c [new file with mode: 0644]
drivers/clk/mxs/clk.c [new file with mode: 0644]
drivers/clk/mxs/clk.h [new file with mode: 0644]