mbox

[GIT,PULL,2/2] Exynos PM updates for v3.18

Message ID 54227E61.5060909@samsung.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git

Message

Kukjin Kim Sept. 24, 2014, 8:18 a.m. UTC
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(-)

Comments

Kukjin Kim Sept. 25, 2014, 5:03 p.m. UTC | #1
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(-)
Arnd Bergmann Oct. 1, 2014, 3:43 p.m. UTC | #2
On Wednesday 24 September 2014, Kukjin Kim wrote:
> 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

Pulled into next/late, thanks,

	Arnd