From: Tony Lindgren <tony@atomide.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] omap fixes for v3.6-rc4
Date: Thu, 6 Sep 2012 20:57:40 -0700 [thread overview]
Message-ID: <20120907035740.GR1303@atomide.com> (raw)
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(-)
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] omap fixes for v3.6-rc4
Date: Thu, 6 Sep 2012 20:57:40 -0700 [thread overview]
Message-ID: <20120907035740.GR1303@atomide.com> (raw)
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(-)
next reply other threads:[~2012-09-07 3:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-07 3:57 Tony Lindgren [this message]
2012-09-07 3:57 ` [GIT PULL] omap fixes for v3.6-rc4 Tony Lindgren
2012-09-07 22:08 ` Olof Johansson
2012-09-07 22:08 ` Olof Johansson
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=20120907035740.GR1303@atomide.com \
--to=tony@atomide.com \
--cc=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=olof@lixom.net \
/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.