mbox

[GIT,PULL,1/2] ARM: OMAP 4+: powerdomain fixes

Message ID 1410195620-6347-1-git-send-email-nm@ti.com
State New
Headers show

Pull-request

https://github.com/nmenon/linux-2.6-playground.git pull/v3.18/powerdomain-fixes

Message

Nishanth Menon Sept. 8, 2014, 5 p.m. UTC
Hi Tony,
Please pull the following changes.
Series discussed in:
http://marc.info/?l=linux-kernel&m=140871554106082&w=2
Includes (v2 patch) https://patchwork.kernel.org/patch/4790541/
Status: Acked by Santosh and Reviewed-by Kevin	

These could go into your tree for the branch omap-for-v3.18/fixes-not-urgent

The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:

  Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)

are available in the git repository at:

  https://github.com/nmenon/linux-2.6-playground.git pull/v3.18/powerdomain-fixes

for you to fetch changes up to 3e6a1c945950140926dd6e2cc667893de0a7fe3b:

  ARM: OMAP4+: PM: Use only valid low power state for CPU hotplug (2014-09-08 11:22:43 -0500)

----------------------------------------------------------------
Nishanth Menon (7):
      ARM: OMAP: DRA7: powerdomain data: fix powerdomain powerstate
      ARM: OMAP5: powerdomain data: fix powerdomain powerstate
      ARM: OMAP2+: powerdomain: pwrdm_for_each_clkdm iterate only valid clkdms
      ARM: OMAP2+: powerdomain: introduce logic for finding valid power domain
      ARM: OMAP4+: PM: Make logic state programmable
      ARM: OMAP4+: PM: use only valid low power state for suspend
      ARM: OMAP4+: PM: Use only valid low power state for CPU hotplug

 arch/arm/mach-omap2/omap-mpuss-lowpower.c   |    4 ++
 arch/arm/mach-omap2/pm44xx.c                |    9 ++-
 arch/arm/mach-omap2/powerdomain.c           |   79 ++++++++++++++++++++++++++-
 arch/arm/mach-omap2/powerdomain.h           |    4 ++
 arch/arm/mach-omap2/powerdomains54xx_data.c |   12 ++--
 arch/arm/mach-omap2/powerdomains7xx_data.c  |   14 ++---
 6 files changed, 106 insertions(+), 16 deletions(-)

Regards,
Nishanth Menon

Comments

Tony Lindgren Sept. 8, 2014, 10:19 p.m. UTC | #1
* Nishanth Menon <nm@ti.com> [140908 10:00]:
> Hi Tony,
> Please pull the following changes.
> Series discussed in:
> http://marc.info/?l=linux-kernel&m=140871554106082&w=2
> Includes (v2 patch) https://patchwork.kernel.org/patch/4790541/
> Status: Acked by Santosh and Reviewed-by Kevin	
> 
> These could go into your tree for the branch omap-for-v3.18/fixes-not-urgent

Thanks pulling them there.

Tony
 
> The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:
> 
>   Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)
> 
> are available in the git repository at:
> 
>   https://github.com/nmenon/linux-2.6-playground.git pull/v3.18/powerdomain-fixes
> 
> for you to fetch changes up to 3e6a1c945950140926dd6e2cc667893de0a7fe3b:
> 
>   ARM: OMAP4+: PM: Use only valid low power state for CPU hotplug (2014-09-08 11:22:43 -0500)
> 
> ----------------------------------------------------------------
> Nishanth Menon (7):
>       ARM: OMAP: DRA7: powerdomain data: fix powerdomain powerstate
>       ARM: OMAP5: powerdomain data: fix powerdomain powerstate
>       ARM: OMAP2+: powerdomain: pwrdm_for_each_clkdm iterate only valid clkdms
>       ARM: OMAP2+: powerdomain: introduce logic for finding valid power domain
>       ARM: OMAP4+: PM: Make logic state programmable
>       ARM: OMAP4+: PM: use only valid low power state for suspend
>       ARM: OMAP4+: PM: Use only valid low power state for CPU hotplug
> 
>  arch/arm/mach-omap2/omap-mpuss-lowpower.c   |    4 ++
>  arch/arm/mach-omap2/pm44xx.c                |    9 ++-
>  arch/arm/mach-omap2/powerdomain.c           |   79 ++++++++++++++++++++++++++-
>  arch/arm/mach-omap2/powerdomain.h           |    4 ++
>  arch/arm/mach-omap2/powerdomains54xx_data.c |   12 ++--
>  arch/arm/mach-omap2/powerdomains7xx_data.c  |   14 ++---
>  6 files changed, 106 insertions(+), 16 deletions(-)
> 
> Regards,
> Nishanth Menon
>