mbox

[GIT,PULL] ARM: OMAP4: PM: basic support for core retention in suspend

Message ID 87zk2ldlt6.fsf@deeprootsystems.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git tags/for_3.8-pm-omap4-core-ret

Message

Kevin Hilman Nov. 14, 2012, 1:18 a.m. UTC
Tony,

The following changes since commit 3d70f8c617a436c7146ecb81df2265b4626dfe89:

  Linux 3.7-rc4 (2012-11-04 11:07:39 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git tags/for_3.8-pm-omap4-core-ret

for you to fetch changes up to 4fd7a41233eac62b10ede394b35d8919086f94ec:

  ARM: OMAP4: USB: power down MUSB PHY during boot (2012-11-13 15:57:09 -0800)

----------------------------------------------------------------
Add support for full-chip retention in suspend for OMAP4 SoCs.

----------------------------------------------------------------
Rajendra Nayak (1):
      ARM: OMAP4: suspend: Program all domains to retention

Tero Kristo (1):
      ARM: OMAP4: USB: power down MUSB PHY during boot

 arch/arm/mach-omap2/omap_phy_internal.c | 32 ++++++++++++++++++++++++++++++++
 arch/arm/mach-omap2/pm44xx.c            |  7 -------
 2 files changed, 32 insertions(+), 7 deletions(-)

Comments

Tony Lindgren Nov. 14, 2012, 1:41 a.m. UTC | #1
* Kevin Hilman <khilman@deeprootsystems.com> [121113 17:20]:
> Tony,
> 
> The following changes since commit 3d70f8c617a436c7146ecb81df2265b4626dfe89:
> 
>   Linux 3.7-rc4 (2012-11-04 11:07:39 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git tags/for_3.8-pm-omap4-core-ret
> 
> for you to fetch changes up to 4fd7a41233eac62b10ede394b35d8919086f94ec:
> 
>   ARM: OMAP4: USB: power down MUSB PHY during boot (2012-11-13 15:57:09 -0800)
> 
> ----------------------------------------------------------------
> Add support for full-chip retention in suspend for OMAP4 SoCs.

Thanks pulling into omap-for-v3.8/pm-part2.

Regards,

Tony