]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
clk: add pxa25x clock drivers
authorRobert Jarzmik <robert.jarzmik@free.fr>
Tue, 11 Nov 2014 14:53:25 +0000 (15:53 +0100)
committerMichael Turquette <mturquette@linaro.org>
Mon, 17 Nov 2014 19:20:55 +0000 (11:20 -0800)
commitfe7710fae477f648773648ea0a05b079c5b66667
tree84767a4506ac277adafde364df81bf22233dd2dd
parent280da705802c7606e5b943f885390bbbf1d8049d
clk: add pxa25x clock drivers

Move pxa25x clock drivers from arch/arm/mach-pxa to driver/clk.
In the move :
 - convert to new clock framework legacy clocks
 - provide clocks as before for platform data based boards
 - provide clocks through devicetree with clk-pxa-dt

This is the preliminary step in the conversion. The remaining steps are
:
 - pxa3xx
 - once PXA is fully converted to device tree, if that happens,
   clk-pxa2* and clk-pxa3* should only hold the core clocks which cannot
   be described in devicetree.

Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Tested-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Michael Turquette <mturquette@linaro.org>
drivers/clk/pxa/Makefile
drivers/clk/pxa/clk-pxa25x.c [new file with mode: 0644]