All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] arm-soc fixes for 3.1
@ 2011-09-12 16:07 ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2011-09-12 16:07 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-arm-kernel, linux-kernel

Hi Linus,

I've moved a copy of the arm-soc tree to git.linaro.org for now. Since
g.k.o contains to be unavailable, that seemed to be the most reliable
alternative for me.

The fixes for 3.1 that have come in during this time are for four platforms:
cns3xxx, davinci, omap2+, and prima2. I have a large set of build fixes
that I found myself during randconfig builds, but most of these have been
around forever, so I'm waiting for the merge window with those. I'm trying
to feed the actual build regressions through the individual maintainers,
so a few of those might be still be coming.

	Arnd

The following changes since commit ddf28352b80c86754a6424e3a61e8bdf9213b3c7:

  Linux 3.1-rc5 (2011-09-04 15:45:10 -0700)

are available in the git repository at:
 git://git.linaro.org/people/arnd/arm-soc.git fixes

Anton Vorontsov (1):
      ARM: cns3xxx: Fix newly introduced warnings in the PCIe code

Arnd Bergmann (2):
      Merge branches 'cns3xxx/fixes', 'omap/fixes' and 'davinci/fixes' into fixes
      Merge branch 'sirf/fixes' into fixes

Jamie Iles (1):
      ARM: CSR: add missing sentinels to of_device_id tables

Linus Walleij (1):
      ARM: davinci: fix cache flush build error

Paul Walmsley (5):
      OMAP4: clock: re-enable previous clockdomain enable/disable sequence
      OMAP4: clock: fix compile warning
      OMAP3: clock: indicate that gpt12_fck and wdt1_fck are in the WKUP clockdomain
      OMAP2430: hwmod: musb: add missing terminator to omap2430_usbhsotg_addrs[]
      Merge branches 'non_hwmod_compliant_fix_3.1rc', 'omap3_clock_fixes_3.1rc', 'omap4_clock_fixes_3.1rc', 'missing_2430_musb_adds_terminator_fix_3.1rc' and 'pwrdm_clkdm_fixes_3.1rc' into prcm-fixes-a-3.1rc

Rajashekhara, Sudhakar (1):
      ARM: davinci: da850 EVM: read mac address from SPI flash

Rajendra Nayak (1):
      OMAP: powerdomains: Make all powerdomain target states as ON at init

Santosh Shilimkar (1):
      OMAP: clockdomain: Wait for powerdomain to be ON when using clockdomain force wakeup

Sergei Shtylyov (1):
      ARM: davinci: correct MDSTAT_STATE_MASK

Tommy Lin (1):
      ARM: cns3xxx: Fix compile error caused by hardware.h removed

 arch/arm/mach-cns3xxx/include/mach/entry-macro.S |    1 -
 arch/arm/mach-cns3xxx/include/mach/system.h      |    1 -
 arch/arm/mach-cns3xxx/include/mach/uncompress.h  |    1 -
 arch/arm/mach-cns3xxx/pcie.c                     |    2 +-
 arch/arm/mach-davinci/board-da850-evm.c          |   28 ++++++++++++++++++++++
 arch/arm/mach-davinci/include/mach/psc.h         |    2 +-
 arch/arm/mach-davinci/sleep.S                    |    6 ++++-
 arch/arm/mach-omap2/clock3xxx_data.c             |    2 +
 arch/arm/mach-omap2/clock44xx_data.c             |   10 +++++++-
 arch/arm/mach-omap2/clockdomain.c                |    2 +
 arch/arm/mach-omap2/omap_hwmod_2430_data.c       |    1 +
 arch/arm/mach-omap2/pm.c                         |    2 -
 arch/arm/mach-omap2/powerdomain.c                |   25 ++++++++++++-------
 arch/arm/mach-prima2/clock.c                     |    1 +
 arch/arm/mach-prima2/irq.c                       |    1 +
 arch/arm/mach-prima2/rstc.c                      |    1 +
 arch/arm/mach-prima2/timer.c                     |    1 +
 17 files changed, 69 insertions(+), 18 deletions(-)

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

* [GIT PULL] arm-soc fixes for 3.1
@ 2011-09-12 16:07 ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2011-09-12 16:07 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

I've moved a copy of the arm-soc tree to git.linaro.org for now. Since
g.k.o contains to be unavailable, that seemed to be the most reliable
alternative for me.

The fixes for 3.1 that have come in during this time are for four platforms:
cns3xxx, davinci, omap2+, and prima2. I have a large set of build fixes
that I found myself during randconfig builds, but most of these have been
around forever, so I'm waiting for the merge window with those. I'm trying
to feed the actual build regressions through the individual maintainers,
so a few of those might be still be coming.

	Arnd

The following changes since commit ddf28352b80c86754a6424e3a61e8bdf9213b3c7:

  Linux 3.1-rc5 (2011-09-04 15:45:10 -0700)

are available in the git repository at:
 git://git.linaro.org/people/arnd/arm-soc.git fixes

Anton Vorontsov (1):
      ARM: cns3xxx: Fix newly introduced warnings in the PCIe code

Arnd Bergmann (2):
      Merge branches 'cns3xxx/fixes', 'omap/fixes' and 'davinci/fixes' into fixes
      Merge branch 'sirf/fixes' into fixes

Jamie Iles (1):
      ARM: CSR: add missing sentinels to of_device_id tables

Linus Walleij (1):
      ARM: davinci: fix cache flush build error

Paul Walmsley (5):
      OMAP4: clock: re-enable previous clockdomain enable/disable sequence
      OMAP4: clock: fix compile warning
      OMAP3: clock: indicate that gpt12_fck and wdt1_fck are in the WKUP clockdomain
      OMAP2430: hwmod: musb: add missing terminator to omap2430_usbhsotg_addrs[]
      Merge branches 'non_hwmod_compliant_fix_3.1rc', 'omap3_clock_fixes_3.1rc', 'omap4_clock_fixes_3.1rc', 'missing_2430_musb_adds_terminator_fix_3.1rc' and 'pwrdm_clkdm_fixes_3.1rc' into prcm-fixes-a-3.1rc

Rajashekhara, Sudhakar (1):
      ARM: davinci: da850 EVM: read mac address from SPI flash

Rajendra Nayak (1):
      OMAP: powerdomains: Make all powerdomain target states as ON at init

Santosh Shilimkar (1):
      OMAP: clockdomain: Wait for powerdomain to be ON when using clockdomain force wakeup

Sergei Shtylyov (1):
      ARM: davinci: correct MDSTAT_STATE_MASK

Tommy Lin (1):
      ARM: cns3xxx: Fix compile error caused by hardware.h removed

 arch/arm/mach-cns3xxx/include/mach/entry-macro.S |    1 -
 arch/arm/mach-cns3xxx/include/mach/system.h      |    1 -
 arch/arm/mach-cns3xxx/include/mach/uncompress.h  |    1 -
 arch/arm/mach-cns3xxx/pcie.c                     |    2 +-
 arch/arm/mach-davinci/board-da850-evm.c          |   28 ++++++++++++++++++++++
 arch/arm/mach-davinci/include/mach/psc.h         |    2 +-
 arch/arm/mach-davinci/sleep.S                    |    6 ++++-
 arch/arm/mach-omap2/clock3xxx_data.c             |    2 +
 arch/arm/mach-omap2/clock44xx_data.c             |   10 +++++++-
 arch/arm/mach-omap2/clockdomain.c                |    2 +
 arch/arm/mach-omap2/omap_hwmod_2430_data.c       |    1 +
 arch/arm/mach-omap2/pm.c                         |    2 -
 arch/arm/mach-omap2/powerdomain.c                |   25 ++++++++++++-------
 arch/arm/mach-prima2/clock.c                     |    1 +
 arch/arm/mach-prima2/irq.c                       |    1 +
 arch/arm/mach-prima2/rstc.c                      |    1 +
 arch/arm/mach-prima2/timer.c                     |    1 +
 17 files changed, 69 insertions(+), 18 deletions(-)

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

* Re: [GIT PULL] arm-soc fixes for 3.1
  2011-09-12 16:07 ` Arnd Bergmann
@ 2011-09-12 18:36   ` Arnd Bergmann
  -1 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2011-09-12 18:36 UTC (permalink / raw)
  To: linux-arm-kernel, Kevin Hilman; +Cc: Linus Torvalds, linux-kernel

On Monday 12 September 2011 18:07:45 Arnd Bergmann wrote:
> Hi Linus,
> 
> I've moved a copy of the arm-soc tree to git.linaro.org for now. Since
> g.k.o contains to be unavailable, that seemed to be the most reliable
> alternative for me.
> 
> The fixes for 3.1 that have come in during this time are for four platforms:
> cns3xxx, davinci, omap2+, and prima2. I have a large set of build fixes
> that I found myself during randconfig builds, but most of these have been
> around forever, so I'm waiting for the merge window with those. I'm trying
> to feed the actual build regressions through the individual maintainers,
> so a few of those might be still be coming.
> 
> The following changes since commit ddf28352b80c86754a6424e3a61e8bdf9213b3c7:
> 
>   Linux 3.1-rc5 (2011-09-04 15:45:10 -0700)
> 
> are available in the git repository at:
>  git://git.linaro.org/people/arnd/arm-soc.git fixes

One of the patches I mentioned was actually acked already but I had forgotten
about it (sorry Kevin), so I've added it to the same branch.

If you haven't pulled already, you will get one more fix. Otherwise, I'll
send this one together with the next bunch.

	Arnd

---
The following changes since commit d035953e59ca8bb7ffc1023efba72438524457bb:

  Merge branch 'sirf/fixes' into fixes (2011-09-12 14:59:37 +0000)

are available in the git repository at:

  git+ssh://arndbergmann@git.linaro.org/home/arndbergmann/public_git/arm-soc.git fixes

Arnd Bergmann (1):
      Merge branch 'for_3.1/pm-fixes-2' of git://gitorious.org/khilman/linux-omap-pm into fixes

Kevin Hilman (1):
      OMAP: omap_device: fix !CONFIG_SUSPEND case in _noirq handlers

 arch/arm/plat-omap/omap_device.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


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

* [GIT PULL] arm-soc fixes for 3.1
@ 2011-09-12 18:36   ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2011-09-12 18:36 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday 12 September 2011 18:07:45 Arnd Bergmann wrote:
> Hi Linus,
> 
> I've moved a copy of the arm-soc tree to git.linaro.org for now. Since
> g.k.o contains to be unavailable, that seemed to be the most reliable
> alternative for me.
> 
> The fixes for 3.1 that have come in during this time are for four platforms:
> cns3xxx, davinci, omap2+, and prima2. I have a large set of build fixes
> that I found myself during randconfig builds, but most of these have been
> around forever, so I'm waiting for the merge window with those. I'm trying
> to feed the actual build regressions through the individual maintainers,
> so a few of those might be still be coming.
> 
> The following changes since commit ddf28352b80c86754a6424e3a61e8bdf9213b3c7:
> 
>   Linux 3.1-rc5 (2011-09-04 15:45:10 -0700)
> 
> are available in the git repository at:
>  git://git.linaro.org/people/arnd/arm-soc.git fixes

One of the patches I mentioned was actually acked already but I had forgotten
about it (sorry Kevin), so I've added it to the same branch.

If you haven't pulled already, you will get one more fix. Otherwise, I'll
send this one together with the next bunch.

	Arnd

---
The following changes since commit d035953e59ca8bb7ffc1023efba72438524457bb:

  Merge branch 'sirf/fixes' into fixes (2011-09-12 14:59:37 +0000)

are available in the git repository at:

  git+ssh://arndbergmann at git.linaro.org/home/arndbergmann/public_git/arm-soc.git fixes

Arnd Bergmann (1):
      Merge branch 'for_3.1/pm-fixes-2' of git://gitorious.org/khilman/linux-omap-pm into fixes

Kevin Hilman (1):
      OMAP: omap_device: fix !CONFIG_SUSPEND case in _noirq handlers

 arch/arm/plat-omap/omap_device.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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

* [GIT PULL] arm-soc fixes for 3.1
@ 2011-07-25 16:22 ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2011-07-25 16:22 UTC (permalink / raw)
  To: Linus Torvalds, Thomas Gleixner, Nicolas Pitre, Russell King
  Cc: linux-arm-kernel, linux-kernel

Hi Linus,

This is the first out of about ten pull requests for the arm-soc tree
in this merge window, consisting of low-priority bug fixes that
have no other dependencies. 

These should all be uncontroversial, and are a prerequisite for
patches in the cleanup branch that a number of other branches
are depending on.

You can see the bigger picture in the for-next branch of the
same tree if you are interested in what else is coming for this
tree. Please tell me if you are unhappy about the split between
the branches and would rather see smaller or larger pull requests.

	Arnd

[resent with mailing lists on Cc]

The following changes since commit 02f8c6aee8df3cdc935e9bdd4f2d020306035dbe:

  Linux 3.0 (2011-07-21 19:17:23 -0700)

are available in the git repository at:
  git+ssh://master.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc.git next/fixes

Arnd Bergmann (4):
      Merge branch 'fixes-for-arnd' of git://git.pengutronix.de/git/imx/linux-2.6 into imx/fixes
      Merge branches 'at91/fixes', 'imx/fixes' and 'pxa/fixes' of git+ssh://master.kernel.org/.../arm/linux-arm-soc into next/fixes
      Merge branch 'msm/fixes' into next/fixes
      Merge branch 'tegra/fixes' of git+ssh://master.kernel.org/.../arm/linux-arm-soc into next/fixes

Axel Lin (1):
      ARM i.MX23/28: platform-mxsfb: Add missing include of linux/dma-mapping.h

Barry Song (3):
      ARM: CNS3XXX: add UL suffix to VMALLOC_END to ensure it is properly typed
      ARM: LPC32XXX: add UL suffix to VMALLOC_END to ensure it is properly typed
      ARM: NUC93X: add UL suffix to VMALLOC_END to ensure it is properly typed

Dong Aisheng (1):
      ARM: mxs-dma: include <linux/dmaengine.h>

Fabio Estevam (11):
      mx51: Let USB Storage be built by default
      ARM: mx53: Fix alternate modes for MX53_PAD_PATA_DATA6
      ARM: mx53: Fix the chip select addresses
      ARM: mach-imx/mx27_3ds: Use the standard i.MX macro for GPIO numbering
      ARM: mach-imx/mx31_3ds: Fix IOMUX for SPI1 signals
      mxc: iomuxv1: Do not use gpio_request when setting the pin as GPIO
      ARM: mach-imx/mx27_3ds: Fix regulator support
      ARM: mxc: iomux-v1: Fix build warning
      ARM: mx51: Fix the address space length for SSI
      ARM: mx53: Fix some interrupts marked as reserved.
      ARM: mx25: Fix typo on CAN1_RX pad setting

Imre Kaloz (1):
      ARM: orion5x: fixup 5181 MPP mask check

Jeff Ohlstein (1):
      ARM: msm: platsmp: determine number of CPU cores at boot time

Lothar Waßmann (2):
      mach-mx5: fix the I2C clock parents
      iomux-mx53: add missing 'IOMUX_CONFIG_SION' for some I2C pad definitions

Marc Kleine-Budde (1):
      ARM: mx53: Fix the base addresses for the DDR memory regions

Sascha Hauer (1):
      ARM i.MX dma: Fix burstsize settings

Shawn Guo (5):
      ARM: mxs_defconfig: Change CONFIG_RTC_CLASS 'm' to 'y'
      ARM: mxc: imx-sdma device gets 16K iosize than 4K
      ARM: mxc: sdma on imx25 is a V2 block
      ARM: mxc: change imx-dma default to_version to 1
      ARM: mxc: imx-dma on imx25 has no other TO version but TO1

Stephen Warren (2):
      ARM: Tegra: Trimslice: Tri-state DAP3 pinmux
      ARM: Tegra: Seaboard: Fix I2C bus numbering for ADT7461

Troy Kisky (5):
      MXC: iomux-v3: correct NO_PAD_CTRL definition
      ARM: i.MX53: Fix IOMUX type o's
      ARM: i.MX53: UARTn_TXD pin should not change RXD input select
      ARM: i.MX53: UARTn_CTS pin should not change RTS input select
      ARM: i.MX53: consistently use MX53_UART_PAD_CTRL for uart txd/rxd/rts/cts

Uwe Kleine-König (1):
      ARM: mxs/tx28: according to the TX28's datasheet D4-D7 are not used for MMC0

 arch/arm/configs/mx51_defconfig              |    3 +-
 arch/arm/configs/mxs_defconfig               |    2 +-
 arch/arm/mach-cns3xxx/include/mach/vmalloc.h |    2 +-
 arch/arm/mach-imx/mach-mx27_3ds.c            |   29 +++++-
 arch/arm/mach-imx/mach-mx31_3ds.c            |   10 +-
 arch/arm/mach-lpc32xx/include/mach/vmalloc.h |    2 +-
 arch/arm/mach-mmp/pxa168.c                   |    2 +-
 arch/arm/mach-mmp/pxa910.c                   |    2 +-
 arch/arm/mach-msm/platsmp.c                  |   11 ++-
 arch/arm/mach-mx5/clock-mx51-mx53.c          |    4 +-
 arch/arm/mach-mxs/devices/platform-mxsfb.c   |    1 +
 arch/arm/mach-mxs/include/mach/dma.h         |    2 +
 arch/arm/mach-mxs/mach-tx28.c                |    8 --
 arch/arm/mach-nuc93x/include/mach/vmalloc.h  |    2 +-
 arch/arm/mach-orion5x/mpp.c                  |    2 +-
 arch/arm/mach-pxa/mfp-pxa2xx.c               |    4 +-
 arch/arm/mach-tegra/board-seaboard.c         |    2 +-
 arch/arm/mach-tegra/board-trimslice-pinmux.c |    2 +-
 arch/arm/plat-mxc/devices/platform-imx-dma.c |   14 ++--
 arch/arm/plat-mxc/devices/platform-imx-ssi.c |    2 +-
 arch/arm/plat-mxc/include/mach/iomux-mx25.h  |    2 +-
 arch/arm/plat-mxc/include/mach/iomux-mx53.h  |  128 +++++++++++++-------------
 arch/arm/plat-mxc/include/mach/iomux-v1.h    |    1 -
 arch/arm/plat-mxc/include/mach/iomux-v3.h    |    2 +-
 arch/arm/plat-mxc/include/mach/mx53.h        |   26 +++---
 arch/arm/plat-mxc/iomux-v1.c                 |   34 +-------
 drivers/dma/imx-dma.c                        |    3 +-
 drivers/mmc/host/mxcmmc.c                    |    8 +-
 sound/soc/imx/imx-pcm-dma-mx2.c              |    4 +-
 29 files changed, 152 insertions(+), 162 deletions(-)

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

* [GIT PULL] arm-soc fixes for 3.1
@ 2011-07-25 16:22 ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2011-07-25 16:22 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

This is the first out of about ten pull requests for the arm-soc tree
in this merge window, consisting of low-priority bug fixes that
have no other dependencies. 

These should all be uncontroversial, and are a prerequisite for
patches in the cleanup branch that a number of other branches
are depending on.

You can see the bigger picture in the for-next branch of the
same tree if you are interested in what else is coming for this
tree. Please tell me if you are unhappy about the split between
the branches and would rather see smaller or larger pull requests.

	Arnd

[resent with mailing lists on Cc]

The following changes since commit 02f8c6aee8df3cdc935e9bdd4f2d020306035dbe:

  Linux 3.0 (2011-07-21 19:17:23 -0700)

are available in the git repository at:
  git+ssh://master.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc.git next/fixes

Arnd Bergmann (4):
      Merge branch 'fixes-for-arnd' of git://git.pengutronix.de/git/imx/linux-2.6 into imx/fixes
      Merge branches 'at91/fixes', 'imx/fixes' and 'pxa/fixes' of git+ssh://master.kernel.org/.../arm/linux-arm-soc into next/fixes
      Merge branch 'msm/fixes' into next/fixes
      Merge branch 'tegra/fixes' of git+ssh://master.kernel.org/.../arm/linux-arm-soc into next/fixes

Axel Lin (1):
      ARM i.MX23/28: platform-mxsfb: Add missing include of linux/dma-mapping.h

Barry Song (3):
      ARM: CNS3XXX: add UL suffix to VMALLOC_END to ensure it is properly typed
      ARM: LPC32XXX: add UL suffix to VMALLOC_END to ensure it is properly typed
      ARM: NUC93X: add UL suffix to VMALLOC_END to ensure it is properly typed

Dong Aisheng (1):
      ARM: mxs-dma: include <linux/dmaengine.h>

Fabio Estevam (11):
      mx51: Let USB Storage be built by default
      ARM: mx53: Fix alternate modes for MX53_PAD_PATA_DATA6
      ARM: mx53: Fix the chip select addresses
      ARM: mach-imx/mx27_3ds: Use the standard i.MX macro for GPIO numbering
      ARM: mach-imx/mx31_3ds: Fix IOMUX for SPI1 signals
      mxc: iomuxv1: Do not use gpio_request when setting the pin as GPIO
      ARM: mach-imx/mx27_3ds: Fix regulator support
      ARM: mxc: iomux-v1: Fix build warning
      ARM: mx51: Fix the address space length for SSI
      ARM: mx53: Fix some interrupts marked as reserved.
      ARM: mx25: Fix typo on CAN1_RX pad setting

Imre Kaloz (1):
      ARM: orion5x: fixup 5181 MPP mask check

Jeff Ohlstein (1):
      ARM: msm: platsmp: determine number of CPU cores at boot time

Lothar Wa??mann (2):
      mach-mx5: fix the I2C clock parents
      iomux-mx53: add missing 'IOMUX_CONFIG_SION' for some I2C pad definitions

Marc Kleine-Budde (1):
      ARM: mx53: Fix the base addresses for the DDR memory regions

Sascha Hauer (1):
      ARM i.MX dma: Fix burstsize settings

Shawn Guo (5):
      ARM: mxs_defconfig: Change CONFIG_RTC_CLASS 'm' to 'y'
      ARM: mxc: imx-sdma device gets 16K iosize than 4K
      ARM: mxc: sdma on imx25 is a V2 block
      ARM: mxc: change imx-dma default to_version to 1
      ARM: mxc: imx-dma on imx25 has no other TO version but TO1

Stephen Warren (2):
      ARM: Tegra: Trimslice: Tri-state DAP3 pinmux
      ARM: Tegra: Seaboard: Fix I2C bus numbering for ADT7461

Troy Kisky (5):
      MXC: iomux-v3: correct NO_PAD_CTRL definition
      ARM: i.MX53: Fix IOMUX type o's
      ARM: i.MX53: UARTn_TXD pin should not change RXD input select
      ARM: i.MX53: UARTn_CTS pin should not change RTS input select
      ARM: i.MX53: consistently use MX53_UART_PAD_CTRL for uart txd/rxd/rts/cts

Uwe Kleine-K??nig (1):
      ARM: mxs/tx28: according to the TX28's datasheet D4-D7 are not used for MMC0

 arch/arm/configs/mx51_defconfig              |    3 +-
 arch/arm/configs/mxs_defconfig               |    2 +-
 arch/arm/mach-cns3xxx/include/mach/vmalloc.h |    2 +-
 arch/arm/mach-imx/mach-mx27_3ds.c            |   29 +++++-
 arch/arm/mach-imx/mach-mx31_3ds.c            |   10 +-
 arch/arm/mach-lpc32xx/include/mach/vmalloc.h |    2 +-
 arch/arm/mach-mmp/pxa168.c                   |    2 +-
 arch/arm/mach-mmp/pxa910.c                   |    2 +-
 arch/arm/mach-msm/platsmp.c                  |   11 ++-
 arch/arm/mach-mx5/clock-mx51-mx53.c          |    4 +-
 arch/arm/mach-mxs/devices/platform-mxsfb.c   |    1 +
 arch/arm/mach-mxs/include/mach/dma.h         |    2 +
 arch/arm/mach-mxs/mach-tx28.c                |    8 --
 arch/arm/mach-nuc93x/include/mach/vmalloc.h  |    2 +-
 arch/arm/mach-orion5x/mpp.c                  |    2 +-
 arch/arm/mach-pxa/mfp-pxa2xx.c               |    4 +-
 arch/arm/mach-tegra/board-seaboard.c         |    2 +-
 arch/arm/mach-tegra/board-trimslice-pinmux.c |    2 +-
 arch/arm/plat-mxc/devices/platform-imx-dma.c |   14 ++--
 arch/arm/plat-mxc/devices/platform-imx-ssi.c |    2 +-
 arch/arm/plat-mxc/include/mach/iomux-mx25.h  |    2 +-
 arch/arm/plat-mxc/include/mach/iomux-mx53.h  |  128 +++++++++++++-------------
 arch/arm/plat-mxc/include/mach/iomux-v1.h    |    1 -
 arch/arm/plat-mxc/include/mach/iomux-v3.h    |    2 +-
 arch/arm/plat-mxc/include/mach/mx53.h        |   26 +++---
 arch/arm/plat-mxc/iomux-v1.c                 |   34 +-------
 drivers/dma/imx-dma.c                        |    3 +-
 drivers/mmc/host/mxcmmc.c                    |    8 +-
 sound/soc/imx/imx-pcm-dma-mx2.c              |    4 +-
 29 files changed, 152 insertions(+), 162 deletions(-)

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

end of thread, other threads:[~2011-09-12 18:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-12 16:07 [GIT PULL] arm-soc fixes for 3.1 Arnd Bergmann
2011-09-12 16:07 ` Arnd Bergmann
2011-09-12 18:36 ` Arnd Bergmann
2011-09-12 18:36   ` Arnd Bergmann
  -- strict thread matches above, loose matches on Subject: below --
2011-07-25 16:22 Arnd Bergmann
2011-07-25 16:22 ` Arnd Bergmann

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.