All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Nishanth Menon <nm@ti.com>
Cc: linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [GIT PULL 2/2] ARM: OMAP4+: PRM fixes, DRA7 suspend-to-ram support
Date: Mon, 8 Sep 2014 15:32:05 -0700	[thread overview]
Message-ID: <20140908223204.GN3238@atomide.com> (raw)
In-Reply-To: <1410195620-6347-2-git-send-email-nm@ti.com>

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

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/2] ARM: OMAP4+: PRM fixes, DRA7 suspend-to-ram support
Date: Mon, 8 Sep 2014 15:32:05 -0700	[thread overview]
Message-ID: <20140908223204.GN3238@atomide.com> (raw)
In-Reply-To: <1410195620-6347-2-git-send-email-nm@ti.com>

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

  reply	other threads:[~2014-09-08 22:32 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140908223204.GN3238@atomide.com \
    --to=tony@atomide.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=nm@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.