]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Revert "arm: pxa: Transition pxa27x to clk framework"
authorMike Turquette <mturquette@linaro.org>
Fri, 3 Oct 2014 23:21:31 +0000 (16:21 -0700)
committerMike Turquette <mturquette@linaro.org>
Fri, 3 Oct 2014 23:30:53 +0000 (16:30 -0700)
commit23c4a3a5212701ad34bd30591fa33d7bacef9c5f
tree68970103abe2ad5e9296d059f61ece1a86b3b5bb
parenta7979009500df9766ba7d78554a6da9dea18dc26
Revert "arm: pxa: Transition pxa27x to clk framework"

This reverts commit 9ff25d7b58d8a4374886843ed3ed21f1ef17bf16.

Originally reported on the kernel-build-reports mailing list[0]. The
problem is caused by kernel configs that select both pxa25x and pxa27x
such as cm_x2xx_defconfig and palmz72_defconfig. The short term solution
is to revert the patch introducing the failure. Longer term, all the PXA
chips will be converted to the common clock framework allowing support
for various PXA chips to build into a single image.

Reverting just this one patch does introduce some dead code into the
kernel, but that is offset by making it easier to convert the remaining
PXA platforms to the clock framework.

[0] http://lists.linaro.org/pipermail/kernel-build-reports/2014-October/005576.html

Signed-off-by: Mike Turquette <mturquette@linaro.org>
arch/arm/Kconfig
arch/arm/mach-pxa/Makefile
arch/arm/mach-pxa/pxa27x.c