Hi, This patchset makes ARM EXYNOS cpuidle driver work on EXYNOS4210, prepares it for the future ARM multiplatform support and finally moves the driver to drivers/cpuidle/. Patches are against v3.10-rc6 (they also apply to next-20130624). Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics Bartlomiej Zolnierkiewicz (3): ARM: EXYNOS: remove non-working AFTR mode support ARM: EXYNOS: init cpuidle driver in exynos_init_late() ARM: EXYNOS: move cpuidle driver to drivers/cpuidle/ arch/arm/mach-exynos/Makefile | 1 - arch/arm/mach-exynos/common.c | 8 +- arch/arm/mach-exynos/common.h | 6 ++ arch/arm/mach-exynos/cpuidle.c | 225 --------------------------------------- drivers/cpuidle/Makefile | 3 + drivers/cpuidle/cpuidle-exynos.c | 92 ++++++++++++++++ 6 files changed, 105 insertions(+), 230 deletions(-) delete mode 100644 arch/arm/mach-exynos/cpuidle.c create mode 100644 drivers/cpuidle/cpuidle-exynos.c -- 1.8.2.3 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html