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
Subject: [GIT PULL 10/13] arm-soc cleanups, part 2.
Date: Wed, 2 Nov 2011 02:57:00 +0100 [thread overview]
Message-ID: <201111020257.00965.arnd@arndb.de> (raw)
In-Reply-To: <201111010348.13214.arnd@arndb.de>
These are further omap cleanups. I originally had lumped them together with samsung
specific cleanups, but had to split them up again when I noticed that not all the
dependencies of those are merged yet. I hope that I will still manage to send them
during this merge window.
There were a lot of conflicts against the mach/memory.h removal, which I resolved
by merging that branch.
Arnd
The following changes since commit 3bb324d4d0cb589a79319be45255d75aa100f74e:
Merge branch 'next/cross-platform' into for-next (2011-11-01 00:39:24 +0100)
are available in the git repository at:
git://git.linaro.org/people/arnd/arm-soc.git next/cleanup2
Arnd Bergmann (1):
Merge branch 'depends/rmk/memory_h' into next/cleanup2
Benoit Cousson (18):
ARM: OMAP3: beagle-board: Use the omap_hwmod_name_get_dev API
ARM: OMAP2+: pm: Use hwmod name instead of dev pointer
ARM: OMAP2+: pm: Remove static devices variable for mpu, dsp, iva and l3 PM
ARM: OMAP: omap_device: Create a default omap_device_pm_latency
ARM: OMAP2+: devices: Remove all omap_device_pm_latency structures
of: Add helpers to get one string in multiple strings property
ARM: OMAP: omap_device: Add omap_device_[alloc|delete] for DT integration
ARM: OMAP: omap_device: Add a method to build an omap_device from a DT node
arm/dts: Add initial device tree support for OMAP4 SoC
arm/dts: Add support for OMAP4 PandaBoard
arm/dts: Add support for OMAP4 SDP board
arm/dts: Add initial device tree support for OMAP3 SoC
arm/dts: Add support for OMAP3 Beagle board
ARM: OMAP2+: board-generic: Add DT support to generic board
ARM: OMAP2+: board-generic: Add i2c static init
ARM: OMAP2+: l3-noc: Add support for device-tree
arm/dts: OMAP4: Add a main ocp entry bound to l3-noc driver
arm/dts: OMAP3+: Add mpu, dsp and iva nodes
Nishanth Menon (1):
ARM: OMAP: omap_device: Add omap_device_get_by_hwmod_name
Santosh Shilimkar (1):
OMAP4: Fix the emif and dmm virtual mapping
Todd Poynor (2):
OMAP: Improve register access in L3 Error handler.
OMAP: Fix a BUG in l3 error handler.
Tony Lindgren (10):
Merge branch 'for_3.2/voltage-cleanup' of git://gitorious.org/khilman/linux-omap-pm into voltage
Merge branch 'for_3_2/omap_misc' of git://gitorious.org/omap-sw-develoment/linux-omap-dev into l3
Merge branches 'cleanup-part3', 'voltage', 'dmtimer' and 'l3' into dt-base
Merge branch 'for_3.2/3_omap_devicetree' of git://gitorious.org/omap-pm/linux into dt
ARM: OMAP1: Use generic map_io, init_early and init_irq
ARM: OMAP: Avoid cpu_is_omapxxxx usage until map_io is done
ARM: OMAP: Remove calls to SRAM allocations for framebuffer
ARM: OMAP: Map SRAM later on with ioremap_exec()
ARM: OMAP: Move set_globals initialization to happen in init_early
ARM: OMAP: Warn if omap_ioremap is called before SoC detection
sricharan (3):
OMAP: Fix indentation issues in l3 error handler.
OMAP: Fix sparse warnings in l3 error handler.
OMAP: Print Initiator name for l3 custom error.
Documentation/devicetree/bindings/arm/omap/dsp.txt | 14 +
Documentation/devicetree/bindings/arm/omap/iva.txt | 19 ++
.../devicetree/bindings/arm/omap/l3-noc.txt | 19 ++
Documentation/devicetree/bindings/arm/omap/mpu.txt | 27 ++
.../devicetree/bindings/arm/omap/omap.txt | 43 +++
arch/arm/boot/dts/omap3-beagle.dts | 29 ++
arch/arm/boot/dts/omap3.dtsi | 63 ++++
arch/arm/boot/dts/omap4-panda.dts | 29 ++
arch/arm/boot/dts/omap4-sdp.dts | 29 ++
arch/arm/boot/dts/omap4.dtsi | 103 +++++++
arch/arm/mach-omap1/board-ams-delta.c | 16 +-
arch/arm/mach-omap1/board-fsample.c | 76 +++---
arch/arm/mach-omap1/board-generic.c | 16 +-
arch/arm/mach-omap1/board-h2.c | 16 +-
arch/arm/mach-omap1/board-h3.c | 16 +-
arch/arm/mach-omap1/board-htcherald.c | 12 +-
arch/arm/mach-omap1/board-innovator.c | 36 +--
arch/arm/mach-omap1/board-nokia770.c | 34 +--
arch/arm/mach-omap1/board-osk.c | 16 +-
arch/arm/mach-omap1/board-palmte.c | 16 +-
arch/arm/mach-omap1/board-palmtt.c | 16 +-
arch/arm/mach-omap1/board-palmz71.c | 18 +-
arch/arm/mach-omap1/board-perseus2.c | 75 +++---
arch/arm/mach-omap1/board-sx1.c | 17 +-
arch/arm/mach-omap1/board-voiceblue.c | 16 +-
arch/arm/mach-omap1/devices.c | 3 +
arch/arm/mach-omap1/io.c | 59 ++--
arch/arm/mach-omap2/Kconfig | 8 +-
arch/arm/mach-omap2/board-generic.c | 151 ++++++++---
arch/arm/mach-omap2/board-omap3beagle.c | 11 +-
arch/arm/mach-omap2/board-ti8168evm.c | 1 -
arch/arm/mach-omap2/common.c | 50 ++--
arch/arm/mach-omap2/control.c | 16 +-
arch/arm/mach-omap2/devices.c | 51 +---
arch/arm/mach-omap2/display.c | 11 +-
arch/arm/mach-omap2/dma.c | 11 +-
arch/arm/mach-omap2/gpio.c | 12 +-
arch/arm/mach-omap2/hsmmc.c | 18 +-
arch/arm/mach-omap2/hwspinlock.c | 12 +-
arch/arm/mach-omap2/io.c | 129 ++++----
arch/arm/mach-omap2/io.h | 7 -
arch/arm/mach-omap2/mcbsp.c | 11 +-
arch/arm/mach-omap2/omap-smp.c | 7 +-
arch/arm/mach-omap2/omap_l3_noc.c | 147 +++++----
arch/arm/mach-omap2/omap_l3_noc.h | 224 ++++++++------
arch/arm/mach-omap2/omap_l3_smx.c | 91 +++---
arch/arm/mach-omap2/omap_l3_smx.h | 164 +++++-----
arch/arm/mach-omap2/pm.c | 72 ++---
arch/arm/mach-omap2/prcm.c | 19 +-
arch/arm/mach-omap2/sdrc.c | 13 +-
arch/arm/mach-omap2/serial.c | 25 +--
arch/arm/mach-omap2/sr_device.c | 11 +-
arch/arm/mach-omap2/timer.c | 6 +-
arch/arm/mach-omap2/usb-musb.c | 26 +--
arch/arm/plat-omap/i2c.c | 10 +-
arch/arm/plat-omap/include/plat/common.h | 17 +-
arch/arm/plat-omap/include/plat/io.h | 33 ++-
arch/arm/plat-omap/include/plat/omap_device.h | 1 +
arch/arm/plat-omap/io.c | 10 +
arch/arm/plat-omap/omap_device.c | 313 +++++++++++++++++---
arch/arm/plat-omap/sram.c | 85 ++----
drivers/of/base.c | 84 ++++++
include/linux/of.h | 18 ++
63 files changed, 1593 insertions(+), 1115 deletions(-)
next prev parent reply other threads:[~2011-11-02 2:23 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <201111010348.13214.arnd@arndb.de>
2011-11-01 3:01 ` [GIT PULL 1/13] arm-soc bug fixes Arnd Bergmann
2011-11-01 3:13 ` [GIT PULL 2/13] arm-soc cleanups Arnd Bergmann
2011-11-01 3:15 ` [GIT PULL 3/13] arm-soc driver Arnd Bergmann
2011-11-02 2:35 ` Arnd Bergmann
2011-11-02 2:35 ` Arnd Bergmann
2011-11-01 3:21 ` [GIT PULL 5/13] arm-soc power management updates Arnd Bergmann
2011-11-01 3:24 ` [GIT PULL 4/13] arm-soc timer updates Arnd Bergmann
2011-11-01 3:27 ` [GIT PULL 6/13] arm-soc platform removal Arnd Bergmann
2011-11-01 3:45 ` [GIT PULL 7/13] arm-soc board dsupport Arnd Bergmann
2011-11-01 3:51 ` [GIT PULL 8/13] arm-soc general updates Arnd Bergmann
2011-11-01 12:32 ` [GIT PULL 9/13] arm-soc updates spanning multiple platforms Arnd Bergmann
2011-11-02 2:34 ` Arnd Bergmann
2011-11-02 2:34 ` Arnd Bergmann
2011-11-02 1:57 ` Arnd Bergmann [this message]
2011-11-02 2:03 ` [GIT PULL 11/13] arm-soc device tree conversions Arnd Bergmann
2011-11-02 2:21 ` [GIT PULL 12/12] arm-soc new soc ports Arnd Bergmann
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=201111020257.00965.arnd@arndb.de \
--to=arnd@arndb.de \
--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 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.