From: Arnd Bergmann <arnd@arndb.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: arm@kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, Arnd Bergmann <arnd@arndb.de>
Subject: [GIT PULL 04/09] arm-soc: driver specific changes
Date: Thu, 21 Feb 2013 21:12:24 +0000 [thread overview]
Message-ID: <1361481149-27559-5-git-send-email-arnd@arndb.de> (raw)
In-Reply-To: <1361481149-27559-1-git-send-email-arnd@arndb.de>
The following changes since commit 949db153b6466c6f7cad5a427ecea94985927311:
Linux 3.8-rc5 (2013-01-25 11:57:28 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/drivers
for you to fetch changes up to b6a03d0492dedb5c10b8a5708ee92e04b0590c07:
Merge tag 'omap-for-v3.9/gpmc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/drivers (2013-02-05 14:03:45 -0800)
----------------------------------------------------------------
arm-soc: driver specific changes
* Updates to the ux500 cpufreq code
* Moving the u300 DMA controller driver to drivers/dma
* Moving versatile express drivers out of arch/arm for sharing with arch/arm64
* Device tree bindings for the OMAP General Purpose Memory Controller
There is a simple conflict in drivers/cpufreq/dbx500-cpufreq.c, because
the mach/id.h header and the cpu_is_u8500_family() function in it are
now gone.
----------------------------------------------------------------
Catalin Marinas (1):
arm: Move sp810.h to include/linux/amba/
Daniel Mack (5):
ARM: OMAP: gpmc: don't create devices from initcall on DT
mtd: omap-nand: pass device_node in platform data
ARM: OMAP: gpmc-nand: drop __init annotation
ARM: OMAP: gpmc: enable hwecc for AM33xx SoCs
ARM: OMAP: gpmc: add DT bindings for GPMC timings and NAND
Ezequiel Garcia (4):
ARM: OMAP2+: gpmc: Remove unneeded of_node_put()
mtd: omap-onenand: pass device_node in platform data
ARM: OMAP2+: gpmc-onenand: drop __init annotation
ARM: OMAP2+: gpmc: add DT bindings for OneNAND
Fabio Baltieri (2):
clocksource: nomadik-mtu: support timer-based delay
cpufreq: db8500: set CPUFREQ_CONST_LOOPS
Jon Hunter (1):
ARM: OMAP2+: Prevent potential crash if GPMC probe fails
Jonas Aaberg (1):
cpufreq: dbx500: Minor code cleanup
Lee Jones (3):
cpufreq: Give driver used for dbx500 family a more generic name
mfd: db8500: Update cpufreq device name
cpufreq: dbx500: Update file header
Linus Walleij (8):
dma: coh901318: create a proper platform data file
dma: coh901318: push platform data into driver
dma: coh901318: remove hardcoded target addresses
dma: coh901318: skip hard-coded addresses
dma: coh901318: push header down into the DMA subsystem
dma: coh901318: push definitions into driver
dma: coh901318: merge header files
dma: coh901318: cut down on platform data abstraction
Olof Johansson (5):
Merge tag 'ux500-cpufreq-for-arm-soc' of git://git.kernel.org/.../linusw/linux-stericsson into next/drivers
Merge branch 'depends/cleanup' into next/drivers
Merge tag 'coh901318-for-arm-soc' of http://git.kernel.org/.../linusw/linux-stericsson into next/drivers
Merge tag 'vexpress/drivers-for-3.9' of git://git.linaro.org/people/pawelmoll/linux into next/drivers
Merge tag 'omap-for-v3.9/gpmc-signed' of git://git.kernel.org/.../tmlind/linux-omap into next/drivers
Philip Avinash (1):
ARM: OMAP2+: gpmc: Add device tree documentation for elm handle
Ulf Hansson (1):
cpufreq: dbx500: Move clk_get to probe
Documentation/devicetree/bindings/bus/ti-gpmc.txt | 84 ++
.../devicetree/bindings/mtd/gpmc-nand.txt | 80 ++
.../devicetree/bindings/mtd/gpmc-onenand.txt | 43 +
arch/arm/arm-soc-for-next-contents.txt | 13 +-
arch/arm/mach-omap2/gpmc-nand.c | 15 +-
arch/arm/mach-omap2/gpmc-onenand.c | 2 +-
arch/arm/mach-omap2/gpmc.c | 232 +++-
arch/arm/mach-u300/core.c | 1087 +---------------
arch/arm/mach-u300/dma_channels.h | 60 -
arch/arm/mach-u300/include/mach/coh901318.h | 267 ----
arch/arm/mach-u300/spi.c | 3 +-
arch/arm/plat-spear/restart.c | 2 +-
drivers/clk/versatile/clk-vexpress.c | 3 +-
drivers/clocksource/nomadik-mtu.c | 11 +
drivers/cpufreq/Makefile | 2 +-
.../cpufreq/{db8500-cpufreq.c => dbx500-cpufreq.c} | 101 +-
drivers/dma/coh901318.c | 1302 +++++++++++++++++++-
drivers/dma/{coh901318_lli.h => coh901318.h} | 35 +-
drivers/dma/coh901318_lli.c | 4 +-
drivers/mfd/db8500-prcmu.c | 4 +-
drivers/mtd/nand/omap2.c | 4 +-
drivers/mtd/onenand/omap2.c | 4 +-
.../asm/hardware => include/linux/amba}/sp810.h | 0
include/linux/platform_data/dma-coh901318.h | 72 ++
include/linux/platform_data/mtd-nand-omap2.h | 4 +-
include/linux/platform_data/mtd-onenand-omap2.h | 3 +
26 files changed, 1892 insertions(+), 1545 deletions(-)
next prev parent reply other threads:[~2013-02-21 21:12 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-21 21:12 [GIT PULL 00/09] arm-soc: changes for 3.9 Arnd Bergmann
2013-02-21 21:12 ` [GIT PULL 01/09] arm-soc: non-critical bug fixes Arnd Bergmann
2013-02-21 21:12 ` [GIT PULL 02/09] arm-soc: cleanups Arnd Bergmann
2013-02-21 21:12 ` [GIT PULL 03/09] arm-soc: pin muxing for sh-mobile Arnd Bergmann
2013-02-21 21:12 ` Arnd Bergmann [this message]
2013-02-21 21:12 ` [GIT PULL 05/09] arm-soc: multiplatform support Arnd Bergmann
2013-02-21 21:12 ` [GIT PULL 06/09] arm-soc: soc-specific updates Arnd Bergmann
2013-02-21 21:12 ` [GIT PULL 07/09] arm-soc: board specific changes Arnd Bergmann
2013-02-21 21:12 ` [GIT PULL 08/09] arm-soc: device tree conversions Arnd Bergmann
2013-02-21 21:12 ` [GIT PULL 09/09] arm-soc: virtualization changes Arnd Bergmann
2013-02-22 0:47 ` [GIT PULL 00/09] arm-soc: changes for 3.9 Linus Torvalds
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=1361481149-27559-5-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
all inboxes | Powered by JetHome®