linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: olof@lixom.net (Olof Johansson)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 1/12] ARM: soc: non-critical bug fixes
Date: Mon,  1 Oct 2012 16:56:56 -0700	[thread overview]
Message-ID: <1349135827-24790-2-git-send-email-olof@lixom.net> (raw)
In-Reply-To: <1349135827-24790-1-git-send-email-olof@lixom.net>

These were submitted as bug fixes before v3.6 but not considered important
enough to be included in it. Some of them cross over to cleanup territory
as well, and aren't strictly bugfixes.


Conflicts: none

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

The following changes since commit d9a807461fc8cc0d6ba589ea0730d139122af012:

  Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb

are available in the git repository at:

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

for you to fetch changes up to b10dcdcac43b2b5adf800a19f782fef38ada75a1:

  Merge tag 'ep93xx-fixes-for-3.7' of git://github.com/RyanMallon/linux-ep93xx into next/fixes-non-critical

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

Arnd Bergmann (8):
      watchdog/mpc8xxx: add a const qualifier
      powerpc/fsl_msi: drop unneeded cast to non-const pointer
      mfd/da9052: make i2c_device_id array const
      i2c/mpc: make data used as *of_device_id.data const
      macintosh/mediabay: make data used as *of_device_id.data const
      can: mpc5xxx_can: make data used as *of_device_id.data const
      ARM: ep93xx: use __iomem pointers for MMIO
      ARM: nomadik: remove NAND_NO_READRDY use

Axel Lin (2):
      ARM: ux500: Fix build error due to missing include of asm/pmu.h in cpu-db8500.c
      ARM: ep93xx: Fix build error due to 'SZ_32M' undeclared

David Brown (1):
      ARM: msm: Remove call to missing FPGA init on 8660

Julia Lawall (1):
      ARM: S3C24xx: delete double assignment

Kukjin Kim (1):
      ARM: EXYNOS: fix address for EXYNOS4 MDMA1

Laxman Dewangan (2):
      dma: tegra: make tegra_dma.chip_data a pointer to const data
      dma: tegra: make data used as *of_device_id.data const

Lee Jones (1):
      ARM: ux500: Provide SMSC911x fixed-regulator when not booting DT

Linus Walleij (1):
      ARM: ux500: set proper GIC flags

Olof Johansson (9):
      Merge branch 'ofdeviceiddata' of git://git.pengutronix.de/git/ukl/linux into next/fixes-non-critical
      Merge tag 'ux500-core-updates' of http://git.kernel.org/.../linusw/linux-stericsson into next/fixes-non-critical
      Merge tag 'imx-fixes' of git://git.pengutronix.de/git/imx/linux-2.6 into next/fixes-non-critical
      Merge tag 'msm-fix-noncrit-for-3.7' of git://git.kernel.org/.../davidb/linux-msm into next/fixes-non-critical
      Merge tag 'tegra-for-3.7-fixes' of git://git.kernel.org/.../swarren/linux-tegra into next/fixes-non-critical
      Merge tag 'omap-fixes-noncritical-for-v3.7' of git://git.kernel.org/.../tmlind/linux-omap into next/fixes-non-critical
      Merge branch 'v3.7-samsung-fixes-1' of git://git.kernel.org/.../kgene/linux-samsung into next/fixes-non-critical
      Merge branch 'pxa/fixes' into next/fixes-non-critical
      Merge tag 'ep93xx-fixes-for-3.7' of git://github.com/RyanMallon/linux-ep93xx into next/fixes-non-critical

Paul Walmsley (1):
      ARM: OMAP4: wakeupgen: remove duplicate AUXCOREBOOT* read/write

Peter De Schrijver (2):
      ARM: tegra: fix return value for debugfs init
      ARM: tegra: fix debugfs entry for Tegra30

Peter Senna Tschudin (1):
      ARM: S3C24XX: removes unnecessary semicolon

Rohit Vaswani (2):
      ARM: msm: io: Remove 7x30 iomap region from 7x00
      ARM: msm: io: Change the default static iomappings to be shared

Ryan Mallon (1):
      ARM: ep93xx: Move ts72xx.h out of include/mach

Santosh Shilimkar (1):
      ARM: OMAP4: wakeupgen: Fix the typo in AUXCOREBOOT register save

Seung-Woo Kim (1):
      ARM: EXYNOS: fixed SYSMMU setup definition to mate parameter name

Stephen Boyd (1):
      ARM: msm: Fix early debug uart mapping on some memory configs

Stephen Warren (1):
      ARM: enable SUSPEND/ARCH_SUSPEND_POSSIBLE for ARCH_TEGRA

Sylwester Nawrocki (1):
      ARM: SAMSUNG: Add missing variable declaration in s3c64xx_spi1_set_platdata()

Uwe Kleine-K?nig (17):
      spi/imx: make spi_imx_data.devtype_data member point to const data
      spi/spi-omap2-mcspi: add a const qualifier
      serial/imx: make imx_port.devdata member point to const data
      serial/mpc52xx_uart: add a const qualifier
      ARM: cache-l2x0: add a const qualifier
      misc/atmel_tc: make atmel_tc.tcb_config member point to const data
      gpio/gpio-omap.c: add a const qualifier
      gpio/mpc8xxx: add a const qualifier
      i2c/i2c-omap: add a const qualifier
      i2c/mpc: add a const qualifier
      mmc/omap_hsmmc: add a const qualifier
      macintosh/mediabay: add a const qualifier
      powerpc/83xx: add a const qualifier
      powerpc/fsl_msi: add a const qualifier
      powerpc/celleb_pci: add a const qualifier
      of: add const to struct *of_device_id.data
      gpio/gpio-omap: make platformdata used as *of_device_id.data const

Wei Yongjun (2):
      gpio/omap: fix possible memory leak in omap2_gpio_dev_init()
      ARM: pxa: fix return value check in pxa2xx_drv_pcmcia_probe()


 arch/arm/Kconfig                                |  2 +-
 arch/arm/mach-ep93xx/adssphere.c                |  1 +
 arch/arm/mach-ep93xx/gesbc9312.c                |  1 +
 arch/arm/mach-ep93xx/ts72xx.c                   | 12 +++---
 .../arm/mach-ep93xx/{include/mach => }/ts72xx.h | 10 ++---
 arch/arm/mach-exynos/include/mach/map.h         |  2 +-
 arch/arm/mach-exynos/include/mach/sysmmu.h      |  2 +-
 arch/arm/mach-msm/board-msm8x60.c               |  5 ---
 arch/arm/mach-msm/include/mach/msm_iomap-8960.h |  2 +-
 arch/arm/mach-msm/include/mach/msm_iomap-8x60.h |  2 +-
 arch/arm/mach-msm/io.c                          | 25 ++++++------
 arch/arm/mach-nomadik/board-nhk8815.c           |  3 +-
 arch/arm/mach-omap2/gpio.c                      |  2 +
 arch/arm/mach-omap2/omap-wakeupgen.c            |  8 +---
 arch/arm/mach-s3c24xx/mach-h1940.c              |  4 +-
 arch/arm/mach-tegra/powergate.c                 | 43 ++++++++++++++++----
 arch/arm/mach-ux500/Kconfig                     |  1 +
 arch/arm/mach-ux500/board-mop500-regulators.c   | 15 +++++++
 arch/arm/mach-ux500/board-mop500-regulators.h   |  1 +
 arch/arm/mach-ux500/board-mop500.c              | 19 +++++++++
 arch/arm/mach-ux500/cpu-db8500.c                |  1 +
 arch/arm/mach-ux500/cpu.c                       |  2 +
 arch/arm/mm/cache-l2x0.c                        |  2 +-
 arch/arm/plat-samsung/devs.c                    |  2 +
 arch/powerpc/platforms/83xx/suspend.c           |  2 +-
 arch/powerpc/platforms/cell/celleb_pci.c        |  2 +-
 arch/powerpc/sysdev/fsl_msi.c                   |  8 ++--
 drivers/dma/tegra20-apb-dma.c                   |  8 ++--
 drivers/gpio/gpio-mpc8xxx.c                     |  2 +-
 drivers/gpio/gpio-omap.c                        |  8 ++--
 drivers/i2c/busses/i2c-mpc.c                    | 12 +++---
 drivers/i2c/busses/i2c-omap.c                   |  3 +-
 drivers/macintosh/mediabay.c                    |  8 ++--
 drivers/mfd/da9052-i2c.c                        |  4 +-
 drivers/mmc/host/omap_hsmmc.c                   |  2 +-
 drivers/net/can/mscan/mpc5xxx_can.c             |  4 +-
 drivers/pcmcia/pxa2xx_base.c                    |  2 +-
 drivers/spi/spi-imx.c                           |  2 +-
 drivers/spi/spi-omap2-mcspi.c                   |  2 +-
 drivers/tty/serial/mpc52xx_uart.c               |  2 +-
 drivers/watchdog/mpc8xxx_wdt.c                  |  2 +-
 include/linux/atmel_tc.h                        |  2 +-
 include/linux/mod_devicetable.h                 |  2 +-
 43 files changed, 154 insertions(+), 90 deletions(-)
 rename arch/arm/mach-ep93xx/{include/mach => }/ts72xx.h (89%)

  reply	other threads:[~2012-10-01 23:56 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-01 23:56 [GIT PULL 0/12] ARM: soc: updates for 3.7, first batch Olof Johansson
2012-10-01 23:56 ` Olof Johansson [this message]
2012-10-01 23:56 ` [GIT PULL 2/12] ARM: soc: general cleanups Olof Johansson
2012-10-01 23:56 ` [GIT PULL 3/12] ARM: soc: MAINTAINERS updates Olof Johansson
2012-10-01 23:56 ` [GIT PULL 4/12] ARM: soc: soc-specific updates Olof Johansson
2012-10-01 23:57 ` [GIT PULL 5/12] ARM: soc: device tree updates Olof Johansson
2012-10-01 23:57 ` [GIT PULL 6/12] ARM: soc: cleanups, part 2 Olof Johansson
2012-10-01 23:57 ` [GIT PULL 7/12] ARM: soc: soc-specific updates, take 2 Olof Johansson
2012-10-01 23:57 ` [GIT PULL 8/12] ARM: soc: driver specific changes Olof Johansson
2012-10-01 23:57 ` [GIT PULL 9/12] ARM: soc: board specific updates Olof Johansson
2012-10-01 23:57 ` [GIT PULL 10/12] ARM: soc: device tree updates, take 2 Olof Johansson
2012-10-01 23:57 ` [GIT PULL 11/12] ARM: soc: documentation updates Olof Johansson
2012-10-01 23:57 ` [GIT PULL 12/12] ARM: soc: multiplatform enablement Olof Johansson
2012-10-02  2:22 ` [GIT PULL 0/12] ARM: soc: updates for 3.7, first batch Linus Torvalds
2012-10-02  2:26   ` Linus Torvalds
2012-10-02  2:43     ` Olof Johansson
2012-10-02  2:34   ` Olof Johansson
2012-10-02  3:03     ` Tony Lindgren

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=1349135827-24790-2-git-send-email-olof@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).