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 for v3.3-rc4
Date: Thu, 23 Feb 2012 15:15:28 -0800	[thread overview]
Message-ID: <20120223231528.GE18185@atomide.com> (raw)

Hi Arnd & Olof,

Please pull omap fixes from:

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap fixes

This contains a fix for omap4 to call memblck_steal() from
.reserve like it should be, and fixes a regression for smsc911x
using boards as they now require regulators. Also included are
fixes for errors that show up if the TWL PMIC is compiled as a
module.

Note that the top two patches are from today: The smsc911x patch
was updated for to remove an unnecessary variable, and the
mailbox compile fix I applied earlier today.

Regards,

Tony


The following changes since commit b01543dfe67bb1d191998e90d20534dc354de059:
  Linus Torvalds (1):
        Linux 3.3-rc4

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap fixes

Arnout Vandecappelle (Essensium/Mind) (1):
      OMAP3 EVM: remove out-of-bounds array access of gpio_leds

Felipe Balbi (1):
      ARM: OMAP2+: usb-host: fix compile warning

Matt Porter (1):
      ARM: OMAP2+: gpmc-smsc911x: add required smsc911x regulators

NeilBrown (1):
      ARM: OMAP: add RCU locking to omap2_set_init_voltage.

Ohad Ben-Cohen (1):
      ARM: OMAP2: fix mailbox init code

Santosh Shilimkar (2):
      ARM: OMAP4: cpuidle: Fix the C-state reporting to cpuidle governor.
      ARM: OMAP4: Move the barrier memboclk_steal() as part of reserve callback

Tony Lindgren (5):
      Merge branch 'for_3.3/fixes/pm' of git://git.kernel.org/.../khilman/linux-omap-pm into fixes
      ARM: OMAP: Fix kernel panic with HSMMC when twl4030_gpio is a module
      ARM: OMAP: Fix build error when mmc_omap is built as module
      Merge branch 'fixes-mmc' into fixes
      ARM: OMAP1: Fix out-of-bounds array access for Innovator

 arch/arm/mach-omap1/board-innovator.c         |    4 +-
 arch/arm/mach-omap2/Kconfig                   |    4 +-
 arch/arm/mach-omap2/board-n8x0.c              |    4 ++
 arch/arm/mach-omap2/board-omap3evm.c          |    2 +-
 arch/arm/mach-omap2/common.h                  |    1 +
 arch/arm/mach-omap2/cpuidle44xx.c             |    5 +-
 arch/arm/mach-omap2/gpmc-smsc911x.c           |   52 +++++++++++++++++++++++++
 arch/arm/mach-omap2/hsmmc.c                   |    6 +++
 arch/arm/mach-omap2/io.c                      |    1 +
 arch/arm/mach-omap2/mailbox.c                 |   10 ++++-
 arch/arm/mach-omap2/mux.c                     |    2 +-
 arch/arm/mach-omap2/omap4-common.c            |   25 ++++++++----
 arch/arm/mach-omap2/pm.c                      |    3 +
 arch/arm/mach-omap2/usb-host.c                |    6 +-
 arch/arm/plat-omap/common.c                   |    1 +
 arch/arm/plat-omap/include/plat/omap-secure.h |    6 +++
 16 files changed, 110 insertions(+), 22 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.3-rc4
Date: Thu, 23 Feb 2012 15:15:28 -0800	[thread overview]
Message-ID: <20120223231528.GE18185@atomide.com> (raw)

Hi Arnd & Olof,

Please pull omap fixes from:

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap fixes

This contains a fix for omap4 to call memblck_steal() from
.reserve like it should be, and fixes a regression for smsc911x
using boards as they now require regulators. Also included are
fixes for errors that show up if the TWL PMIC is compiled as a
module.

Note that the top two patches are from today: The smsc911x patch
was updated for to remove an unnecessary variable, and the
mailbox compile fix I applied earlier today.

Regards,

Tony


The following changes since commit b01543dfe67bb1d191998e90d20534dc354de059:
  Linus Torvalds (1):
        Linux 3.3-rc4

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap fixes

Arnout Vandecappelle (Essensium/Mind) (1):
      OMAP3 EVM: remove out-of-bounds array access of gpio_leds

Felipe Balbi (1):
      ARM: OMAP2+: usb-host: fix compile warning

Matt Porter (1):
      ARM: OMAP2+: gpmc-smsc911x: add required smsc911x regulators

NeilBrown (1):
      ARM: OMAP: add RCU locking to omap2_set_init_voltage.

Ohad Ben-Cohen (1):
      ARM: OMAP2: fix mailbox init code

Santosh Shilimkar (2):
      ARM: OMAP4: cpuidle: Fix the C-state reporting to cpuidle governor.
      ARM: OMAP4: Move the barrier memboclk_steal() as part of reserve callback

Tony Lindgren (5):
      Merge branch 'for_3.3/fixes/pm' of git://git.kernel.org/.../khilman/linux-omap-pm into fixes
      ARM: OMAP: Fix kernel panic with HSMMC when twl4030_gpio is a module
      ARM: OMAP: Fix build error when mmc_omap is built as module
      Merge branch 'fixes-mmc' into fixes
      ARM: OMAP1: Fix out-of-bounds array access for Innovator

 arch/arm/mach-omap1/board-innovator.c         |    4 +-
 arch/arm/mach-omap2/Kconfig                   |    4 +-
 arch/arm/mach-omap2/board-n8x0.c              |    4 ++
 arch/arm/mach-omap2/board-omap3evm.c          |    2 +-
 arch/arm/mach-omap2/common.h                  |    1 +
 arch/arm/mach-omap2/cpuidle44xx.c             |    5 +-
 arch/arm/mach-omap2/gpmc-smsc911x.c           |   52 +++++++++++++++++++++++++
 arch/arm/mach-omap2/hsmmc.c                   |    6 +++
 arch/arm/mach-omap2/io.c                      |    1 +
 arch/arm/mach-omap2/mailbox.c                 |   10 ++++-
 arch/arm/mach-omap2/mux.c                     |    2 +-
 arch/arm/mach-omap2/omap4-common.c            |   25 ++++++++----
 arch/arm/mach-omap2/pm.c                      |    3 +
 arch/arm/mach-omap2/usb-host.c                |    6 +-
 arch/arm/plat-omap/common.c                   |    1 +
 arch/arm/plat-omap/include/plat/omap-secure.h |    6 +++
 16 files changed, 110 insertions(+), 22 deletions(-)

             reply	other threads:[~2012-02-23 23:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-23 23:15 Tony Lindgren [this message]
2012-02-23 23:15 ` [GIT PULL] omap fixes for v3.3-rc4 Tony Lindgren
2012-02-27 16:31 ` Arnd Bergmann
2012-02-27 16:31   ` Arnd Bergmann

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=20120223231528.GE18185@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.