From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kukjin Kim Subject: [GIT PULL 2/2] Exynos PM updates for v3.18 Date: Wed, 24 Sep 2014 17:18:41 +0900 Message-ID: <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-pa0-f47.google.com ([209.85.220.47]:43528 "EHLO mail-pa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754271AbaIXISs (ORCPT ); Wed, 24 Sep 2014 04:18:48 -0400 Received: by mail-pa0-f47.google.com with SMTP id et14so8250997pad.6 for ; Wed, 24 Sep 2014 01:18:48 -0700 (PDT) Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Arnd Bergmann , 'Olof Johansson' , Kevin Hilman Cc: "linux-arm-kernel@lists.infradead.org" , "linux-samsung-soc@vger.kernel.org" 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: Wed, 24 Sep 2014 17:18:41 +0900 Subject: [GIT PULL 2/2] Exynos PM updates for v3.18 Message-ID: <54227E61.5060909@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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(-)