[GIT PULL] arm-soc fixes for v3.3

Arnd Bergmann arnd at arndb.de
Wed Feb 29 14:22:31 EST 2012


Hi Linus,

Here is another set of arm-soc bug fixes on top of v3.3-rc5. The few larger
bits are all for devices that still need to get set up in board code.

Only three platforms are in this set of fixes: omap2+, pxa and lpc32xx.

	Arnd

The following changes since commit 6b21d18ed50c7d145220b0724ea7f2613abf0f95:

  Linux 3.3-rc5 (2012-02-25 12:18:16 -0800)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git fixes-3.3-rc6

Arnd Bergmann (3):
      Merge branch 'fixes' of git://github.com/hzhuang1/linux into fixes
      Merge branch 'fixes' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge branch 'lpc32xx/fixes' of git://git.antcom.de/linux-2.6 into fixes

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

Axel Lin (2):
      ARM: pxa: fix error handling in pxa2xx_drv_pcmcia_probe
      pxa/hx4700: add platform device and I2C info for AK4641 codec

Danny Kukawka (3):
      ARM: pxa: fix including linux/gpio.h twice
      arch/arm/mach-mmp/: some files include some headers twice
      arch/arm/mach-pxa/: included linux/gpio.h twice

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

Haojian Zhuang (2):
      ARM: pxa: fix wrong parsing gpio event on spitz
      ARM: pxa: fix mixed declarations and code in sharpsl_pm

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

Roland Stigge (5):
      ARM: LPC32xx: Fix irq on GPI_28
      ARM: LPC32xx: Fix interrupt controller init
      ARM: LPC32xx: irq.c: Clear latched event
      ARM: LPC32xx: serial.c: HW bug workaround
      ARM: LPC32xx: serial.c: Fixed loop limit

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-lpc32xx/include/mach/irqs.h     |    2 +-
 arch/arm/mach-lpc32xx/irq.c                   |   25 +++++++++--
 arch/arm/mach-lpc32xx/serial.c                |   20 +++++++++-
 arch/arm/mach-mmp/aspenite.c                  |    1 -
 arch/arm/mach-mmp/pxa168.c                    |    1 -
 arch/arm/mach-mmp/tavorevb.c                  |    1 -
 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/mach-pxa/hx4700.c                    |   25 ++++++++++++
 arch/arm/mach-pxa/pxa25x.c                    |    1 -
 arch/arm/mach-pxa/pxa27x.c                    |    1 -
 arch/arm/mach-pxa/saarb.c                     |    1 -
 arch/arm/mach-pxa/sharpsl_pm.c                |    3 +-
 arch/arm/mach-pxa/spitz_pm.c                  |    5 +-
 arch/arm/plat-omap/common.c                   |    1 +
 arch/arm/plat-omap/include/plat/omap-secure.h |    6 +++
 drivers/pcmcia/pxa2xx_base.c                  |   12 +----
 29 files changed, 181 insertions(+), 49 deletions(-)



More information about the linux-arm-kernel mailing list