From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 9/9] ARM64: SoC changes for 3.19
Date: Tue, 09 Dec 2014 22:46:21 +0100 [thread overview]
Message-ID: <2482441.CQUhI8rqR1@wuerfel> (raw)
In-Reply-To: <4491193.a6KEQb1tZH@wuerfel>
The following changes since commit 0df1f2487d2f0d04703f142813d53615d62a1da4:
Linux 3.18-rc3 (2014-11-02 15:01:51 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/arm64-for-linus
for you to fetch changes up to 70bcc9ba15690f1e616fd5f60831f4602dd39670:
arm64: amd-seattle: Fix PCI bus range due to SMMU limitation (2014-12-04 17:10:34 +0100)
----------------------------------------------------------------
ARM64: SoC changes for 3.19
This adds support for two new ARM64 platforms:
* ARM Juno
* AMD Seattle
We had submissions for a number of additional platforms
from Samsung, Freescale and Spreadtrum but are still working
out the best process for getting these merged.
----------------------------------------------------------------
I forgot to mention in my introductory mail that there are a couple more pull
requests queued up in the arm-soc tree that are waiting for dependencies or
were added very late before the merge window and are given more time for
things to settle down. I plan to submit them in a few days, but there is not
much missing at this point.
Arnd Bergmann (1):
Merge branch 'cleanup/dts-subdirs' into next/arm64
Liviu Dudau (3):
arm64: Create link to include/dt-bindings to enable C preprocessor use.
arm64: Add Juno board device tree.
arm64: ARM: Fix the Generic Timers interrupt active level description
Suravee Suthikulpanit (2):
arm64: amd-seattle: Adding device tree for AMD Seattle platform
arm64: amd-seattle: Fix PCI bus range due to SMMU limitation
arch/arm/Makefile | 8 +-
arch/arm/boot/dts/Makefile | 12 +-
arch/arm64/Kconfig | 5 +
arch/arm64/Makefile | 10 +-
arch/arm64/boot/dts/Makefile | 16 +-
arch/arm64/boot/dts/amd/Makefile | 5 +
arch/arm64/boot/dts/amd/amd-overdrive.dts | 66 +++++++
arch/arm64/boot/dts/amd/amd-seattle-clks.dtsi | 54 +++++
arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi | 172 ++++++++++++++++
arch/arm64/boot/dts/apm/Makefile | 5 +
arch/arm64/boot/dts/{ => apm}/apm-mustang.dts | 0
arch/arm64/boot/dts/{ => apm}/apm-storm.dtsi | 0
arch/arm64/boot/dts/arm/Makefile | 7 +
arch/arm64/boot/dts/{ => arm}/foundation-v8.dts | 8 +-
arch/arm64/boot/dts/arm/juno-clocks.dtsi | 44 +++++
arch/arm64/boot/dts/arm/juno-motherboard.dtsi | 129 ++++++++++++
arch/arm64/boot/dts/arm/juno.dts | 218 +++++++++++++++++++++
arch/arm64/boot/dts/{ => arm}/rtsm_ve-aemv8a.dts | 8 +-
.../boot/dts/{ => arm}/rtsm_ve-motherboard.dtsi | 0
arch/arm64/boot/dts/cavium/Makefile | 5 +
arch/arm64/boot/dts/{ => cavium}/thunder-88xx.dts | 0
arch/arm64/boot/dts/{ => cavium}/thunder-88xx.dtsi | 0
arch/arm64/boot/dts/include/dt-bindings | 1 +
scripts/Kbuild.include | 6 +
scripts/Makefile.dtbinst | 51 +++++
scripts/Makefile.lib | 12 --
26 files changed, 799 insertions(+), 43 deletions(-)
create mode 100644 arch/arm64/boot/dts/amd/Makefile
create mode 100644 arch/arm64/boot/dts/amd/amd-overdrive.dts
create mode 100644 arch/arm64/boot/dts/amd/amd-seattle-clks.dtsi
create mode 100644 arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi
create mode 100644 arch/arm64/boot/dts/apm/Makefile
rename arch/arm64/boot/dts/{ => apm}/apm-mustang.dts (100%)
rename arch/arm64/boot/dts/{ => apm}/apm-storm.dtsi (100%)
create mode 100644 arch/arm64/boot/dts/arm/Makefile
rename arch/arm64/boot/dts/{ => arm}/foundation-v8.dts (98%)
create mode 100644 arch/arm64/boot/dts/arm/juno-clocks.dtsi
create mode 100644 arch/arm64/boot/dts/arm/juno-motherboard.dtsi
create mode 100644 arch/arm64/boot/dts/arm/juno.dts
rename arch/arm64/boot/dts/{ => arm}/rtsm_ve-aemv8a.dts (97%)
rename arch/arm64/boot/dts/{ => arm}/rtsm_ve-motherboard.dtsi (100%)
create mode 100644 arch/arm64/boot/dts/cavium/Makefile
rename arch/arm64/boot/dts/{ => cavium}/thunder-88xx.dts (100%)
rename arch/arm64/boot/dts/{ => cavium}/thunder-88xx.dtsi (100%)
create mode 120000 arch/arm64/boot/dts/include/dt-bindings
create mode 100644 scripts/Makefile.dtbinst
next prev parent reply other threads:[~2014-12-09 21:46 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-09 21:20 [GIT PULL 0/9] ARM: SoC changes for 3.19 Arnd Bergmann
2014-12-09 21:22 ` [GIT PULL 1/9] ARM: SoC non-critical bug fixes " Arnd Bergmann
2014-12-09 21:23 ` [GIT PULL 2/9] ARM: SoC cleanup on mach-at91 " Arnd Bergmann
2014-12-09 21:30 ` [GIT PULL 3/9] ARM: SoC cleanups " Arnd Bergmann
2014-12-09 21:34 ` [GIT PULL 4/9] ARM: SoC platform changes " Arnd Bergmann
2014-12-09 21:36 ` [GIT PULL 5/9] ARM: SoC driver updates " Arnd Bergmann
2014-12-09 21:40 ` [GIT PULL 6/9] ARM: SoC DT " Arnd Bergmann
2014-12-09 23:45 ` Linus Torvalds
2014-12-10 0:56 ` Linus Torvalds
2014-12-10 10:02 ` Arnd Bergmann
2014-12-09 21:42 ` [GIT PULL 7/9] ARM: SoC/OMAP GPMC driver cleanup and move " Arnd Bergmann
2014-12-09 21:43 ` [GIT PULL 8/9] ARM: SoC defconfig changes " Arnd Bergmann
2014-12-10 8:56 ` Geert Uytterhoeven
2014-12-10 11:16 ` Arnd Bergmann
2014-12-09 21:46 ` Arnd Bergmann [this message]
2014-12-10 1:20 ` [GIT PULL 9/9] ARM64: SoC " Linus Torvalds
2014-12-10 11:33 ` 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=2482441.CQUhI8rqR1@wuerfel \
--to=arnd@arndb.de \
--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