public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: arm-soc fixes for 3.8-rc
@ 2012-12-29  4:27 Olof Johansson
  0 siblings, 0 replies; 7+ messages in thread
From: Olof Johansson @ 2012-12-29  4:27 UTC (permalink / raw)
  To: torvalds; +Cc: olof, arm, linux-arm-kernel, linux-kernel

Hi Linus,

The following changes since commit a49f0d1ea3ec94fc7cf33a7c36a16343b74bd565:

  Linux 3.8-rc1 (2012-12-21 17:19:00 -0800)

are available in the git repository at:

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

for you to fetch changes up to 2e376799b2f6af2e8baeb407b6437a4d7b650ac0:

  Merge tag 'sunxi-fixes-for-3.8-rc2' of git://github.com/mripard/linux into fixes (2012-12-28 08:53:01 +0100)

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

ARM: arm-soc: fixes for -rc2

It's been quiet over the holidays, but we have had a couple of trivial
fixes coming in for the newly introduced sunxi platform; one to add it
to the multiplatform defconfig for build coverage, and one fixup for
device tree strings.

----------------------------------------------------------------
Maxime Ripard (2):
      ARM: multi_v7_defconfig: Add ARCH_SUNXI
      sunxi: Change the machine compatible string.

Olof Johansson (1):
      Merge tag 'sunxi-fixes-for-3.8-rc2' of git://github.com/mripard/linux into fixes

 arch/arm/configs/multi_v7_defconfig | 1 +
 arch/arm/mach-sunxi/sunxi.c         | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [GIT PULL] ARM: arm-soc fixes for 3.8-rc
@ 2013-01-08 18:49 Olof Johansson
  2013-01-09  2:57 ` Linus Torvalds
  0 siblings, 1 reply; 7+ messages in thread
From: Olof Johansson @ 2013-01-08 18:49 UTC (permalink / raw)
  To: torvalds; +Cc: olof, arm, linux-kernel, linux-arm-kernel

Hi Linus,

A slightly larger delta than I'd ideally want by now, in part due to some
of the OMAP PM fixes that's adding a bit of code. I decided to include
it instead of push it to 3.9, but from here on out we'll be stricter.

Please pull.

Thanks!

-Olof


The following changes since commit d1c3ed669a2d452cacfb48c2d171a1f364dae2ed:

  Linux 3.8-rc2 (2013-01-02 18:13:21 -0800)

are available in the git repository at:

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

for you to fetch changes up to 434fec16948cf5afa3cba31dcb00359bdbf24758:

  Merge tag 'omap-for-v3.8-rc2/fixes-signed-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes (2013-01-08 09:50:04 -0800)

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

ARM: arm-soc fixes for 3.8-rc

People are back from the holiday breaks, and it shows. Here are a bunch of
fixes for a number of platforms:
 - A couple of small fixes for Nomadik
 - A larger set of changes for kirkwood/mvebu
   - uart driver selection, dt clocks, gpio-poweroff fixups,
     a few __init annotation fixes and some error handling improvement
     in their xor dma driver.
 - i.MX had a couple of minor fixes (and a critical one for flexcan2
   clock setup)
 - MXS has a small board fix and a framebuffer bugfix
 - A set of fixes for Samsung Exynos, fixing default bootargs and some
   Exynos5440 clock issues
 - A set of OMAP changes including PM fixes and a few sparse warning
   fixups

All in all a bit more positive code delta than we'd ideally want to see
here, mostly from the OMAP PM changes, but nothing overly crazy.

----------------------------------------------------------------
Aaro Koskinen (1):
      ARM: OMAP1: fix USB configuration use-after-release

Andrew Lunn (5):
      ARM: Kirkwood: Fix missing clk for USB device.
      Power: gpio-poweroff: Fix documentation and gpio_is_valid
      ARM: Kirkwood: Fix missing sdio clock
      ARM: Kirkwood: Use fixed-regulator instead of board gpio call
      arm: mvebu: Add missing ; for cpu node.

Fabio Estevam (3):
      ARM: dts: imx23-olinuxino: Fix IOMUX settings
      clk: imx: Remove 'clock-output-names' from the examples
      ARM: dts: imx31-bug: Fix manufacturer compatible string

Gregory CLEMENT (1):
      arm: mvebu: Use dw-apb-uart instead of ns16650 as UART driver

Ivan Khoronzhuk (2):
      ARM: OMAP4: PRM: Correct reset source map
      ARM: OMAP4: PRM: Correct wrong instance usage for reading reset sources

Jon Hunter (1):
      ARM: OMAP3: clock data: Add missing enable/disable for EMU clock

Joshua Coombs (1):
      clk: mvebu: Remove inappropriate __init tagging

Kukjin Kim (5):
      ARM: SAMSUNG: fix the cpu id for EXYNOS5440
      ARM: dts: use uart port0 for console on exynos5440-ssdk5440
      ARM: dts: use uart port1 for console on exynos4210-smdkv310
      ARM: EXYNOS: enable PINCTRL for EXYNOS5440
      ARM: EXYNOS: skip the clock initialization for exynos5440

Linus Walleij (2):
      ARM: nomadik: delete dangling include
      ARM: nomadik: bump the IRQ numbers again

Lothar Waßmann (1):
      video: mxsfb: fix crash when unblanking the display

Marek Vasut (1):
      ARM: mx5: Fix MX53 flexcan2 clock

Nishanth Menon (1):
      ARM: OMAP4: PRM: fix RSTTIME and RSTST offsets

Nobuhiro Iwamatsu (1):
      ARM: Kirkwood: Switch TWSI1 of 88f6282 to DT clock providers

Olof Johansson (7):
      Merge tag 'nomadik-fixes-for-arm-soc' of git://git.kernel.org/.../linusw/linux-nomadik into fixes
      ARM: clps711x: Fix bad merge of clockevents setup
      Merge tag 'mvebu_fixes_for_v3.8' of git://git.infradead.org/users/jcooper/linux into fixes
      Merge tag 'imx-fixes-3.8' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes
      Merge tag 'mxs-fixes-3.8' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes
      Merge branch 'v3.8-samsung-fixes-2' of git://git.kernel.org/.../kgene/linux-samsung into fixes
      Merge tag 'omap-for-v3.8-rc2/fixes-signed-v2' of git://git.kernel.org/.../tmlind/linux-omap into fixes

Pantelis Antoniou (1):
      ARM: OMAP2+: am33xx-hwmod: Fix wrongly terminated am33xx_usbss_mpu_irqs array

Paul Walmsley (4):
      ARM: OMAP: 32k counter: resolve sparse warnings
      ARM: OMAP AM33xx: hwmod data: resolve sparse warnings
      ARM: OMAP: SRAM: resolve sparse warnings
      ARM: OMAP2/3: PRM: fix bogus OMAP2xxx powerstate return values

Rob Herring (6):
      ARM: dts: add device_type prop to cpu nodes on Calxeda platforms
      ARM: dts: fix highbank cpu mpidr values
      ARM: highbank: fix typos with hignbank in power request functions
      ARM: highbank: fix secondary boot and hotplug
      ARM: highbank: add a power request clear
      ARM: highbank: save and restore L2 cache and GIC on suspend

Sean Paul (1):
      ARM: EXYNOS: Revise HDMI resource size

Sebastian Hesselbarth (2):
      ARM: Dove: Add pinctrl clock to DT
      pinctrl: mvebu: make pdma clock on dove mandatory

Thomas Petazzoni (4):
      arm: mvebu: Armada XP MV78230 has two cores, not one
      arm: mvebu: Armada XP MV78230 has only three Ethernet interfaces
      dma: mv_xor: fix error handling of mv_xor_channel_add()
      dma: mv_xor: fix error handling for clocks

Tony Lindgren (1):
      Merge tag 'omap-fixes-a2-for-v3.8-rc' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v3.8-rc2/fixes

 .../devicetree/bindings/clock/imx23-clock.txt      |  5 --
 .../devicetree/bindings/clock/imx25-clock.txt      |  4 -
 .../devicetree/bindings/clock/imx28-clock.txt      |  5 --
 .../devicetree/bindings/clock/imx6q-clock.txt      |  4 -
 .../devicetree/bindings/gpio/gpio-poweroff.txt     | 20 ++++-
 arch/arm/Kconfig                                   |  1 -
 arch/arm/boot/dts/armada-370-xp.dtsi               |  6 +-
 arch/arm/boot/dts/armada-xp-mv78230.dtsi           |  9 ++-
 arch/arm/boot/dts/armada-xp-mv78260.dtsi           |  8 ++
 arch/arm/boot/dts/armada-xp-mv78460.dtsi           |  8 ++
 arch/arm/boot/dts/armada-xp.dtsi                   | 14 +---
 arch/arm/boot/dts/dove.dtsi                        |  1 +
 arch/arm/boot/dts/ecx-2000.dts                     |  4 +
 arch/arm/boot/dts/exynos4210-smdkv310.dts          |  2 +-
 arch/arm/boot/dts/exynos5250.dtsi                  |  2 +-
 arch/arm/boot/dts/exynos5440-ssdk5440.dts          |  2 +-
 arch/arm/boot/dts/highbank.dts                     | 20 +++--
 arch/arm/boot/dts/imx23-olinuxino.dts              |  8 +-
 arch/arm/boot/dts/imx31-bug.dts                    |  2 +-
 arch/arm/boot/dts/imx53.dtsi                       |  2 +-
 arch/arm/boot/dts/kirkwood-6282.dtsi               |  1 +
 arch/arm/boot/dts/kirkwood-topkick.dts             | 17 +++++
 arch/arm/boot/dts/kirkwood.dtsi                    |  1 +
 arch/arm/configs/mvebu_defconfig                   |  4 +-
 arch/arm/mach-exynos/Kconfig                       |  2 +
 arch/arm/mach-exynos/common.c                      |  7 ++
 arch/arm/mach-highbank/highbank.c                  |  2 +-
 arch/arm/mach-highbank/hotplug.c                   |  2 +-
 arch/arm/mach-highbank/platsmp.c                   | 12 +--
 arch/arm/mach-highbank/pm.c                        | 19 ++++-
 arch/arm/mach-highbank/sysregs.h                   | 23 +++++-
 arch/arm/mach-highbank/system.c                    |  4 +-
 arch/arm/mach-kirkwood/board-dt.c                  |  4 +
 arch/arm/mach-kirkwood/board-usi_topkick.c         |  4 -
 arch/arm/mach-nomadik/board-nhk8815.c              |  1 -
 arch/arm/mach-nomadik/include/mach/irqs.h          | 78 +++++++++----------
 arch/arm/mach-omap1/board-ams-delta.c              |  2 +-
 arch/arm/mach-omap1/usb.c                          |  8 +-
 arch/arm/mach-omap2/cclock3xxx_data.c              |  2 +
 arch/arm/mach-omap2/omap_hwmod_33xx_data.c         |  6 +-
 arch/arm/mach-omap2/prm2xxx.c                      | 88 +++++++++++++++++++++-
 arch/arm/mach-omap2/prm2xxx_3xxx.c                 | 22 ------
 arch/arm/mach-omap2/prm3xxx.c                      | 28 ++++++-
 arch/arm/mach-omap2/prm44xx.c                      |  6 +-
 arch/arm/mach-omap2/prm44xx.h                      |  4 +-
 arch/arm/plat-omap/counter_32k.c                   |  2 +
 arch/arm/plat-omap/sram.c                          |  2 +
 arch/arm/plat-samsung/include/plat/cpu.h           |  2 +-
 drivers/clk/mvebu/clk-gating-ctrl.c                |  2 +-
 drivers/dma/mv_xor.c                               |  9 ++-
 drivers/pinctrl/mvebu/pinctrl-dove.c               |  7 +-
 drivers/power/reset/gpio-poweroff.c                | 33 ++++----
 drivers/video/mxsfb.c                              |  3 +-
 53 files changed, 351 insertions(+), 183 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [GIT PULL] ARM: arm-soc fixes for 3.8-rc
  2013-01-08 18:49 [GIT PULL] ARM: arm-soc fixes for 3.8-rc Olof Johansson
@ 2013-01-09  2:57 ` Linus Torvalds
  2013-01-09  3:13   ` Olof Johansson
  0 siblings, 1 reply; 7+ messages in thread
From: Linus Torvalds @ 2013-01-09  2:57 UTC (permalink / raw)
  To: Olof Johansson; +Cc: arm, Linux Kernel Mailing List, linux-arm-kernel

On Tue, Jan 8, 2013 at 10:49 AM, Olof Johansson <olof@lixom.net> wrote:
>
> A slightly larger delta than I'd ideally want by now, in part due to some
> of the OMAP PM fixes that's adding a bit of code. I decided to include
> it instead of push it to 3.9, but from here on out we'll be stricter.

Ugh. Not only that, but:

>   git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git fixes

you have both a branch called "fixes" and a tag called "fixes".
Ambiguous. And when you ask me to pull like the above, it actually
picks the branch, not the tag.

Don't do this. Either use the unambiguous name ("tags/fixes" rather
than just "fixes") or don't push out branches and tags that have the
same name.

                     Linus

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [GIT PULL] ARM: arm-soc fixes for 3.8-rc
  2013-01-09  2:57 ` Linus Torvalds
@ 2013-01-09  3:13   ` Olof Johansson
  2013-01-09  3:23     ` Olof Johansson
  0 siblings, 1 reply; 7+ messages in thread
From: Olof Johansson @ 2013-01-09  3:13 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: arm, Linux Kernel Mailing List, linux-arm-kernel

On Tue, Jan 8, 2013 at 6:57 PM, Linus Torvalds
<torvalds@linux-foundation.org> wrote:
> On Tue, Jan 8, 2013 at 10:49 AM, Olof Johansson <olof@lixom.net> wrote:
>>
>> A slightly larger delta than I'd ideally want by now, in part due to some
>> of the OMAP PM fixes that's adding a bit of code. I decided to include
>> it instead of push it to 3.9, but from here on out we'll be stricter.
>
> Ugh. Not only that, but:
>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git fixes
>
> you have both a branch called "fixes" and a tag called "fixes".
> Ambiguous. And when you ask me to pull like the above, it actually
> picks the branch, not the tag.
>
> Don't do this. Either use the unambiguous name ("tags/fixes" rather
> than just "fixes") or don't push out branches and tags that have the
> same name.

I switched from the latter to the former a while back, and should
probably switch back. What happened in this case is that the tag
hadn't mirrored out from ra yet, so git request-pull fell back to the
branch name instead and I didn't notice. :(

A non-ambiguous name will still fall back to the branch name instead
of the (differently named) tag, but it'll be easier to catch when I
check the pull request contents before sending it.

Or maybe a better solution is to make git request-pull throw an error
if there is a local signed tag for the request, but none is found on
the server (or has different contents). I'll take a look at that.


-Olof

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [GIT PULL] ARM: arm-soc fixes for 3.8-rc
  2013-01-09  3:13   ` Olof Johansson
@ 2013-01-09  3:23     ` Olof Johansson
  0 siblings, 0 replies; 7+ messages in thread
From: Olof Johansson @ 2013-01-09  3:23 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: arm, Linux Kernel Mailing List, linux-arm-kernel

On Tue, Jan 8, 2013 at 7:13 PM, Olof Johansson <olof@lixom.net> wrote:

> Or maybe a better solution is to make git request-pull throw an error
> if there is a local signed tag for the request, but none is found on
> the server (or has different contents). I'll take a look at that.

A-HA! Git does that as of 1.7.11.2 / 1.7.12, my version was just a
little too old.


-Olof

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [GIT PULL] ARM: arm-soc fixes for 3.8-rc
@ 2013-01-24  5:04 Olof Johansson
  2013-01-24 16:31 ` [GIT PULL] ARM: arm-soc fixes for 3.8-rc, take 2 Olof Johansson
  0 siblings, 1 reply; 7+ messages in thread
From: Olof Johansson @ 2013-01-24  5:04 UTC (permalink / raw)
  To: torvalds; +Cc: olof, arm, linux-arm-kernel, linux-kernel

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%)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [GIT PULL] ARM: arm-soc fixes for 3.8-rc, take 2
  2013-01-24  5:04 [GIT PULL] ARM: arm-soc fixes for 3.8-rc Olof Johansson
@ 2013-01-24 16:31 ` Olof Johansson
  0 siblings, 0 replies; 7+ messages in thread
From: Olof Johansson @ 2013-01-24 16:31 UTC (permalink / raw)
  To: torvalds; +Cc: arm, linux-arm-kernel, linux-kernel

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%)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-01-24 16:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
  -- 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-09  2:57 ` Linus Torvalds
2013-01-09  3:13   ` Olof Johansson
2013-01-09  3:23     ` Olof Johansson
2012-12-29  4:27 Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox