All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/2] ARM: OMAP 4+: powerdomain fixes
@ 2014-09-08 17:00 ` Nishanth Menon
  0 siblings, 0 replies; 18+ messages in thread
From: Nishanth Menon @ 2014-09-08 17:00 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-kernel, linux-omap, linux-arm-kernel, Nishanth Menon

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 1/2] ARM: OMAP 4+: powerdomain fixes
@ 2014-09-08 17:00 ` Nishanth Menon
  0 siblings, 0 replies; 18+ messages in thread
From: Nishanth Menon @ 2014-09-08 17:00 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-kernel, linux-omap, linux-arm-kernel, Nishanth Menon

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 1/2] ARM: OMAP 4+: powerdomain fixes
@ 2014-09-08 17:00 ` Nishanth Menon
  0 siblings, 0 replies; 18+ messages in thread
From: Nishanth Menon @ 2014-09-08 17:00 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 2/2] ARM: OMAP4+: PRM fixes, DRA7 suspend-to-ram support
  2014-09-08 17:00 ` Nishanth Menon
  (?)
@ 2014-09-08 17:00   ` Nishanth Menon
  -1 siblings, 0 replies; 18+ messages in thread
From: Nishanth Menon @ 2014-09-08 17:00 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-kernel, linux-omap, linux-arm-kernel, Nishanth Menon

Hi Tony,
Please pull the following changes.

part 2: "ARM: OMAP3+: PRM: fix up prm_handling"
http://marc.info/?l=linux-kernel&m=140871580806186&w=2
Status: Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>

part 3: "ARM: OMAP5+: pdata quirks for pinctrl"
http://marc.info/?l=linux-kernel&m=140871598306262&w=2
Status: Sending pull based on http://marc.info/?l=linux-kernel&m=140871666506706&w=2 (Acked by Tony, Pulled by Linus W)

part 5: "ARM: OMAP5 / DRA7: Add framework for suspend and cpuidle"
http://marc.info/?l=linux-kernel&m=140871637106555&w=2
Status: picked up kevin's tested and reviewed-by, dropped cpuidle for this pull

These could go into your tree for the branch  omap-for-v3.18/soc

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/for-omap-soc

for you to fetch changes up to 628ed4717000789bff827c5799d1aac4c1008541:

  ARM: OMAP5: Add hook in SoC initcalls to enable pm initialization (2014-09-08 11:38:43 -0500)

----------------------------------------------------------------
Keerthy (1):
      ARM: AM437x: use pdata quirks for pinctrl information

Nishanth Menon (8):
      ARM: OMAP4+: prminst: provide function to find prm_dev instance offset
      ARM: OMAP4: PRM: use the generic prm_inst to allow logic to be abstracted
      ARM: OMAP4+: PRM: register interrupt information from DT
      ARM: OMAP4+: PRM: remove "wkup" event
      ARM: OMAP4+: PRM: Enable wakeup capability for OMAP5, DRA7
      ARM: OMAP3+: PRM: register interrupt information from DT
      ARM: OMAP5: use pdata quirks for pinctrl information
      ARM: DRA7: use pdata quirks for pinctrl information

Rajendra Nayak (2):
      ARM: OMAP5 / DRA7: PM: Avoid all SAR saves
      ARM: OMAP5 / DRA7: Enable CPU RET on suspend

Santosh Shilimkar (6):
      ARM: OMAP5 / DRA7: PM: Update CPU context register offset
      ARM: OMAP5 / DRA7: PM: Set MPUSS-EMIF clock-domain static dependency
      ARM: OMAP5 / DRA7: PM / wakeupgen: Enables ES2 PM mode by default
      ARM: OMAP5 / DRA7: PM: Enable Mercury retention mode on CPUx powerdomains
      ARM: OMAP5 / DRA7: PM: Provide a dummy startup function for CPU hotplug
      ARM: OMAP5: Add hook in SoC initcalls to enable pm initialization

 arch/arm/mach-omap2/common.h              |    2 +-
 arch/arm/mach-omap2/io.c                  |    3 +
 arch/arm/mach-omap2/omap-mpuss-lowpower.c |  102 ++++++++++++++++++++---------
 arch/arm/mach-omap2/omap-secure.h         |    1 +
 arch/arm/mach-omap2/omap-wakeupgen.c      |   20 +++++-
 arch/arm/mach-omap2/omap-wakeupgen.h      |    1 +
 arch/arm/mach-omap2/pdata-quirks.c        |   10 +++
 arch/arm/mach-omap2/pm.h                  |    1 +
 arch/arm/mach-omap2/pm44xx.c              |   48 ++++++++++++--
 arch/arm/mach-omap2/prm3xxx.c             |   18 +++++
 arch/arm/mach-omap2/prm44xx.c             |   90 +++++++++++++++++++++----
 arch/arm/mach-omap2/prminst44xx.c         |   40 ++++++-----
 arch/arm/mach-omap2/prminst44xx.h         |    3 +
 13 files changed, 275 insertions(+), 64 deletions(-)

Regards,
Nishanth Menon

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 2/2] ARM: OMAP4+: PRM fixes, DRA7 suspend-to-ram support
@ 2014-09-08 17:00   ` Nishanth Menon
  0 siblings, 0 replies; 18+ messages in thread
From: Nishanth Menon @ 2014-09-08 17:00 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-kernel, linux-omap, linux-arm-kernel, Nishanth Menon

Hi Tony,
Please pull the following changes.

part 2: "ARM: OMAP3+: PRM: fix up prm_handling"
http://marc.info/?l=linux-kernel&m=140871580806186&w=2
Status: Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>

part 3: "ARM: OMAP5+: pdata quirks for pinctrl"
http://marc.info/?l=linux-kernel&m=140871598306262&w=2
Status: Sending pull based on http://marc.info/?l=linux-kernel&m=140871666506706&w=2 (Acked by Tony, Pulled by Linus W)

part 5: "ARM: OMAP5 / DRA7: Add framework for suspend and cpuidle"
http://marc.info/?l=linux-kernel&m=140871637106555&w=2
Status: picked up kevin's tested and reviewed-by, dropped cpuidle for this pull

These could go into your tree for the branch  omap-for-v3.18/soc

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/for-omap-soc

for you to fetch changes up to 628ed4717000789bff827c5799d1aac4c1008541:

  ARM: OMAP5: Add hook in SoC initcalls to enable pm initialization (2014-09-08 11:38:43 -0500)

----------------------------------------------------------------
Keerthy (1):
      ARM: AM437x: use pdata quirks for pinctrl information

Nishanth Menon (8):
      ARM: OMAP4+: prminst: provide function to find prm_dev instance offset
      ARM: OMAP4: PRM: use the generic prm_inst to allow logic to be abstracted
      ARM: OMAP4+: PRM: register interrupt information from DT
      ARM: OMAP4+: PRM: remove "wkup" event
      ARM: OMAP4+: PRM: Enable wakeup capability for OMAP5, DRA7
      ARM: OMAP3+: PRM: register interrupt information from DT
      ARM: OMAP5: use pdata quirks for pinctrl information
      ARM: DRA7: use pdata quirks for pinctrl information

Rajendra Nayak (2):
      ARM: OMAP5 / DRA7: PM: Avoid all SAR saves
      ARM: OMAP5 / DRA7: Enable CPU RET on suspend

Santosh Shilimkar (6):
      ARM: OMAP5 / DRA7: PM: Update CPU context register offset
      ARM: OMAP5 / DRA7: PM: Set MPUSS-EMIF clock-domain static dependency
      ARM: OMAP5 / DRA7: PM / wakeupgen: Enables ES2 PM mode by default
      ARM: OMAP5 / DRA7: PM: Enable Mercury retention mode on CPUx powerdomains
      ARM: OMAP5 / DRA7: PM: Provide a dummy startup function for CPU hotplug
      ARM: OMAP5: Add hook in SoC initcalls to enable pm initialization

 arch/arm/mach-omap2/common.h              |    2 +-
 arch/arm/mach-omap2/io.c                  |    3 +
 arch/arm/mach-omap2/omap-mpuss-lowpower.c |  102 ++++++++++++++++++++---------
 arch/arm/mach-omap2/omap-secure.h         |    1 +
 arch/arm/mach-omap2/omap-wakeupgen.c      |   20 +++++-
 arch/arm/mach-omap2/omap-wakeupgen.h      |    1 +
 arch/arm/mach-omap2/pdata-quirks.c        |   10 +++
 arch/arm/mach-omap2/pm.h                  |    1 +
 arch/arm/mach-omap2/pm44xx.c              |   48 ++++++++++++--
 arch/arm/mach-omap2/prm3xxx.c             |   18 +++++
 arch/arm/mach-omap2/prm44xx.c             |   90 +++++++++++++++++++++----
 arch/arm/mach-omap2/prminst44xx.c         |   40 ++++++-----
 arch/arm/mach-omap2/prminst44xx.h         |    3 +
 13 files changed, 275 insertions(+), 64 deletions(-)

Regards,
Nishanth Menon

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 2/2] ARM: OMAP4+: PRM fixes, DRA7 suspend-to-ram support
@ 2014-09-08 17:00   ` Nishanth Menon
  0 siblings, 0 replies; 18+ messages in thread
From: Nishanth Menon @ 2014-09-08 17:00 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Tony,
Please pull the following changes.

part 2: "ARM: OMAP3+: PRM: fix up prm_handling"
http://marc.info/?l=linux-kernel&m=140871580806186&w=2
Status: Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>

part 3: "ARM: OMAP5+: pdata quirks for pinctrl"
http://marc.info/?l=linux-kernel&m=140871598306262&w=2
Status: Sending pull based on http://marc.info/?l=linux-kernel&m=140871666506706&w=2 (Acked by Tony, Pulled by Linus W)

part 5: "ARM: OMAP5 / DRA7: Add framework for suspend and cpuidle"
http://marc.info/?l=linux-kernel&m=140871637106555&w=2
Status: picked up kevin's tested and reviewed-by, dropped cpuidle for this pull

These could go into your tree for the branch  omap-for-v3.18/soc

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/for-omap-soc

for you to fetch changes up to 628ed4717000789bff827c5799d1aac4c1008541:

  ARM: OMAP5: Add hook in SoC initcalls to enable pm initialization (2014-09-08 11:38:43 -0500)

----------------------------------------------------------------
Keerthy (1):
      ARM: AM437x: use pdata quirks for pinctrl information

Nishanth Menon (8):
      ARM: OMAP4+: prminst: provide function to find prm_dev instance offset
      ARM: OMAP4: PRM: use the generic prm_inst to allow logic to be abstracted
      ARM: OMAP4+: PRM: register interrupt information from DT
      ARM: OMAP4+: PRM: remove "wkup" event
      ARM: OMAP4+: PRM: Enable wakeup capability for OMAP5, DRA7
      ARM: OMAP3+: PRM: register interrupt information from DT
      ARM: OMAP5: use pdata quirks for pinctrl information
      ARM: DRA7: use pdata quirks for pinctrl information

Rajendra Nayak (2):
      ARM: OMAP5 / DRA7: PM: Avoid all SAR saves
      ARM: OMAP5 / DRA7: Enable CPU RET on suspend

Santosh Shilimkar (6):
      ARM: OMAP5 / DRA7: PM: Update CPU context register offset
      ARM: OMAP5 / DRA7: PM: Set MPUSS-EMIF clock-domain static dependency
      ARM: OMAP5 / DRA7: PM / wakeupgen: Enables ES2 PM mode by default
      ARM: OMAP5 / DRA7: PM: Enable Mercury retention mode on CPUx powerdomains
      ARM: OMAP5 / DRA7: PM: Provide a dummy startup function for CPU hotplug
      ARM: OMAP5: Add hook in SoC initcalls to enable pm initialization

 arch/arm/mach-omap2/common.h              |    2 +-
 arch/arm/mach-omap2/io.c                  |    3 +
 arch/arm/mach-omap2/omap-mpuss-lowpower.c |  102 ++++++++++++++++++++---------
 arch/arm/mach-omap2/omap-secure.h         |    1 +
 arch/arm/mach-omap2/omap-wakeupgen.c      |   20 +++++-
 arch/arm/mach-omap2/omap-wakeupgen.h      |    1 +
 arch/arm/mach-omap2/pdata-quirks.c        |   10 +++
 arch/arm/mach-omap2/pm.h                  |    1 +
 arch/arm/mach-omap2/pm44xx.c              |   48 ++++++++++++--
 arch/arm/mach-omap2/prm3xxx.c             |   18 +++++
 arch/arm/mach-omap2/prm44xx.c             |   90 +++++++++++++++++++++----
 arch/arm/mach-omap2/prminst44xx.c         |   40 ++++++-----
 arch/arm/mach-omap2/prminst44xx.h         |    3 +
 13 files changed, 275 insertions(+), 64 deletions(-)

Regards,
Nishanth Menon

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [GIT PULL 1/2] ARM: OMAP 4+: powerdomain fixes
  2014-09-08 17:00 ` Nishanth Menon
@ 2014-09-08 22:19   ` Tony Lindgren
  -1 siblings, 0 replies; 18+ messages in thread
From: Tony Lindgren @ 2014-09-08 22:19 UTC (permalink / raw)
  To: Nishanth Menon; +Cc: linux-kernel, linux-omap, linux-arm-kernel

* 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
> 

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 1/2] ARM: OMAP 4+: powerdomain fixes
@ 2014-09-08 22:19   ` Tony Lindgren
  0 siblings, 0 replies; 18+ messages in thread
From: Tony Lindgren @ 2014-09-08 22:19 UTC (permalink / raw)
  To: linux-arm-kernel

* 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
> 

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [GIT PULL 2/2] ARM: OMAP4+: PRM fixes, DRA7 suspend-to-ram support
  2014-09-08 17:00   ` Nishanth Menon
@ 2014-09-08 22:32     ` Tony Lindgren
  -1 siblings, 0 replies; 18+ messages in thread
From: Tony Lindgren @ 2014-09-08 22:32 UTC (permalink / raw)
  To: Nishanth Menon; +Cc: linux-kernel, linux-omap, linux-arm-kernel

* Nishanth Menon <nm@ti.com> [140908 10:02]:
> Hi Tony,
> Please pull the following changes.
> 
> part 2: "ARM: OMAP3+: PRM: fix up prm_handling"
> http://marc.info/?l=linux-kernel&m=140871580806186&w=2
> Status: Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
> 
> part 3: "ARM: OMAP5+: pdata quirks for pinctrl"
> http://marc.info/?l=linux-kernel&m=140871598306262&w=2
> Status: Sending pull based on http://marc.info/?l=linux-kernel&m=140871666506706&w=2 (Acked by Tony, Pulled by Linus W)
> 
> part 5: "ARM: OMAP5 / DRA7: Add framework for suspend and cpuidle"
> http://marc.info/?l=linux-kernel&m=140871637106555&w=2
> Status: picked up kevin's tested and reviewed-by, dropped cpuidle for this pull
> 
> These could go into your tree for the branch  omap-for-v3.18/soc
> 
> 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/for-omap-soc

Thanks pulling into omap-for-v3.18/soc.

Regards,

Tony
 
> for you to fetch changes up to 628ed4717000789bff827c5799d1aac4c1008541:
> 
>   ARM: OMAP5: Add hook in SoC initcalls to enable pm initialization (2014-09-08 11:38:43 -0500)
> 
> ----------------------------------------------------------------
> Keerthy (1):
>       ARM: AM437x: use pdata quirks for pinctrl information
> 
> Nishanth Menon (8):
>       ARM: OMAP4+: prminst: provide function to find prm_dev instance offset
>       ARM: OMAP4: PRM: use the generic prm_inst to allow logic to be abstracted
>       ARM: OMAP4+: PRM: register interrupt information from DT
>       ARM: OMAP4+: PRM: remove "wkup" event
>       ARM: OMAP4+: PRM: Enable wakeup capability for OMAP5, DRA7
>       ARM: OMAP3+: PRM: register interrupt information from DT
>       ARM: OMAP5: use pdata quirks for pinctrl information
>       ARM: DRA7: use pdata quirks for pinctrl information
> 
> Rajendra Nayak (2):
>       ARM: OMAP5 / DRA7: PM: Avoid all SAR saves
>       ARM: OMAP5 / DRA7: Enable CPU RET on suspend
> 
> Santosh Shilimkar (6):
>       ARM: OMAP5 / DRA7: PM: Update CPU context register offset
>       ARM: OMAP5 / DRA7: PM: Set MPUSS-EMIF clock-domain static dependency
>       ARM: OMAP5 / DRA7: PM / wakeupgen: Enables ES2 PM mode by default
>       ARM: OMAP5 / DRA7: PM: Enable Mercury retention mode on CPUx powerdomains
>       ARM: OMAP5 / DRA7: PM: Provide a dummy startup function for CPU hotplug
>       ARM: OMAP5: Add hook in SoC initcalls to enable pm initialization
> 
>  arch/arm/mach-omap2/common.h              |    2 +-
>  arch/arm/mach-omap2/io.c                  |    3 +
>  arch/arm/mach-omap2/omap-mpuss-lowpower.c |  102 ++++++++++++++++++++---------
>  arch/arm/mach-omap2/omap-secure.h         |    1 +
>  arch/arm/mach-omap2/omap-wakeupgen.c      |   20 +++++-
>  arch/arm/mach-omap2/omap-wakeupgen.h      |    1 +
>  arch/arm/mach-omap2/pdata-quirks.c        |   10 +++
>  arch/arm/mach-omap2/pm.h                  |    1 +
>  arch/arm/mach-omap2/pm44xx.c              |   48 ++++++++++++--
>  arch/arm/mach-omap2/prm3xxx.c             |   18 +++++
>  arch/arm/mach-omap2/prm44xx.c             |   90 +++++++++++++++++++++----
>  arch/arm/mach-omap2/prminst44xx.c         |   40 ++++++-----
>  arch/arm/mach-omap2/prminst44xx.h         |    3 +
>  13 files changed, 275 insertions(+), 64 deletions(-)
> 
> Regards,
> Nishanth Menon
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 2/2] ARM: OMAP4+: PRM fixes, DRA7 suspend-to-ram support
@ 2014-09-08 22:32     ` Tony Lindgren
  0 siblings, 0 replies; 18+ messages in thread
From: Tony Lindgren @ 2014-09-08 22:32 UTC (permalink / raw)
  To: linux-arm-kernel

* Nishanth Menon <nm@ti.com> [140908 10:02]:
> Hi Tony,
> Please pull the following changes.
> 
> part 2: "ARM: OMAP3+: PRM: fix up prm_handling"
> http://marc.info/?l=linux-kernel&m=140871580806186&w=2
> Status: Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
> 
> part 3: "ARM: OMAP5+: pdata quirks for pinctrl"
> http://marc.info/?l=linux-kernel&m=140871598306262&w=2
> Status: Sending pull based on http://marc.info/?l=linux-kernel&m=140871666506706&w=2 (Acked by Tony, Pulled by Linus W)
> 
> part 5: "ARM: OMAP5 / DRA7: Add framework for suspend and cpuidle"
> http://marc.info/?l=linux-kernel&m=140871637106555&w=2
> Status: picked up kevin's tested and reviewed-by, dropped cpuidle for this pull
> 
> These could go into your tree for the branch  omap-for-v3.18/soc
> 
> 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/for-omap-soc

Thanks pulling into omap-for-v3.18/soc.

Regards,

Tony
 
> for you to fetch changes up to 628ed4717000789bff827c5799d1aac4c1008541:
> 
>   ARM: OMAP5: Add hook in SoC initcalls to enable pm initialization (2014-09-08 11:38:43 -0500)
> 
> ----------------------------------------------------------------
> Keerthy (1):
>       ARM: AM437x: use pdata quirks for pinctrl information
> 
> Nishanth Menon (8):
>       ARM: OMAP4+: prminst: provide function to find prm_dev instance offset
>       ARM: OMAP4: PRM: use the generic prm_inst to allow logic to be abstracted
>       ARM: OMAP4+: PRM: register interrupt information from DT
>       ARM: OMAP4+: PRM: remove "wkup" event
>       ARM: OMAP4+: PRM: Enable wakeup capability for OMAP5, DRA7
>       ARM: OMAP3+: PRM: register interrupt information from DT
>       ARM: OMAP5: use pdata quirks for pinctrl information
>       ARM: DRA7: use pdata quirks for pinctrl information
> 
> Rajendra Nayak (2):
>       ARM: OMAP5 / DRA7: PM: Avoid all SAR saves
>       ARM: OMAP5 / DRA7: Enable CPU RET on suspend
> 
> Santosh Shilimkar (6):
>       ARM: OMAP5 / DRA7: PM: Update CPU context register offset
>       ARM: OMAP5 / DRA7: PM: Set MPUSS-EMIF clock-domain static dependency
>       ARM: OMAP5 / DRA7: PM / wakeupgen: Enables ES2 PM mode by default
>       ARM: OMAP5 / DRA7: PM: Enable Mercury retention mode on CPUx powerdomains
>       ARM: OMAP5 / DRA7: PM: Provide a dummy startup function for CPU hotplug
>       ARM: OMAP5: Add hook in SoC initcalls to enable pm initialization
> 
>  arch/arm/mach-omap2/common.h              |    2 +-
>  arch/arm/mach-omap2/io.c                  |    3 +
>  arch/arm/mach-omap2/omap-mpuss-lowpower.c |  102 ++++++++++++++++++++---------
>  arch/arm/mach-omap2/omap-secure.h         |    1 +
>  arch/arm/mach-omap2/omap-wakeupgen.c      |   20 +++++-
>  arch/arm/mach-omap2/omap-wakeupgen.h      |    1 +
>  arch/arm/mach-omap2/pdata-quirks.c        |   10 +++
>  arch/arm/mach-omap2/pm.h                  |    1 +
>  arch/arm/mach-omap2/pm44xx.c              |   48 ++++++++++++--
>  arch/arm/mach-omap2/prm3xxx.c             |   18 +++++
>  arch/arm/mach-omap2/prm44xx.c             |   90 +++++++++++++++++++++----
>  arch/arm/mach-omap2/prminst44xx.c         |   40 ++++++-----
>  arch/arm/mach-omap2/prminst44xx.h         |    3 +
>  13 files changed, 275 insertions(+), 64 deletions(-)
> 
> Regards,
> Nishanth Menon
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [GIT PULL 2/2] ARM: OMAP4+: PRM fixes, DRA7 suspend-to-ram support
  2014-09-08 22:32     ` Tony Lindgren
  (?)
@ 2014-09-08 22:45       ` Nishanth Menon
  -1 siblings, 0 replies; 18+ messages in thread
From: Nishanth Menon @ 2014-09-08 22:45 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-kernel, linux-omap, linux-arm-kernel

On 15:32-20140908, Tony Lindgren wrote:
> * Nishanth Menon <nm@ti.com> [140908 10:02]:
> > Hi Tony,
> > Please pull the following changes.
> > 
> > part 2: "ARM: OMAP3+: PRM: fix up prm_handling"
> > http://marc.info/?l=linux-kernel&m=140871580806186&w=2
> > Status: Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
> > 
> > part 3: "ARM: OMAP5+: pdata quirks for pinctrl"
> > http://marc.info/?l=linux-kernel&m=140871598306262&w=2
> > Status: Sending pull based on http://marc.info/?l=linux-kernel&m=140871666506706&w=2 (Acked by Tony, Pulled by Linus W)
> > 
> > part 5: "ARM: OMAP5 / DRA7: Add framework for suspend and cpuidle"
> > http://marc.info/?l=linux-kernel&m=140871637106555&w=2
> > Status: picked up kevin's tested and reviewed-by, dropped cpuidle for this pull
> > 
> > These could go into your tree for the branch  omap-for-v3.18/soc
> > 
> > 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/for-omap-soc
> 
> Thanks pulling into omap-for-v3.18/soc.

Tony, Apologies, I missed the last patch in the series:

https://patchwork.kernel.org/patch/4765011/

If you could cherry-pick the same with 
Reviewed-by: Kevin Hilman <khilman@linaro.org>
Tested-by: Kevin Hilman <khilman@linaro.org>
based on Kevin's feedback:
http://marc.info/?l=linux-arm-kernel&m=140916701909122&w=2

-- 
Regards,
Nishanth Menon

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [GIT PULL 2/2] ARM: OMAP4+: PRM fixes, DRA7 suspend-to-ram support
@ 2014-09-08 22:45       ` Nishanth Menon
  0 siblings, 0 replies; 18+ messages in thread
From: Nishanth Menon @ 2014-09-08 22:45 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-kernel, linux-omap, linux-arm-kernel

On 15:32-20140908, Tony Lindgren wrote:
> * Nishanth Menon <nm@ti.com> [140908 10:02]:
> > Hi Tony,
> > Please pull the following changes.
> > 
> > part 2: "ARM: OMAP3+: PRM: fix up prm_handling"
> > http://marc.info/?l=linux-kernel&m=140871580806186&w=2
> > Status: Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
> > 
> > part 3: "ARM: OMAP5+: pdata quirks for pinctrl"
> > http://marc.info/?l=linux-kernel&m=140871598306262&w=2
> > Status: Sending pull based on http://marc.info/?l=linux-kernel&m=140871666506706&w=2 (Acked by Tony, Pulled by Linus W)
> > 
> > part 5: "ARM: OMAP5 / DRA7: Add framework for suspend and cpuidle"
> > http://marc.info/?l=linux-kernel&m=140871637106555&w=2
> > Status: picked up kevin's tested and reviewed-by, dropped cpuidle for this pull
> > 
> > These could go into your tree for the branch  omap-for-v3.18/soc
> > 
> > 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/for-omap-soc
> 
> Thanks pulling into omap-for-v3.18/soc.

Tony, Apologies, I missed the last patch in the series:

https://patchwork.kernel.org/patch/4765011/

If you could cherry-pick the same with 
Reviewed-by: Kevin Hilman <khilman@linaro.org>
Tested-by: Kevin Hilman <khilman@linaro.org>
based on Kevin's feedback:
http://marc.info/?l=linux-arm-kernel&m=140916701909122&w=2

-- 
Regards,
Nishanth Menon

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 2/2] ARM: OMAP4+: PRM fixes, DRA7 suspend-to-ram support
@ 2014-09-08 22:45       ` Nishanth Menon
  0 siblings, 0 replies; 18+ messages in thread
From: Nishanth Menon @ 2014-09-08 22:45 UTC (permalink / raw)
  To: linux-arm-kernel

On 15:32-20140908, Tony Lindgren wrote:
> * Nishanth Menon <nm@ti.com> [140908 10:02]:
> > Hi Tony,
> > Please pull the following changes.
> > 
> > part 2: "ARM: OMAP3+: PRM: fix up prm_handling"
> > http://marc.info/?l=linux-kernel&m=140871580806186&w=2
> > Status: Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
> > 
> > part 3: "ARM: OMAP5+: pdata quirks for pinctrl"
> > http://marc.info/?l=linux-kernel&m=140871598306262&w=2
> > Status: Sending pull based on http://marc.info/?l=linux-kernel&m=140871666506706&w=2 (Acked by Tony, Pulled by Linus W)
> > 
> > part 5: "ARM: OMAP5 / DRA7: Add framework for suspend and cpuidle"
> > http://marc.info/?l=linux-kernel&m=140871637106555&w=2
> > Status: picked up kevin's tested and reviewed-by, dropped cpuidle for this pull
> > 
> > These could go into your tree for the branch  omap-for-v3.18/soc
> > 
> > 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/for-omap-soc
> 
> Thanks pulling into omap-for-v3.18/soc.

Tony, Apologies, I missed the last patch in the series:

https://patchwork.kernel.org/patch/4765011/

If you could cherry-pick the same with 
Reviewed-by: Kevin Hilman <khilman@linaro.org>
Tested-by: Kevin Hilman <khilman@linaro.org>
based on Kevin's feedback:
http://marc.info/?l=linux-arm-kernel&m=140916701909122&w=2

-- 
Regards,
Nishanth Menon

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [GIT PULL 2/2] ARM: OMAP4+: PRM fixes, DRA7 suspend-to-ram support
  2014-09-08 22:45       ` Nishanth Menon
@ 2014-09-08 22:51         ` Tony Lindgren
  -1 siblings, 0 replies; 18+ messages in thread
From: Tony Lindgren @ 2014-09-08 22:51 UTC (permalink / raw)
  To: Nishanth Menon; +Cc: linux-kernel, linux-omap, linux-arm-kernel

* Nishanth Menon <nm@ti.com> [140908 15:45]:
> On 15:32-20140908, Tony Lindgren wrote:
> > * Nishanth Menon <nm@ti.com> [140908 10:02]:
> > > Hi Tony,
> > > Please pull the following changes.
> > > 
> > > part 2: "ARM: OMAP3+: PRM: fix up prm_handling"
> > > http://marc.info/?l=linux-kernel&m=140871580806186&w=2
> > > Status: Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
> > > 
> > > part 3: "ARM: OMAP5+: pdata quirks for pinctrl"
> > > http://marc.info/?l=linux-kernel&m=140871598306262&w=2
> > > Status: Sending pull based on http://marc.info/?l=linux-kernel&m=140871666506706&w=2 (Acked by Tony, Pulled by Linus W)
> > > 
> > > part 5: "ARM: OMAP5 / DRA7: Add framework for suspend and cpuidle"
> > > http://marc.info/?l=linux-kernel&m=140871637106555&w=2
> > > Status: picked up kevin's tested and reviewed-by, dropped cpuidle for this pull
> > > 
> > > These could go into your tree for the branch  omap-for-v3.18/soc
> > > 
> > > 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/for-omap-soc
> > 
> > Thanks pulling into omap-for-v3.18/soc.
> 
> Tony, Apologies, I missed the last patch in the series:
> 
> https://patchwork.kernel.org/patch/4765011/
> 
> If you could cherry-pick the same with 
> Reviewed-by: Kevin Hilman <khilman@linaro.org>
> Tested-by: Kevin Hilman <khilman@linaro.org>
> based on Kevin's feedback:
> http://marc.info/?l=linux-arm-kernel&m=140916701909122&w=2

OK no problem, will apply into omap-for-v3.18/soc.

Tony

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 2/2] ARM: OMAP4+: PRM fixes, DRA7 suspend-to-ram support
@ 2014-09-08 22:51         ` Tony Lindgren
  0 siblings, 0 replies; 18+ messages in thread
From: Tony Lindgren @ 2014-09-08 22:51 UTC (permalink / raw)
  To: linux-arm-kernel

* Nishanth Menon <nm@ti.com> [140908 15:45]:
> On 15:32-20140908, Tony Lindgren wrote:
> > * Nishanth Menon <nm@ti.com> [140908 10:02]:
> > > Hi Tony,
> > > Please pull the following changes.
> > > 
> > > part 2: "ARM: OMAP3+: PRM: fix up prm_handling"
> > > http://marc.info/?l=linux-kernel&m=140871580806186&w=2
> > > Status: Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
> > > 
> > > part 3: "ARM: OMAP5+: pdata quirks for pinctrl"
> > > http://marc.info/?l=linux-kernel&m=140871598306262&w=2
> > > Status: Sending pull based on http://marc.info/?l=linux-kernel&m=140871666506706&w=2 (Acked by Tony, Pulled by Linus W)
> > > 
> > > part 5: "ARM: OMAP5 / DRA7: Add framework for suspend and cpuidle"
> > > http://marc.info/?l=linux-kernel&m=140871637106555&w=2
> > > Status: picked up kevin's tested and reviewed-by, dropped cpuidle for this pull
> > > 
> > > These could go into your tree for the branch  omap-for-v3.18/soc
> > > 
> > > 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/for-omap-soc
> > 
> > Thanks pulling into omap-for-v3.18/soc.
> 
> Tony, Apologies, I missed the last patch in the series:
> 
> https://patchwork.kernel.org/patch/4765011/
> 
> If you could cherry-pick the same with 
> Reviewed-by: Kevin Hilman <khilman@linaro.org>
> Tested-by: Kevin Hilman <khilman@linaro.org>
> based on Kevin's feedback:
> http://marc.info/?l=linux-arm-kernel&m=140916701909122&w=2

OK no problem, will apply into omap-for-v3.18/soc.

Tony

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [GIT PULL 2/2] ARM: OMAP4+: PRM fixes, DRA7 suspend-to-ram support
  2014-09-08 22:51         ` Tony Lindgren
  (?)
@ 2014-09-08 22:55           ` Nishanth Menon
  -1 siblings, 0 replies; 18+ messages in thread
From: Nishanth Menon @ 2014-09-08 22:55 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-kernel, linux-omap, linux-arm-kernel

On 15:51-20140908, Tony Lindgren wrote:
[...]

> > > > are available in the git repository at:
> > > > 
> > > >   https://github.com/nmenon/linux-2.6-playground.git pull/v3.18/for-omap-soc
> > > 
> > > Thanks pulling into omap-for-v3.18/soc.
> > 
> > Tony, Apologies, I missed the last patch in the series:
> > 
> > https://patchwork.kernel.org/patch/4765011/
> > 
> > If you could cherry-pick the same with 
> > Reviewed-by: Kevin Hilman <khilman@linaro.org>
> > Tested-by: Kevin Hilman <khilman@linaro.org>
> > based on Kevin's feedback:
> > http://marc.info/?l=linux-arm-kernel&m=140916701909122&w=2
> 
> OK no problem, will apply into omap-for-v3.18/soc.

Thanks Tony. Apologies on the trouble :(
> 
-- 
Regards,
Nishanth Menon

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [GIT PULL 2/2] ARM: OMAP4+: PRM fixes, DRA7 suspend-to-ram support
@ 2014-09-08 22:55           ` Nishanth Menon
  0 siblings, 0 replies; 18+ messages in thread
From: Nishanth Menon @ 2014-09-08 22:55 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-kernel, linux-omap, linux-arm-kernel

On 15:51-20140908, Tony Lindgren wrote:
[...]

> > > > are available in the git repository at:
> > > > 
> > > >   https://github.com/nmenon/linux-2.6-playground.git pull/v3.18/for-omap-soc
> > > 
> > > Thanks pulling into omap-for-v3.18/soc.
> > 
> > Tony, Apologies, I missed the last patch in the series:
> > 
> > https://patchwork.kernel.org/patch/4765011/
> > 
> > If you could cherry-pick the same with 
> > Reviewed-by: Kevin Hilman <khilman@linaro.org>
> > Tested-by: Kevin Hilman <khilman@linaro.org>
> > based on Kevin's feedback:
> > http://marc.info/?l=linux-arm-kernel&m=140916701909122&w=2
> 
> OK no problem, will apply into omap-for-v3.18/soc.

Thanks Tony. Apologies on the trouble :(
> 
-- 
Regards,
Nishanth Menon

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 2/2] ARM: OMAP4+: PRM fixes, DRA7 suspend-to-ram support
@ 2014-09-08 22:55           ` Nishanth Menon
  0 siblings, 0 replies; 18+ messages in thread
From: Nishanth Menon @ 2014-09-08 22:55 UTC (permalink / raw)
  To: linux-arm-kernel

On 15:51-20140908, Tony Lindgren wrote:
[...]

> > > > are available in the git repository at:
> > > > 
> > > >   https://github.com/nmenon/linux-2.6-playground.git pull/v3.18/for-omap-soc
> > > 
> > > Thanks pulling into omap-for-v3.18/soc.
> > 
> > Tony, Apologies, I missed the last patch in the series:
> > 
> > https://patchwork.kernel.org/patch/4765011/
> > 
> > If you could cherry-pick the same with 
> > Reviewed-by: Kevin Hilman <khilman@linaro.org>
> > Tested-by: Kevin Hilman <khilman@linaro.org>
> > based on Kevin's feedback:
> > http://marc.info/?l=linux-arm-kernel&m=140916701909122&w=2
> 
> OK no problem, will apply into omap-for-v3.18/soc.

Thanks Tony. Apologies on the trouble :(
> 
-- 
Regards,
Nishanth Menon

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2014-09-08 22:55 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-08 17:00 [GIT PULL 1/2] ARM: OMAP 4+: powerdomain fixes Nishanth Menon
2014-09-08 17:00 ` Nishanth Menon
2014-09-08 17:00 ` Nishanth Menon
2014-09-08 17:00 ` [GIT PULL 2/2] ARM: OMAP4+: PRM fixes, DRA7 suspend-to-ram support Nishanth Menon
2014-09-08 17:00   ` Nishanth Menon
2014-09-08 17:00   ` Nishanth Menon
2014-09-08 22:32   ` Tony Lindgren
2014-09-08 22:32     ` Tony Lindgren
2014-09-08 22:45     ` Nishanth Menon
2014-09-08 22:45       ` Nishanth Menon
2014-09-08 22:45       ` Nishanth Menon
2014-09-08 22:51       ` Tony Lindgren
2014-09-08 22:51         ` Tony Lindgren
2014-09-08 22:55         ` Nishanth Menon
2014-09-08 22:55           ` Nishanth Menon
2014-09-08 22:55           ` Nishanth Menon
2014-09-08 22:19 ` [GIT PULL 1/2] ARM: OMAP 4+: powerdomain fixes Tony Lindgren
2014-09-08 22:19   ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.