mbox

[GIT,PULL] OMAP PM fixes for v3.5-rc

Message ID 87ipfd45hh.fsf@ti.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git for_3.5/fixes/pm

Message

Kevin Hilman May 30, 2012, 11:24 p.m. UTC
Tony,

Here's a couple PM related fixes for v3.5-rc, based on your cleanup
branch.

Kevin


The following changes since commit 2c65e7440d56b3b285d1c95563b4dcce8e40dea3:

  GPMC: add ECC control definitions (2012-05-10 09:39:47 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git for_3.5/fixes/pm

for you to fetch changes up to 1ce029968718477149e7f1fb245a8e82c690cc4a:

  arm: omap3: am35x: Don't mark missing features as present (2012-05-11 16:47:19 -0700)

----------------------------------------------------------------
Kevin Hilman (1):
      ARM: OMAP3: PM: fix shared PRCM interrupts: leave disabled at boot

Mark A. Greer (1):
      arm: omap3: am35x: Don't mark missing features as present

NeilBrown (1):
      ARM: OMAP2+: INTC: fix suspend abort, set IRQCHIP_SKIP_SET_WAKE

 arch/arm/mach-omap2/id.c           |   11 +++++++++++
 arch/arm/mach-omap2/irq.c          |    1 +
 arch/arm/mach-omap2/pm34xx.c       |    1 +
 arch/arm/mach-omap2/prm2xxx_3xxx.c |   14 +++++++++++---
 4 files changed, 24 insertions(+), 3 deletions(-)

Comments

Tony Lindgren June 4, 2012, 10:30 a.m. UTC | #1
* Kevin Hilman <khilman@ti.com> [120530 16:28]:
> Tony,
> 
> Here's a couple PM related fixes for v3.5-rc, based on your cleanup
> branch.

Thanks pulled into fixes and merged into linux-omap master for
a few days of testing.

Regards,

Tony