[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20130124163149.GA13299@quad.lixom.net>
Date: Thu, 24 Jan 2013 08:31:49 -0800
From: Olof Johansson <olof@...om.net>
To: torvalds@...ux-foundation.org
Cc: arm@...nel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] ARM: arm-soc fixes for 3.8-rc, take 2
On Wed, Jan 23, 2013 at 09:04:40PM -0800, Olof Johansson wrote:
> 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
I had accidentally missed one pull of at91 fixes (because I had pushed
back due to size, but it seems like they're still relevant). Also,
a pull request for some vexpress fixes just came in so I included it.
I don't know if you already pulled the first request, so I created a
new tag, and below is both an incremental pull request/delta, as well
as a full pull request on all of it. I kept the tag text as the superset
description, edit as you see fit, of course.
-Olof
The following changes since commit 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)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/fixes-for-linus2
for you to fetch changes up to 3836414f45b01486b9b50c627a329010573ad0f4:
Merge branch 'vexpress/fixes' of git://git.linaro.org/people/pawelmoll/linux into fixes (2013-01-24 08:12:24 -0800)
----------------------------------------------------------------
ARM: arm-soc: Fixes for 3.8-rc, take 2
Here's a long-pending fixes pull request for arm-soc (I didn't send one
in the -rc4 cycle).
The larger deltas are from:
- A fixup of error paths in the mvsdio driver
- Header file move for a driver that hadn't been properly converted to
multiplatform on i.MX, which was causing build failures when included
- Device tree updates for at91 dealing mostly with their new
pinctrl setup merged in 3.8 and mistakes in those initial configs
The rest are the normal mix of small fixes all over the place; sunxi,
omap, imx, mvebu, etc, etc.
----------------------------------------------------------------
Boris BREZILLON (1):
ARM: at91/dts: add macb mii pinctrl config for kizbox
Douglas Gilbert (1):
ARM: at91/dts: correct comment in at91sam9x5.dtsi for mii
Jean-Christophe PLAGNIOL-VILLARD (1):
ARM: at91: rm9200: remake the BGA as default version
Joachim Eastwood (1):
ARM: at91: fix gpios on i2c-gpio for RM9200 DT
Lorenzo Pieralisi (1):
ARM: vexpress: extend the MPIDR range used for pen release check
Nicolas Ferre (2):
ARM: at91/at91_dt_defconfig: remove memory specification to cmdline
ARM: at91/at91_dt_defconfig: add at91sam9n12 SoC to DT defconfig
Olof Johansson (2):
Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes
Merge branch 'vexpress/fixes' of git://git.linaro.org/people/pawelmoll/linux into fixes
Pawel Moll (2):
ARM: vexpress: Enable A7 cores in V2P-CA15_A7's Device Tree
mfd: vexpress-sysreg: Don't skip initialization on probe
Richard Genoud (3):
ARM: at91/at91-pinctrl documentation: fix typo and add some details
ARM: at91/at91sam9x5 DTS: correct wrong PIO BANK values on u(s)arts
ARM: at91/at91sam9x5 DTS: add SCK USART pins
.../bindings/pinctrl/atmel,at91-pinctrl.txt | 5 +-
arch/arm/boot/dts/at91rm9200.dtsi | 4 +-
arch/arm/boot/dts/at91sam9x5.dtsi | 60 ++++++++++++++--------
arch/arm/boot/dts/kizbox.dts | 2 +
arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts | 2 -
arch/arm/configs/at91_dt_defconfig | 3 +-
arch/arm/mach-at91/setup.c | 2 +
arch/arm/plat-versatile/headsmp.S | 2 +-
drivers/mfd/vexpress-sysreg.c | 32 +++++++-----
9 files changed, 72 insertions(+), 40 deletions(-)
And the full one:
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-linus2
for you to fetch changes up to 3836414f45b01486b9b50c627a329010573ad0f4:
Merge branch 'vexpress/fixes' of git://git.linaro.org/people/pawelmoll/linux into fixes (2013-01-24 08:12:24 -0800)
----------------------------------------------------------------
ARM: arm-soc: Fixes for 3.8-rc, take 2
Here's a long-pending fixes pull request for arm-soc (I didn't send one
in the -rc4 cycle).
The larger deltas are from:
- A fixup of error paths in the mvsdio driver
- Header file move for a driver that hadn't been properly converted to
multiplatform on i.MX, which was causing build failures when included
- Device tree updates for at91 dealing mostly with their new
pinctrl setup merged in 3.8 and mistakes in those initial configs
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.
Boris BREZILLON (1):
ARM: at91/dts: add macb mii pinctrl config for kizbox
Cong Ding (1):
clk: mvebu/clk-cpu.c: fix memory leakage
Dimitris Papastamos (1):
ARM: S3C64XX: Fix up IRQ mapping for balblair on Cragganmore
Douglas Gilbert (1):
ARM: at91/dts: correct comment in at91sam9x5.dtsi for mii
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
Jean-Christophe PLAGNIOL-VILLARD (1):
ARM: at91: rm9200: remake the BGA as default version
Joachim Eastwood (1):
ARM: at91: fix gpios on i2c-gpio for RM9200 DT
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
Lorenzo Pieralisi (1):
ARM: vexpress: extend the MPIDR range used for pen release check
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
Nicolas Ferre (2):
ARM: at91/at91_dt_defconfig: remove memory specification to cmdline
ARM: at91/at91_dt_defconfig: add at91sam9n12 SoC to DT defconfig
Olof Johansson (10):
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
Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes
Merge branch 'vexpress/fixes' of git://git.linaro.org/people/pawelmoll/linux into fixes
Pantelis Antoniou (1):
ARM: OMAP2+: DT node Timer iteration fix
Pawel Moll (2):
ARM: vexpress: Enable A7 cores in V2P-CA15_A7's Device Tree
mfd: vexpress-sysreg: Don't skip initialization on probe
Peter Ujfalusi (2):
ARM: OMAP4: clock data: Lock ABE DPLL on all revisions
ARM: OMAP4: hwmod_data: Correct IDLEMODE for McPDM
Richard Genoud (3):
ARM: at91/at91-pinctrl documentation: fix typo and add some details
ARM: at91/at91sam9x5 DTS: correct wrong PIO BANK values on u(s)arts
ARM: at91/at91sam9x5 DTS: add SCK USART pins
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
.../bindings/pinctrl/atmel,at91-pinctrl.txt | 5 +-
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/at91rm9200.dtsi | 4 +-
arch/arm/boot/dts/at91sam9x5.dtsi | 60 +++++++++-----
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/kizbox.dts | 2 +
arch/arm/boot/dts/sunxi.dtsi | 6 +-
arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts | 2 -
arch/arm/configs/at91_dt_defconfig | 3 +-
arch/arm/kernel/debug.S | 2 +
arch/arm/mach-at91/setup.c | 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 +
arch/arm/plat-versatile/headsmp.S | 2 +-
drivers/clk/mvebu/clk-cpu.c | 9 ++-
drivers/media/platform/coda.c | 2 +-
drivers/mfd/vexpress-sysreg.c | 32 +++++---
drivers/mmc/host/mvsdio.c | 92 +++++++---------------
drivers/video/imxfb.c | 13 ++-
.../linux/platform_data/imx-iram.h | 0
46 files changed, 248 insertions(+), 220 deletions(-)
rename arch/arm/mach-imx/iram.h => include/linux/platform_data/imx-iram.h (100%)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists