]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: pxa: Transition pxa25x and pxa27x to clk framework
authorRobert Jarzmik <robert.jarzmik@free.fr>
Sat, 27 Dec 2014 13:55:26 +0000 (14:55 +0100)
committerRobert Jarzmik <robert.jarzmik@free.fr>
Tue, 12 May 2015 21:26:40 +0000 (23:26 +0200)
commite271116292e9a7bafe5d2ff540c93b45f324941f
treee5c91ccacf410b4d398f582d3e744bb774df8b7c
parentd6212d3b4dd1f446bb91cac1128a5227a9078460
ARM: pxa: Transition pxa25x and pxa27x to clk framework

Transition the PXA25x and PXA27x CPUs to the clock framework.
This transition still enables legacy platforms to run without device
tree as before, ie relying on platform data encoded in board specific
files.

The transition breaks the previous clocks activation of pin
control (gpio11 and gpio12). Machine files should be amended to take
that into account.

This is the last step of clock framework transition for pxa25x and
pxa27x, leaving only pxa3xx for further work.

Reviewed-by: Michael Turquette <mturquette@linaro.org>
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
arch/arm/Kconfig
arch/arm/mach-pxa/Makefile
arch/arm/mach-pxa/pxa25x.c
arch/arm/mach-pxa/pxa27x.c