[PATCH 02/12] drivers: mfd: Add support for Exynos PMU driver
Lee Jones
lee.jones at linaro.org
Mon Nov 3 07:26:04 PST 2014
On Mon, 03 Nov 2014, Amit Daniel Kachhap wrote:
> From: Pankaj Dubey <pankaj.dubey at samsung.com>
>
> This patch moves Exynos PMU driver implementation from "arm/mach-exynos"
> to "drivers/mfd". This driver is mainly used for setting misc bits of
> register from PMU IP of Exynos SoC which will be required to configure
> before Suspend/Resume. Currently all these settings are done in
> "arch/arm/mach-exynos/pmu.c" but moving ahead for ARM64 based SoC support,
> there is a need of DT based implementation of PMU driver.
>
> This driver uses already existing DT binding information.
>
> CC: Sangbeom Kim <sbkim73 at samsung.com>
> CC: Samuel Ortiz <sameo at linux.intel.com>
> CC: Lee Jones <lee.jones at linaro.org>
> Signed-off-by: Pankaj Dubey <pankaj.dubey at samsung.com>
> Signed-off-by: Amit Daniel Kachhap <amit.daniel at samsung.com>
> ---
> arch/arm/mach-exynos/Kconfig | 1 +
> arch/arm/mach-exynos/Makefile | 2 +-
> drivers/mfd/Kconfig | 9 +++++++++
> drivers/mfd/Makefile | 1 +
> .../mach-exynos/pmu.c => drivers/mfd/exynos-pmu.c | 0
> 5 files changed, 12 insertions(+), 1 deletion(-)
> rename arch/arm/mach-exynos/pmu.c => drivers/mfd/exynos-pmu.c (100%)
I thought we spoke about this already [1]? What's changed?
[1] https://lkml.org/lkml/2014/4/29/193
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
More information about the linux-arm-kernel
mailing list