mbox

[GIT,PULL] omap fixes for v3.6-rc4

Message ID 20120907035740.GR1303@atomide.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-fixes-for-v3.6-rc4

Message

Tony Lindgren Sept. 7, 2012, 3:57 a.m. UTC
The following changes since commit 4cbe5a555fa58a79b6ecbb6c531b8bab0650778d:

  Linux 3.6-rc4 (2012-09-01 10:39:58 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-fixes-for-v3.6-rc4

for you to fetch changes up to 6ab019b62e0505289b26bd00d997dc7686192fa4:

  Merge tag 'omap-fixes-a-for-3.6rc' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into fixes (2012-09-05 10:09:31 -0700)

----------------------------------------------------------------

Fixes for timer, sram, memory corruption, and one board
file that affect booting on various omaps. Then some PM
related fixes for reset, sleep and wakeup.

----------------------------------------------------------------
Aaro Koskinen (2):
      ARM: OMAP: sram: fix OMAP4 errata handling
      ARM: OMAP: sram: skip the first 16K on OMAP3 HS

Igor Grinberg (1):
      ARM: OMAP: timer: obey the !CONFIG_OMAP_32K_TIMER

Misael Lopez Cruz (1):
      ARM: OMAP: hwmod code: Disable module when hwmod enable fails

Paul Walmsley (2):
      ARM: OMAP3xxx: clockdomain: fix software supervised wakeup/sleep
      Merge branches 'clkdev_fixes_3.6rc', 'clkdm_fixes_3.6rc' and 'hwmod_data_fixes_a_3.6rc' into omap_fixes_a_3.6rc

Radek Pilar (1):
      ARM: OMAP: Config fix for omap3-touchbook board

Tero Kristo (2):
      ARM: OMAP3: hwmod data: fix iva2 reset info
      ARM: OMAP4: hwmod data: temporarily comment out data for the sl2if IP block

Tony Lindgren (3):
      ARM: OMAP4: Fix array size for irq_target_cpu
      Merge branch 'fixes-wakeupgen' into fixes
      Merge tag 'omap-fixes-a-for-3.6rc' of git://git.kernel.org/.../pjw/omap-pending into fixes

Vaibhav Hiremath (1):
      ARM: OMAP2+: am33xx: Fix the timer fck clock naming convention

 arch/arm/mach-omap2/Kconfig                |    3 +-
 arch/arm/mach-omap2/Makefile               |    2 +-
 arch/arm/mach-omap2/clock33xx_data.c       |   14 ++++----
 arch/arm/mach-omap2/clockdomain2xxx_3xxx.c |   50 ++++++++++++++++++++++++++--
 arch/arm/mach-omap2/cm-regbits-34xx.h      |    1 +
 arch/arm/mach-omap2/omap-wakeupgen.c       |    2 +-
 arch/arm/mach-omap2/omap_hwmod.c           |    1 +
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c |   15 +++++++--
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c |   12 +++----
 arch/arm/mach-omap2/timer.c                |    7 ++++
 arch/arm/plat-omap/sram.c                  |   11 ++++--
 11 files changed, 94 insertions(+), 24 deletions(-)

Comments

Olof Johansson Sept. 7, 2012, 10:08 p.m. UTC | #1
On Thu, Sep 06, 2012 at 08:57:40PM -0700, Tony Lindgren wrote:
> The following changes since commit 4cbe5a555fa58a79b6ecbb6c531b8bab0650778d:
> 
>   Linux 3.6-rc4 (2012-09-01 10:39:58 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-fixes-for-v3.6-rc4
> 
> for you to fetch changes up to 6ab019b62e0505289b26bd00d997dc7686192fa4:
> 
>   Merge tag 'omap-fixes-a-for-3.6rc' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into fixes (2012-09-05 10:09:31 -0700)

Pulled, thanks!


-Olof