From: carlo@caione.org (Carlo Caione)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] meson: basic support for MesonX SoCs
Date: Tue, 23 Sep 2014 21:52:21 +0200 [thread overview]
Message-ID: <20140923195221.GA30267@nuc> (raw)
Hi Arnd and Olof,
Here the pull request to introduce preliminary support for MesonX SoCs.
It is based on the patchset at:
http://www.spinics.net/lists/arm-kernel/msg362521.html
and it is based on the master of arm-soc tree.
BR,
--
The following changes since commit 7505ceaf863590b24a4c0c83b64817d26e0d51e3:
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2014-09-01 10:36:27 -0700)
are available in the git repository at:
https://github.com/carlocaione/linux-meson meson-v3.18-next
for you to fetch changes up to 8fba35ce6ce32ed348a00bf917095977883f29af:
MAINTAINERS: Add entry for the Amlogic MesonX SoCs (2014-09-23 20:17:21 +0200)
----------------------------------------------------------------
Carlo Caione (6):
ARM: meson: debug: add debug UART for earlyprintk support
ARM: meson: documentation: add bindings documentation
ARM: meson: add basic support for MesonX SoCs
ARM: meson: dts: add basic Meson/Meson6/Meson6-atv1200 DTSI/DTS
ARM: meson: update multi_v7_defconfig
MAINTAINERS: Add entry for the Amlogic MesonX SoCs
Documentation/devicetree/bindings/arm/amlogic.txt | 8 ++
.../devicetree/bindings/arm/geniatech.txt | 5 +
.../devicetree/bindings/vendor-prefixes.txt | 2 +
MAINTAINERS | 6 ++
arch/arm/Kconfig | 2 +
arch/arm/Kconfig.debug | 14 ++-
arch/arm/Makefile | 1 +
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/meson.dtsi | 105 +++++++++++++++++++++
arch/arm/boot/dts/meson6-atv1200.dts | 66 +++++++++++++
arch/arm/boot/dts/meson6.dtsi | 78 +++++++++++++++
arch/arm/configs/multi_v7_defconfig | 3 +
arch/arm/include/debug/meson.S | 35 +++++++
arch/arm/mach-meson/Kconfig | 13 +++
arch/arm/mach-meson/Makefile | 1 +
arch/arm/mach-meson/meson.c | 27 ++++++
16 files changed, 365 insertions(+), 2 deletions(-)
create mode 100644 Documentation/devicetree/bindings/arm/amlogic.txt
create mode 100644 Documentation/devicetree/bindings/arm/geniatech.txt
create mode 100644 arch/arm/boot/dts/meson.dtsi
create mode 100644 arch/arm/boot/dts/meson6-atv1200.dts
create mode 100644 arch/arm/boot/dts/meson6.dtsi
create mode 100644 arch/arm/include/debug/meson.S
create mode 100644 arch/arm/mach-meson/Kconfig
create mode 100644 arch/arm/mach-meson/Makefile
create mode 100644 arch/arm/mach-meson/meson.c
--
Carlo Caione
next reply other threads:[~2014-09-23 19:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-23 19:52 Carlo Caione [this message]
2014-09-25 15:38 ` [GIT PULL] meson: basic support for MesonX SoCs Arnd Bergmann
2014-09-25 17:04 ` Carlo Caione
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=20140923195221.GA30267@nuc \
--to=carlo@caione.org \
--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.