All of lore.kernel.org
 help / color / mirror / Atom feed
From: olof@lixom.net (Olof Johansson)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] ARM: arm-soc fixes for 3.8-rc
Date: Wed, 23 Jan 2013 21:04:40 -0800	[thread overview]
Message-ID: <20130124050440.GA9151@quad.lixom.net> (raw)

Hi Linus,

The following changes since commit 7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619:

  Linux 3.8-rc4 (2013-01-17 19:25:45 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/fixes-for-linus

for you to fetch changes up to 4ad3041d3b76632c02b50aa384a8f21d7d15bac0:

  Merge tag 'imx-fixes-3.8-3' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes (2013-01-23 20:35:02 -0800)

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

ARM: arm-soc fixes for 3.8

Here's a long-pending fixes pull request for arm-soc (I didn't send one
in the -rc4 cycle).

The largest delta is for a fixup of error paths in the mvsdio
driver. There's also a header file move for a driver that hadn't been
properly converted to multiplatform on i.MX, which was causing build
failures when included.

The rest are the normal mix of small fixes all over the place; sunxi,
omap, imx, mvebu, etc, etc.

----------------------------------------------------------------
Alim Akhtar (1):
      ARM: dts: correct the dw-mshc timing properties as per binding

Andrew Lunn (1):
      mmc: mvsdio: use devm_ API to simplify/correct error paths.

Cong Ding (1):
      clk: mvebu/clk-cpu.c: fix memory leakage

Dimitris Papastamos (1):
      ARM: S3C64XX: Fix up IRQ mapping for balblair on Cragganmore

Fabio Estevam (1):
      video: imxfb: Do not crash on reboot

Gregory CLEMENT (1):
      arm: mvebu: Fix memory size for Armada 370 DB

Gwenhael Goavec-Merou (2):
      ARM: imx: platform-imx-fb: modifies platform device name
      video: imxfb: fix imxfb_info configuration order

Jon Hunter (1):
      ARM: OMAP2: Fix missing omap2xxx_clkt_vps_late_init function calls

Linus Walleij (1):
      ARM: integrator: move syscon remap for AP PCIv3

Luciano Coelho (1):
      ARM: OMAP2+: omap4-panda: add UART2 muxing for WiLink shared transport

Maxime Ripard (1):
      ARM: sunxi: Use the Synosys APB UART instead of ns8250

Olof Johansson (8):
      Merge tag 'mvebu_fixes_for_v3.8-rc3' of git://git.infradead.org/users/jcooper/linux into fixes
      Merge tag 'imx-fixes-3.8-2' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes
      Merge tag 'sunxi-fixes-for-3.8-rc4' of git://github.com/mripard/linux into fixes
      Merge branch 'v3.8-samsung-fixes-3' of git://git.kernel.org/.../kgene/linux-samsung into fixes
      Merge tag 'imx-fixes-rc' of git://git.pengutronix.de/git/imx/linux-2.6 into fixes
      Merge tag 'omap-for-v3.8-rc4/fixes-signed' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'mvebu_fixes_for_v3.8-rc5' of git://git.infradead.org/users/jcooper/linux into fixes
      Merge tag 'imx-fixes-3.8-3' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes

Pantelis Antoniou (1):
      ARM: OMAP2+: DT node Timer iteration fix

Peter Ujfalusi (2):
      ARM: OMAP4: clock data: Lock ABE DPLL on all revisions
      ARM: OMAP4: hwmod_data: Correct IDLEMODE for McPDM

Rob Clark (1):
      ARM: OMAP2+: fix build break for omapdrm

Sascha Hauer (1):
      [media] coda: Fix build due to iram.h rename

Sebastian Hesselbarth (2):
      ARM: Dove: add Cubox sdhci card detect gpio
      ARM: kirkwood: fix missing #interrupt-cells property

Shawn Guo (3):
      ARM: imx: fix build error with !CONFIG_SMP
      ARM: imx: disable cpu in .cpu_kill hook
      ARM: imx: correct low-power mode setting

Simon Guinot (1):
      ARM: Kirkwood: fix ns2 gpios by converting to pinctrl

Thomas Petazzoni (1):
      arm: mvebu: use global interrupts for GPIOs on Armada XP

Tomasz Figa (1):
      ARM: S3C64XX: Fix build error with CONFIG_S3C_DEV_FB disabled

Tony Lindgren (3):
      arm: mvebu: Fix compile for multiplatform when ARMv6 is selected
      Merge tag 'omap-fixes-b-for-v3.8-rc' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v3.8-rc4/fixes
      ARM: OMAP2+: Fix section warning for omap_init_ocp2scp()

Uwe Kleine-K?nig (1):
      ARM: compile fix for DEBUG_LL=y && MMU=n

 arch/arm/boot/dts/armada-370-db.dts                |  2 +-
 arch/arm/boot/dts/armada-xp-mv78230.dtsi           | 14 ++--
 arch/arm/boot/dts/armada-xp-mv78260.dtsi           | 21 +++--
 arch/arm/boot/dts/armada-xp-mv78460.dtsi           | 21 +++--
 arch/arm/boot/dts/cros5250-common.dtsi             | 12 +--
 arch/arm/boot/dts/dove-cubox.dts                   | 14 +++-
 arch/arm/boot/dts/exynos5250-smdk5250.dts          |  8 +-
 arch/arm/boot/dts/kirkwood-ns2-common.dtsi         | 16 ++++
 arch/arm/boot/dts/kirkwood.dtsi                    |  2 +
 arch/arm/boot/dts/sunxi.dtsi                       |  6 +-
 arch/arm/kernel/debug.S                            |  2 +
 arch/arm/mach-imx/Kconfig                          |  1 +
 arch/arm/mach-imx/clk-imx6q.c                      |  3 +
 arch/arm/mach-imx/common.h                         |  1 +
 arch/arm/mach-imx/devices/platform-imx-fb.c        |  2 +-
 arch/arm/mach-imx/hotplug.c                        | 10 ++-
 arch/arm/mach-imx/iram_alloc.c                     |  3 +-
 arch/arm/mach-imx/platsmp.c                        |  1 +
 arch/arm/mach-imx/pm-imx6q.c                       |  1 +
 arch/arm/mach-integrator/pci_v3.c                  | 14 +++-
 arch/arm/mach-kirkwood/board-ns2.c                 | 38 ---------
 arch/arm/mach-mvebu/Makefile                       |  2 +
 arch/arm/mach-omap2/board-omap4panda.c             |  6 ++
 arch/arm/mach-omap2/cclock2420_data.c              |  2 +
 arch/arm/mach-omap2/cclock2430_data.c              |  2 +
 arch/arm/mach-omap2/cclock44xx_data.c              | 13 ++-
 arch/arm/mach-omap2/devices.c                      |  2 +-
 arch/arm/mach-omap2/drm.c                          |  3 +-
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c         |  6 +-
 arch/arm/mach-omap2/timer.c                        |  8 +-
 arch/arm/mach-s3c64xx/mach-crag6410-module.c       |  2 +-
 arch/arm/mach-s3c64xx/pm.c                         |  2 +
 drivers/clk/mvebu/clk-cpu.c                        |  9 ++-
 drivers/media/platform/coda.c                      |  2 +-
 drivers/mmc/host/mvsdio.c                          | 92 +++++++---------------
 drivers/video/imxfb.c                              | 13 ++-
 .../linux/platform_data/imx-iram.h                 |  0
 37 files changed, 176 insertions(+), 180 deletions(-)
 rename arch/arm/mach-imx/iram.h => include/linux/platform_data/imx-iram.h (100%)

WARNING: multiple messages have this Message-ID (diff)
From: Olof Johansson <olof@lixom.net>
To: torvalds@linux-foundation.org
Cc: olof@lixom.net, arm@kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] ARM: arm-soc fixes for 3.8-rc
Date: Wed, 23 Jan 2013 21:04:40 -0800	[thread overview]
Message-ID: <20130124050440.GA9151@quad.lixom.net> (raw)

Hi Linus,

The following changes since commit 7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619:

  Linux 3.8-rc4 (2013-01-17 19:25:45 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/fixes-for-linus

for you to fetch changes up to 4ad3041d3b76632c02b50aa384a8f21d7d15bac0:

  Merge tag 'imx-fixes-3.8-3' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes (2013-01-23 20:35:02 -0800)

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

ARM: arm-soc fixes for 3.8

Here's a long-pending fixes pull request for arm-soc (I didn't send one
in the -rc4 cycle).

The largest delta is for a fixup of error paths in the mvsdio
driver. There's also a header file move for a driver that hadn't been
properly converted to multiplatform on i.MX, which was causing build
failures when included.

The rest are the normal mix of small fixes all over the place; sunxi,
omap, imx, mvebu, etc, etc.

----------------------------------------------------------------
Alim Akhtar (1):
      ARM: dts: correct the dw-mshc timing properties as per binding

Andrew Lunn (1):
      mmc: mvsdio: use devm_ API to simplify/correct error paths.

Cong Ding (1):
      clk: mvebu/clk-cpu.c: fix memory leakage

Dimitris Papastamos (1):
      ARM: S3C64XX: Fix up IRQ mapping for balblair on Cragganmore

Fabio Estevam (1):
      video: imxfb: Do not crash on reboot

Gregory CLEMENT (1):
      arm: mvebu: Fix memory size for Armada 370 DB

Gwenhael Goavec-Merou (2):
      ARM: imx: platform-imx-fb: modifies platform device name
      video: imxfb: fix imxfb_info configuration order

Jon Hunter (1):
      ARM: OMAP2: Fix missing omap2xxx_clkt_vps_late_init function calls

Linus Walleij (1):
      ARM: integrator: move syscon remap for AP PCIv3

Luciano Coelho (1):
      ARM: OMAP2+: omap4-panda: add UART2 muxing for WiLink shared transport

Maxime Ripard (1):
      ARM: sunxi: Use the Synosys APB UART instead of ns8250

Olof Johansson (8):
      Merge tag 'mvebu_fixes_for_v3.8-rc3' of git://git.infradead.org/users/jcooper/linux into fixes
      Merge tag 'imx-fixes-3.8-2' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes
      Merge tag 'sunxi-fixes-for-3.8-rc4' of git://github.com/mripard/linux into fixes
      Merge branch 'v3.8-samsung-fixes-3' of git://git.kernel.org/.../kgene/linux-samsung into fixes
      Merge tag 'imx-fixes-rc' of git://git.pengutronix.de/git/imx/linux-2.6 into fixes
      Merge tag 'omap-for-v3.8-rc4/fixes-signed' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'mvebu_fixes_for_v3.8-rc5' of git://git.infradead.org/users/jcooper/linux into fixes
      Merge tag 'imx-fixes-3.8-3' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes

Pantelis Antoniou (1):
      ARM: OMAP2+: DT node Timer iteration fix

Peter Ujfalusi (2):
      ARM: OMAP4: clock data: Lock ABE DPLL on all revisions
      ARM: OMAP4: hwmod_data: Correct IDLEMODE for McPDM

Rob Clark (1):
      ARM: OMAP2+: fix build break for omapdrm

Sascha Hauer (1):
      [media] coda: Fix build due to iram.h rename

Sebastian Hesselbarth (2):
      ARM: Dove: add Cubox sdhci card detect gpio
      ARM: kirkwood: fix missing #interrupt-cells property

Shawn Guo (3):
      ARM: imx: fix build error with !CONFIG_SMP
      ARM: imx: disable cpu in .cpu_kill hook
      ARM: imx: correct low-power mode setting

Simon Guinot (1):
      ARM: Kirkwood: fix ns2 gpios by converting to pinctrl

Thomas Petazzoni (1):
      arm: mvebu: use global interrupts for GPIOs on Armada XP

Tomasz Figa (1):
      ARM: S3C64XX: Fix build error with CONFIG_S3C_DEV_FB disabled

Tony Lindgren (3):
      arm: mvebu: Fix compile for multiplatform when ARMv6 is selected
      Merge tag 'omap-fixes-b-for-v3.8-rc' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v3.8-rc4/fixes
      ARM: OMAP2+: Fix section warning for omap_init_ocp2scp()

Uwe Kleine-König (1):
      ARM: compile fix for DEBUG_LL=y && MMU=n

 arch/arm/boot/dts/armada-370-db.dts                |  2 +-
 arch/arm/boot/dts/armada-xp-mv78230.dtsi           | 14 ++--
 arch/arm/boot/dts/armada-xp-mv78260.dtsi           | 21 +++--
 arch/arm/boot/dts/armada-xp-mv78460.dtsi           | 21 +++--
 arch/arm/boot/dts/cros5250-common.dtsi             | 12 +--
 arch/arm/boot/dts/dove-cubox.dts                   | 14 +++-
 arch/arm/boot/dts/exynos5250-smdk5250.dts          |  8 +-
 arch/arm/boot/dts/kirkwood-ns2-common.dtsi         | 16 ++++
 arch/arm/boot/dts/kirkwood.dtsi                    |  2 +
 arch/arm/boot/dts/sunxi.dtsi                       |  6 +-
 arch/arm/kernel/debug.S                            |  2 +
 arch/arm/mach-imx/Kconfig                          |  1 +
 arch/arm/mach-imx/clk-imx6q.c                      |  3 +
 arch/arm/mach-imx/common.h                         |  1 +
 arch/arm/mach-imx/devices/platform-imx-fb.c        |  2 +-
 arch/arm/mach-imx/hotplug.c                        | 10 ++-
 arch/arm/mach-imx/iram_alloc.c                     |  3 +-
 arch/arm/mach-imx/platsmp.c                        |  1 +
 arch/arm/mach-imx/pm-imx6q.c                       |  1 +
 arch/arm/mach-integrator/pci_v3.c                  | 14 +++-
 arch/arm/mach-kirkwood/board-ns2.c                 | 38 ---------
 arch/arm/mach-mvebu/Makefile                       |  2 +
 arch/arm/mach-omap2/board-omap4panda.c             |  6 ++
 arch/arm/mach-omap2/cclock2420_data.c              |  2 +
 arch/arm/mach-omap2/cclock2430_data.c              |  2 +
 arch/arm/mach-omap2/cclock44xx_data.c              | 13 ++-
 arch/arm/mach-omap2/devices.c                      |  2 +-
 arch/arm/mach-omap2/drm.c                          |  3 +-
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c         |  6 +-
 arch/arm/mach-omap2/timer.c                        |  8 +-
 arch/arm/mach-s3c64xx/mach-crag6410-module.c       |  2 +-
 arch/arm/mach-s3c64xx/pm.c                         |  2 +
 drivers/clk/mvebu/clk-cpu.c                        |  9 ++-
 drivers/media/platform/coda.c                      |  2 +-
 drivers/mmc/host/mvsdio.c                          | 92 +++++++---------------
 drivers/video/imxfb.c                              | 13 ++-
 .../linux/platform_data/imx-iram.h                 |  0
 37 files changed, 176 insertions(+), 180 deletions(-)
 rename arch/arm/mach-imx/iram.h => include/linux/platform_data/imx-iram.h (100%)

             reply	other threads:[~2013-01-24  5:04 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-24  5:04 Olof Johansson [this message]
2013-01-24  5:04 ` [GIT PULL] ARM: arm-soc fixes for 3.8-rc Olof Johansson
2013-01-24 16:31 ` [GIT PULL] ARM: arm-soc fixes for 3.8-rc, take 2 Olof Johansson
2013-01-24 16:31   ` Olof Johansson
  -- strict thread matches above, loose matches on Subject: below --
2013-01-08 18:49 [GIT PULL] ARM: arm-soc fixes for 3.8-rc Olof Johansson
2013-01-08 18:49 ` Olof Johansson
2013-01-09  2:57 ` Linus Torvalds
2013-01-09  2:57   ` Linus Torvalds
2013-01-09  3:13   ` Olof Johansson
2013-01-09  3:13     ` Olof Johansson
2013-01-09  3:23     ` Olof Johansson
2013-01-09  3:23       ` Olof Johansson
2012-12-29  4:27 Olof Johansson
2012-12-29  4:27 ` 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=20130124050440.GA9151@quad.lixom.net \
    --to=olof@lixom.net \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.