From: jason@lakedaemon.net (Jason Cooper)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 3/3] ARM: mvebu: soc for v3.10
Date: Sun, 17 Mar 2013 20:15:41 +0000 [thread overview]
Message-ID: <1363551341.10D8ED563.32562@triton> (raw)
In-Reply-To: <1363551341.dDc8Eea0.32562@triton>
The following changes since commit 207b6b8da3195dafe3e0d2143262640ddace74af:
Merge branch 'mvebu/drivers' into mvebu/soc
are available in the git repository at:
git://git.infradead.org/users/jcooper/linux.git tags/soc_changes_for_v3.10
for you to fetch changes up to c135394ade12b00be1fdd04f68ff8470207a9b32:
arm: plat-orion: remove addr-map code
----------------------------------------------------------------
mvebu soc changes for v3.10
- use mvebu-mbus driver for:
- kirkwood
- dove
- orion5x
- mv78xx
- mvebu
- depends
- tags/cleanup_for_v3.10 (mvebu/cleanup)
- tags/drivers_for_v3.10 (mvebu/drivers)
----------------------------------------------------------------
Thomas Petazzoni (6):
arm: mach-mvebu: convert to use mvebu-mbus driver
arm: mach-kirkwood: convert to use mvebu-mbus driver
arm: mach-dove: convert to use mvebu-mbus driver
arm: mach-orion5x: convert to use mvebu-mbus driver
arm: mach-mv78xx0: convert to use the mvebu-mbus driver
arm: plat-orion: remove addr-map code
arch/arm/Kconfig | 4 +
arch/arm/boot/dts/armada-370-xp.dtsi | 5 -
arch/arm/boot/dts/armada-370.dtsi | 3 +
arch/arm/boot/dts/armada-xp.dtsi | 3 +
arch/arm/boot/dts/dove.dtsi | 3 +-
arch/arm/boot/dts/kirkwood.dtsi | 3 +-
arch/arm/boot/dts/orion5x-88f5182.dtsi | 18 ++
.../dts/orion5x-lacie-ethernet-disk-mini-v2.dts | 2 +-
arch/arm/mach-dove/Makefile | 2 +-
arch/arm/mach-dove/addr-map.c | 125 -------------
arch/arm/mach-dove/board-dt.c | 13 +-
arch/arm/mach-dove/common.c | 39 ++++-
arch/arm/mach-dove/common.h | 2 +-
arch/arm/mach-dove/include/mach/dove.h | 5 +
arch/arm/mach-kirkwood/Makefile | 2 +-
arch/arm/mach-kirkwood/addr-map.c | 91 ----------
arch/arm/mach-kirkwood/board-dt.c | 19 +-
arch/arm/mach-kirkwood/common.c | 38 +++-
arch/arm/mach-kirkwood/common.h | 2 +-
arch/arm/mach-kirkwood/include/mach/kirkwood.h | 7 +-
arch/arm/mach-kirkwood/pcie.c | 1 -
arch/arm/mach-mv78xx0/Makefile | 2 +-
arch/arm/mach-mv78xx0/addr-map.c | 93 ----------
arch/arm/mach-mv78xx0/common.c | 10 +-
arch/arm/mach-mv78xx0/include/mach/mv78xx0.h | 8 +-
arch/arm/mach-mv78xx0/pcie.c | 21 ++-
arch/arm/mach-mvebu/Kconfig | 1 +
arch/arm/mach-mvebu/Makefile | 2 +-
arch/arm/mach-mvebu/addr-map.c | 137 ---------------
arch/arm/mach-mvebu/armada-370-xp.c | 2 +
arch/arm/mach-mvebu/platsmp.c | 2 +
arch/arm/mach-orion5x/Makefile | 2 +-
arch/arm/mach-orion5x/addr-map.c | 155 ----------------
arch/arm/mach-orion5x/board-dt.c | 24 ++-
arch/arm/mach-orion5x/common.c | 49 +++++-
arch/arm/mach-orion5x/common.h | 13 +-
arch/arm/mach-orion5x/d2net-setup.c | 4 +-
arch/arm/mach-orion5x/db88f5281-setup.c | 13 +-
arch/arm/mach-orion5x/dns323-setup.c | 3 +-
arch/arm/mach-orion5x/edmini_v2-setup.c | 4 +-
arch/arm/mach-orion5x/include/mach/orion5x.h | 6 +-
arch/arm/mach-orion5x/kurobox_pro-setup.c | 8 +-
arch/arm/mach-orion5x/ls-chl-setup.c | 4 +-
arch/arm/mach-orion5x/ls_hgl-setup.c | 4 +-
arch/arm/mach-orion5x/lsmini-setup.c | 4 +-
arch/arm/mach-orion5x/mss2-setup.c | 3 +-
arch/arm/mach-orion5x/mv2120-setup.c | 3 +-
arch/arm/mach-orion5x/net2big-setup.c | 4 +-
arch/arm/mach-orion5x/pci.c | 7 +-
arch/arm/mach-orion5x/rd88f5181l-fxo-setup.c | 4 +-
arch/arm/mach-orion5x/rd88f5181l-ge-setup.c | 4 +-
arch/arm/mach-orion5x/rd88f5182-setup.c | 7 +-
arch/arm/mach-orion5x/terastation_pro2-setup.c | 4 +-
arch/arm/mach-orion5x/ts209-setup.c | 4 +-
arch/arm/mach-orion5x/ts409-setup.c | 4 +-
arch/arm/mach-orion5x/wnr854t-setup.c | 4 +-
arch/arm/mach-orion5x/wrt350n-v2-setup.c | 4 +-
arch/arm/plat-orion/Makefile | 6 -
arch/arm/plat-orion/addr-map.c | 175 -------------------
include/linux/mbus.h | 3 +
60 files changed, 314 insertions(+), 880 deletions(-)
create mode 100644 arch/arm/boot/dts/orion5x-88f5182.dtsi
delete mode 100644 arch/arm/mach-dove/addr-map.c
delete mode 100644 arch/arm/mach-kirkwood/addr-map.c
delete mode 100644 arch/arm/mach-mv78xx0/addr-map.c
delete mode 100644 arch/arm/mach-mvebu/addr-map.c
delete mode 100644 arch/arm/mach-orion5x/addr-map.c
delete mode 100644 arch/arm/plat-orion/addr-map.c
next prev parent reply other threads:[~2013-03-17 20:15 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-17 20:15 [GIT PULL 0/3] ARM: mvebu: changes for v3.10 Jason Cooper
2013-03-17 20:15 ` Jason Cooper [this message]
2013-03-17 22:26 ` [GIT PULL 3/3] ARM: mvebu: soc " Gregory CLEMENT
2013-03-18 1:07 ` Jason Cooper
2013-03-18 16:18 ` Thomas Petazzoni
2013-03-18 20:50 ` Arnd Bergmann
2013-03-17 20:15 ` [GIT PULL 2/3] ARM: mvebu: drivers " Jason Cooper
2013-03-17 20:15 ` [GIT PULL 1/3] ARM: mvebu: cleanup " Jason Cooper
2013-03-18 14:50 ` 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=1363551341.10D8ED563.32562@triton \
--to=jason@lakedaemon.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 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.