From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kukjin Kim Subject: Re: [GIT PULL 2/2] Exynos PM updates for v3.18 Date: Fri, 26 Sep 2014 02:03:56 +0900 Message-ID: <54244AFC.7030300@samsung.com> References: <54227E61.5060909@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pd0-f171.google.com ([209.85.192.171]:34864 "EHLO mail-pd0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752624AbaIYRED (ORCPT ); Thu, 25 Sep 2014 13:04:03 -0400 Received: by mail-pd0-f171.google.com with SMTP id y13so11083343pdi.30 for ; Thu, 25 Sep 2014 10:04:03 -0700 (PDT) In-Reply-To: <54227E61.5060909@samsung.com> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Kukjin Kim Cc: Arnd Bergmann , 'Olof Johansson' , Kevin Hilman , "linux-arm-kernel@lists.infradead.org" , "linux-samsung-soc@vger.kernel.org" , arm@kernel.org On 09/24/14 17:18, Kukjin Kim wrote: Hi, Same, I missed adding arm (at) kernel.org so adding it. Please pull. Thanks, Kukjin > The following changes since commit > 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9: > > Linux 3.17-rc1 (2014-08-16 10:40:26 -0600) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git > tags/exynos-pm > > for you to fetch changes up to c3294253713cbc96df59a7cc6a9a3fc0c4ae5ba7: > > ARM: EXYNOS: Refactor the pm code to use DT based lookup (2014-09-24 > 16:45:14 +0900) > > ---------------------------------------------------------------- > PM related updates for exynos v3.18 > > - Refactor the pm code to use DT based lookup instead of > using "soc_is_exynosxxxx" > - While at it, move exynos5250 specific disabling of JPEG > USE_RETENTION to pmu.c > > ---------------------------------------------------------------- > Vikas Sajjan (2): > ARM: EXYNOS: Move Disabling of JPEG USE_RETENTION for exynos5250 to pmu.c > ARM: EXYNOS: Refactor the pm code to use DT based lookup > > arch/arm/mach-exynos/pm.c | 172 +++++++++++++++++++++++++++++----------- > arch/arm/mach-exynos/pmu.c | 1 + > arch/arm/mach-exynos/regs-pmu.h | 1 + > 3 files changed, 127 insertions(+), 47 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: kgene.kim@samsung.com (Kukjin Kim) Date: Fri, 26 Sep 2014 02:03:56 +0900 Subject: [GIT PULL 2/2] Exynos PM updates for v3.18 In-Reply-To: <54227E61.5060909@samsung.com> References: <54227E61.5060909@samsung.com> Message-ID: <54244AFC.7030300@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 09/24/14 17:18, Kukjin Kim wrote: Hi, Same, I missed adding arm (at) kernel.org so adding it. Please pull. Thanks, Kukjin > The following changes since commit > 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9: > > Linux 3.17-rc1 (2014-08-16 10:40:26 -0600) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git > tags/exynos-pm > > for you to fetch changes up to c3294253713cbc96df59a7cc6a9a3fc0c4ae5ba7: > > ARM: EXYNOS: Refactor the pm code to use DT based lookup (2014-09-24 > 16:45:14 +0900) > > ---------------------------------------------------------------- > PM related updates for exynos v3.18 > > - Refactor the pm code to use DT based lookup instead of > using "soc_is_exynosxxxx" > - While at it, move exynos5250 specific disabling of JPEG > USE_RETENTION to pmu.c > > ---------------------------------------------------------------- > Vikas Sajjan (2): > ARM: EXYNOS: Move Disabling of JPEG USE_RETENTION for exynos5250 to pmu.c > ARM: EXYNOS: Refactor the pm code to use DT based lookup > > arch/arm/mach-exynos/pm.c | 172 +++++++++++++++++++++++++++++----------- > arch/arm/mach-exynos/pmu.c | 1 + > arch/arm/mach-exynos/regs-pmu.h | 1 + > 3 files changed, 127 insertions(+), 47 deletions(-)