mbox

[GIT,PULL] ARM: OMAP: PM fixes for v3.7-rc3

Message ID 87d3087s5k.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.7-rc3-fixes-pm

Message

Kevin Hilman Oct. 23, 2012, 10:14 p.m. UTC
Tony,

Here are a few more fixes PM-related fixes for v3.7-rc

Kevin


The following changes since commit 6f0c0580b70c89094b3422ba81118c7b959c7556:

  Linux 3.7-rc2 (2012-10-20 12:11:32 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git tags/for_3.7-rc3-fixes-pm

for you to fetch changes up to 65bf7ca0005d7d827596d5df28583c83c9158da6:

  ARM: OMAP3: Beagle: fix OPP customization and initcall ordering (2012-10-22 16:01:42 -0700)

----------------------------------------------------------------
Misc. OMAP PM-related fixes for v3.7-rc

----------------------------------------------------------------
Kevin Hilman (2):
      ARM: OMAP2: UART: fix console UART mismatched runtime PM status
      ARM: OMAP3: Beagle: fix OPP customization and initcall ordering

Paul Walmsley (1):
      ARM: OMAP3: PM: apply part of the erratum i582 workaround

 arch/arm/mach-omap2/board-omap3beagle.c | 22 +++++++++++++---------
 arch/arm/mach-omap2/pm.h                |  1 +
 arch/arm/mach-omap2/pm34xx.c            | 30 ++++++++++++++++++++++++++++--
 arch/arm/mach-omap2/serial.c            |  5 +++++
 4 files changed, 47 insertions(+), 11 deletions(-)

Comments

Tony Lindgren Oct. 24, 2012, 1:37 a.m. UTC | #1
* Kevin Hilman <khilman@deeprootsystems.com> [121023 15:15]:
> Tony,
> 
> Here are a few more fixes PM-related fixes for v3.7-rc
> 
> Kevin
> 
> 
> The following changes since commit 6f0c0580b70c89094b3422ba81118c7b959c7556:
> 
>   Linux 3.7-rc2 (2012-10-20 12:11:32 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git tags/for_3.7-rc3-fixes-pm
> 
> for you to fetch changes up to 65bf7ca0005d7d827596d5df28583c83c9158da6:
> 
>   ARM: OMAP3: Beagle: fix OPP customization and initcall ordering (2012-10-22 16:01:42 -0700)
> 
> ----------------------------------------------------------------
> Misc. OMAP PM-related fixes for v3.7-rc

Thanks pulling into omap-for-v3.7-rc1/fixes.

Regards,

Tony
 
> ----------------------------------------------------------------
> Kevin Hilman (2):
>       ARM: OMAP2: UART: fix console UART mismatched runtime PM status
>       ARM: OMAP3: Beagle: fix OPP customization and initcall ordering
> 
> Paul Walmsley (1):
>       ARM: OMAP3: PM: apply part of the erratum i582 workaround
> 
>  arch/arm/mach-omap2/board-omap3beagle.c | 22 +++++++++++++---------
>  arch/arm/mach-omap2/pm.h                |  1 +
>  arch/arm/mach-omap2/pm34xx.c            | 30 ++++++++++++++++++++++++++++--
>  arch/arm/mach-omap2/serial.c            |  5 +++++
>  4 files changed, 47 insertions(+), 11 deletions(-)