[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-id: <535E44B5.7030202@samsung.com>
Date: Mon, 28 Apr 2014 21:08:21 +0900
From: Pankaj Dubey <pankaj.dubey@...sung.com>
To: Lee Jones <lee.jones@...aro.org>
Cc: linux-samsung-soc@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, kgene.kim@...sung.com,
linux@....linux.org.uk, t.figa@...sung.com, chow.kim@...sung.com,
yg1004.jang@...sung.com, vikas.sajjan@...sung.com,
b.zolnierkie@...sung.com, Sangbeom Kim <sbkim73@...sung.com>,
Samuel Ortiz <sameo@...ux.intel.com>
Subject: Re: [RFC PATCH v2 3/3] drivers: mfd: Add support for Exynos PMU driver
On 04/28/2014 08:21 PM, Lee Jones wrote:
> On Fri, 25 Apr 2014, Pankaj Dubey wrote:
>
>> 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@...sung.com>
>> CC: Samuel Ortiz <sameo@...ux.intel.com>
>> CC: Lee Jones <lee.jones@...aro.org>
>> Signed-off-by: Pankaj Dubey <pankaj.dubey@...sung.com>
>> ---
>> arch/arm/mach-exynos/Kconfig | 2 +
>> arch/arm/mach-exynos/Makefile | 2 -
>> arch/arm/mach-exynos/pmu.c | 521 -----------------------------------------
>> drivers/mfd/Kconfig | 9 +
>> drivers/mfd/Makefile | 1 +
>> drivers/mfd/exynos-pmu.c | 521 +++++++++++++++++++++++++++++++++++++++++
>> 6 files changed, 533 insertions(+), 523 deletions(-)
>> delete mode 100644 arch/arm/mach-exynos/pmu.c
>> create mode 100644 drivers/mfd/exynos-pmu.c
> Same with this patch, `git format-patch -M`.
OK, I will resubmit this series.
--
Best Regards,
Pankaj Dubey
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists