From: Arnd Bergmann <arnd@arndb.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, arm@kernel.org,
Arnd Bergmann <arnd@arndb.de>
Subject: [GIT PULL 1/3] arm-soc: bug fixes for v3.6-rc2
Date: Fri, 10 Aug 2012 21:06:13 +0200 [thread overview]
Message-ID: <1344625575-27560-2-git-send-email-arnd@arndb.de> (raw)
In-Reply-To: <1344625575-27560-1-git-send-email-arnd@arndb.de>
The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee:
Linux 3.6-rc1 (2012-08-02 16:38:10 -0700)
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 de9234306bb28fe6c8c3bb908e3f9956f5276a02:
ARM: davinci: remove broken ntosd2_init_i2c (2012-08-10 13:14:36 +0200)
----------------------------------------------------------------
arm-soc: bug fixes for v3.6-rc2
These are a bunch of bug fixes that came in after the merge window and
one update for the MAINTAINERS file. The largest part of the fixes
are patches that address bugs found by building all the ARM defconfig
files. There are a lot more warnings that we have patches for, but
the others are either still under discussion or are harmless and
do not cause actual problems besides making the build slightly noisy.
----------------------------------------------------------------
Arnd Bergmann (19):
Merge branch 'imx/fixes-for-3.6' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes
Merge branch 'mxs/fixes-for-3.6' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes
Merge tag 'imx-fixes' of git://git.pengutronix.de/git/imx/linux-2.6 into fixes
mfd/asic3: fix asic3_mfd_probe return value
usb/ohci-omap: remove unused variable
ARM: pxa: remove irq_to_gpio from ezx-pcap driver
Input: eeti_ts: pass gpio value instead of IRQ
ARM: sa1100: include linux/io.h in hackkit leds code
ARM: s3c24xx: use new PWM driver
ARM: integrator: include <linux/export.h>
ARM: imx: gpmi-nand depends on mxs-dma
ARM: exynos: exynos_pm_add_dev_to_genpd may be unused
gpio: em: do not discard em_gio_irq_domain_cleanup
mtd/omap2: fix dmaengine_slave_config error handling
spi/s3c64xx: improve error handling
omap-rng: fix use of SIMPLE_DEV_PM_OPS
Merge branch 'testing/new-warnings' into fixes
ARM: s3c24xx: enable CONFIG_BUG for tct_hammer
ARM: davinci: remove broken ntosd2_init_i2c
Fabio Estevam (5):
ARM: dts: imx27-3ds.dts: Fix serial console node
ARM: imx6q-sabrelite: Setup CLKO IOMUX
ARM: mx23: Fix registers range
ARM: mx28: Fix registers range
ARM: clk-imx31: Fix the keypad clock name
Javier Martin (1):
i.MX27: Fix emma-prp and csi clocks.
Linus Walleij (2):
MAINTAINERS: update entry for Linus Walleij
ARM: integrator: use clk_prepare_enable() for timer
Marc Kleine-Budde (1):
ARM: mxs: always build ocotp
Marek Vasut (1):
ARM: mxs: Remove MMAP_MIN_ADDR setting from mxs_defconfig
Sebastian Hesselbarth (1):
ARM: kirkwood: fix typo in Makefile.boot
Shawn Guo (3):
ARM: imx: enable emi_slow_gate clock for imx5
ARM: dts: imx53-ard: add regulators for lan9220
ARM: dts: imx: fix gpio interrupts property
Stephen Warren (1):
ARM: tegra: more regulator fixes for Harmony
MAINTAINERS | 17 ++++---
arch/arm/boot/dts/imx23.dtsi | 52 ++++++++++----------
arch/arm/boot/dts/imx27-3ds.dts | 2 +-
arch/arm/boot/dts/imx28.dtsi | 74 ++++++++++++++---------------
arch/arm/boot/dts/imx51-babbage.dts | 2 +-
arch/arm/boot/dts/imx53-ard.dts | 22 ++++++++-
arch/arm/boot/dts/imx6q-sabrelite.dts | 1 +
arch/arm/configs/imx_v6_v7_defconfig | 1 +
arch/arm/configs/mxs_defconfig | 1 -
arch/arm/configs/tct_hammer_defconfig | 2 +-
arch/arm/mach-davinci/board-neuros-osd2.c | 39 ---------------
arch/arm/mach-exynos/pm_domains.c | 2 +-
arch/arm/mach-imx/clk-imx27.c | 8 ++--
arch/arm/mach-imx/clk-imx31.c | 2 +-
arch/arm/mach-imx/clk-imx51-imx53.c | 1 +
arch/arm/mach-integrator/core.c | 1 +
arch/arm/mach-integrator/integrator_ap.c | 2 +-
arch/arm/mach-kirkwood/Makefile.boot | 4 +-
arch/arm/mach-mxs/Kconfig | 6 ---
arch/arm/mach-mxs/Makefile | 3 +-
arch/arm/mach-pxa/raumfeld.c | 2 +-
arch/arm/mach-s3c24xx/Kconfig | 4 +-
arch/arm/mach-sa1100/leds-hackkit.c | 1 +
arch/arm/mach-tegra/board-harmony-power.c | 32 +++++++------
arch/arm/plat-samsung/Kconfig | 3 +-
drivers/char/hw_random/omap-rng.c | 2 +-
drivers/gpio/gpio-em.c | 2 +-
drivers/input/touchscreen/eeti_ts.c | 21 ++++----
drivers/mfd/asic3.c | 1 +
drivers/mfd/ezx-pcap.c | 2 +-
drivers/mtd/nand/Kconfig | 2 +-
drivers/mtd/nand/omap2.c | 7 ++-
drivers/spi/spi-s3c64xx.c | 2 +-
drivers/usb/host/ohci-omap.c | 2 -
include/linux/input/eeti_ts.h | 1 +
include/linux/mfd/ezx-pcap.h | 1 +
36 files changed, 160 insertions(+), 167 deletions(-)
next prev parent reply other threads:[~2012-08-10 19:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-10 19:06 [GIT PULL 0/3] arm-soc updates Arnd Bergmann
2012-08-10 19:06 ` Arnd Bergmann [this message]
2012-08-10 19:06 ` [GIT PULL 2/3] arm-soc: late at91 changes Arnd Bergmann
2012-08-10 19:06 ` [GIT PULL 3/3] arm-soc: make of_device_id->data constant Arnd Bergmann
2012-08-13 18:58 ` [GIT PULL 0/3] arm-soc updates Sascha Hauer
2012-08-13 21:13 ` 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=1344625575-27560-2-git-send-email-arnd@arndb.de \
--to=arnd@arndb.de \
--cc=arm@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.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
Powered by JetHome