]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: at91: cpuidle: Move driver to drivers/cpuidle
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 26 Sep 2013 15:34:24 +0000 (17:34 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Wed, 16 Oct 2013 21:49:35 +0000 (23:49 +0200)
commit1ce3c48e6c76920fa46bfdde84a69e155f880c32
tree5ead3d0c9bf4b91812460748b0b48ef4d001b300
parent5ad945ea58f6cab7490dc149974ccb6514cc569a
ARM: at91: cpuidle: Move driver to drivers/cpuidle

As the cpuidle driver code has no more the dependency with the pm code, the
'standby' callback being passed as a parameter to the device's platform data,
we can move the cpuidle driver in the drivers/cpuidle directory.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Conflicts:

drivers/cpuidle/Kconfig.arm
drivers/cpuidle/Makefile
arch/arm/mach-at91/Makefile
drivers/cpuidle/Kconfig.arm
drivers/cpuidle/Makefile
drivers/cpuidle/cpuidle-at91.c [moved from arch/arm/mach-at91/cpuidle.c with 100% similarity]