All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>
Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org
Subject: [GIT PULL] omap fixes ready to go for v3.7-rc1
Date: Wed, 17 Oct 2012 15:02:49 -0700	[thread overview]
Message-ID: <20121017220248.GA15569@atomide.com> (raw)

Hi Arnd & Olof,

Here are the fixes ready to pull, there's at least one more fix in works
but it still requires minor changes. The two top commits are recent as
Jon Hunter noticed an issue freeing resources in his fix and I did a
new branch to swap in the fixed patch.

Regards,

Tony


The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:

  Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.7-rc1/fixes-take5-signed

for you to fetch changes up to 8119024ef7363591fd958ec89ebfaee7c18209e3:

  ARM: OMAP2+: Allow kernel to boot even if GPMC fails to reserve memory (2012-10-17 09:01:14 -0700)

----------------------------------------------------------------
A boot problem fix for am33xx beaglebone caused by GPMC,
a regression fix for local timer, and a clockdomain locking fix.
Also few minor fixes for boot time and sparse warnings.

----------------------------------------------------------------
Benoit Cousson (1):
      ARM: OMAP2+: clock data: Add dev-id for the omap-gpmc dummy fck

Jon Hunter (1):
      ARM: OMAP2+: Allow kernel to boot even if GPMC fails to reserve memory

Paul Walmsley (1):
      ARM: OMAP: resolve sparse warning concerning debug_card_init()

Sebastien Guiriec (1):
      ARM: OMAP4: devices: fixup OMAP4 DMIC platform device error message

Tero Kristo (1):
      ARM: OMAP: clockdomain: Fix locking on _clkdm_clk_hwmod_enable / disable

Tony Lindgren (1):
      ARM: OMAP4: Fix twd_local_timer_register regression

 arch/arm/mach-omap2/clock44xx_data.c |    2 +-
 arch/arm/mach-omap2/clockdomain.c    |   15 +++++++++++----
 arch/arm/mach-omap2/devices.c        |    2 +-
 arch/arm/mach-omap2/gpmc.c           |   24 +++++++++++++++++++-----
 arch/arm/mach-omap2/timer.c          |    2 +-
 arch/arm/plat-omap/debug-devices.c   |    1 +
 6 files changed, 34 insertions(+), 12 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 ready to go for v3.7-rc1
Date: Wed, 17 Oct 2012 15:02:49 -0700	[thread overview]
Message-ID: <20121017220248.GA15569@atomide.com> (raw)

Hi Arnd & Olof,

Here are the fixes ready to pull, there's at least one more fix in works
but it still requires minor changes. The two top commits are recent as
Jon Hunter noticed an issue freeing resources in his fix and I did a
new branch to swap in the fixed patch.

Regards,

Tony


The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:

  Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.7-rc1/fixes-take5-signed

for you to fetch changes up to 8119024ef7363591fd958ec89ebfaee7c18209e3:

  ARM: OMAP2+: Allow kernel to boot even if GPMC fails to reserve memory (2012-10-17 09:01:14 -0700)

----------------------------------------------------------------
A boot problem fix for am33xx beaglebone caused by GPMC,
a regression fix for local timer, and a clockdomain locking fix.
Also few minor fixes for boot time and sparse warnings.

----------------------------------------------------------------
Benoit Cousson (1):
      ARM: OMAP2+: clock data: Add dev-id for the omap-gpmc dummy fck

Jon Hunter (1):
      ARM: OMAP2+: Allow kernel to boot even if GPMC fails to reserve memory

Paul Walmsley (1):
      ARM: OMAP: resolve sparse warning concerning debug_card_init()

Sebastien Guiriec (1):
      ARM: OMAP4: devices: fixup OMAP4 DMIC platform device error message

Tero Kristo (1):
      ARM: OMAP: clockdomain: Fix locking on _clkdm_clk_hwmod_enable / disable

Tony Lindgren (1):
      ARM: OMAP4: Fix twd_local_timer_register regression

 arch/arm/mach-omap2/clock44xx_data.c |    2 +-
 arch/arm/mach-omap2/clockdomain.c    |   15 +++++++++++----
 arch/arm/mach-omap2/devices.c        |    2 +-
 arch/arm/mach-omap2/gpmc.c           |   24 +++++++++++++++++++-----
 arch/arm/mach-omap2/timer.c          |    2 +-
 arch/arm/plat-omap/debug-devices.c   |    1 +
 6 files changed, 34 insertions(+), 12 deletions(-)

             reply	other threads:[~2012-10-17 22:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-17 22:02 Tony Lindgren [this message]
2012-10-17 22:02 ` [GIT PULL] omap fixes ready to go for v3.7-rc1 Tony Lindgren
2012-10-18  0:06 ` Olof Johansson
2012-10-18  0:06   ` 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=20121017220248.GA15569@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.