[PATCH V2 16/17] ARM: exynos: cpuidle: Move the driver to drivers/cpuidle directory

Sachin Kamat sachin.kamat at linaro.org
Mon Apr 7 02:51:37 PDT 2014


Hi Daniel,

On 4 April 2014 19:13, Daniel Lezcano <daniel.lezcano at linaro.org> wrote:
> Signed-off-by: Daniel Lezcano <daniel.lezcano at linaro.org>
> Reviewed-by: Viresh Kumar <viresh.kumar at linaro.org>
> ---
>  arch/arm/mach-exynos/Makefile                      |    1 -
>  drivers/cpuidle/Kconfig.arm                        |    7 +++++++
>  drivers/cpuidle/Makefile                           |    1 +
>  .../cpuidle.c => drivers/cpuidle/cpuidle-exynos.c  |    0
>  4 files changed, 8 insertions(+), 1 deletion(-)
>  rename arch/arm/mach-exynos/cpuidle.c => drivers/cpuidle/cpuidle-exynos.c (100%)

This driver now references platform header file (plat/cpu.h) for some
Exynos5440 specific check
which is not good considering multiplatform support. Any plan to get
rid of this?

-- 
With warm regards,
Sachin



More information about the linux-arm-kernel mailing list