From mboxrd@z Thu Jan 1 00:00:00 1970 From: kgene@kernel.org (Kukjin Kim) Date: Wed, 24 Sep 2014 14:00:07 +0900 Subject: [RESEND PATCH v4 2/2] ARM: EXYNOS: Refactor the pm code to use DT based lookup In-Reply-To: <2186657.jhIisq7Fok@amdc1032> References: <1408431167-14134-1-git-send-email-vikas.sajjan@samsung.com> <1408431167-14134-3-git-send-email-vikas.sajjan@samsung.com> <2186657.jhIisq7Fok@amdc1032> Message-ID: <01ef01cfd7b4$696d7560$3c486020$@kernel.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Bartlomiej Zolnierkiewicz wrote: > > Hi, > Hi, > On Tuesday, August 19, 2014 01:26:49 PM Vikas Sajjan wrote: > > Hi Kukjin, > > > > On Tue, Aug 19, 2014 at 12:22 PM, Vikas Sajjan wrote: > > > Refactoring the pm.c to avoid using "soc_is_exynos" checks, > > > instead use the DT based lookup. > > > > > > While at it, consolidate the common code across SoCs > > > and create static helper functions. > > > > > > Signed-off-by: Vikas Sajjan > > > Reviewed-by: Tomasz Figa > > > > Can you pick this series... > > I think that my PM_SLEEP=n build fixes should go in before this cleanup > series: > > http://www.mail-archive.com/linux-samsung-soc at vger.kernel.org/msg35430.html > Bart, your patch has a problem due to dependency, Firmware-assisted suspend/ resume patch from Tomasz as I emailed today morning in my time. So I will apply this series firstly. Please respin the fixes once the build breakage resolved. If you have any idea, please let me know. Thanks, Kukjin > Best regards, > -- > Bartlomiej Zolnierkiewicz > Samsung R&D Institute Poland > Samsung Electronics > > > > --- > > > arch/arm/mach-exynos/pm.c | 167 +++++++++++++++++++++++++++++---------- > > > arch/arm/mach-exynos/regs-pmu.h | 1 + > > > 2 files changed, 126 insertions(+), 42 deletions(-)