ARM: cpuidle: Enable the ARM64 driver for both ARM32/ARM64
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Mon, 2 Feb 2015 15:32:46 +0000 (16:32 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 24 Mar 2015 09:16:11 +0000 (10:16 +0100)
commit0e0870448aa134e91fafe3c39ae270561b495459
tree9f8c5154749c5b59729ad9e681ad3c4395b9a2af
parent69e6cb3d2f356a5c88abf18a8d266c31a74cfc08
ARM: cpuidle: Enable the ARM64 driver for both ARM32/ARM64

ARM32 and ARM64 have the same DT definitions and the same approaches.

The generic ARM cpuidle driver can be put in common for those two
architectures.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Acked-by: Kevin Hilman <khilman@linaro.org>
Acked-by: Rob Herring <robherring2@gmail.com>
Acked-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Tested-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
arch/arm64/configs/defconfig
drivers/cpuidle/Kconfig
drivers/cpuidle/Kconfig.arm
drivers/cpuidle/Kconfig.arm64 [deleted file]
drivers/cpuidle/Makefile
drivers/cpuidle/cpuidle-arm.c [new file with mode: 0644]
drivers/cpuidle/cpuidle-arm64.c [deleted file]