From: Eddie Huang <eddie.huang@mediatek.com>
To: Matthias Brugger <matthias.bgg@gmail.com>,
Rob Herring <robh+dt@kernel.org>,
Jason Cooper <jason@lakedaemon.net>
Cc: Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org, srv_heupstream@mediatek.com,
Pawel Moll <pawel.moll@arm.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Catalin Marinas <catalin.marinas@arm.com>,
Mark Brown <broonie@linaro.org>,
Will Deacon <will.deacon@arm.com>,
linux-kernel@vger.kernel.org,
Robert Richter <rrichter@cavium.com>,
Sascha Hauer <kernel@pengutronix.de>,
Kumar Gala <galak@codeaurora.org>,
Olof Johansson <olof@lixom.net>,
"Joe.C" <yingjoe.chen@mediatek.com>,
Thomas Gleixner <tglx@linutronix.de>,
Eddie Huang <eddie.huang@mediatek.com>,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/4] Add basic support for Mediatek MT8173 SoC
Date: Wed, 17 Dec 2014 22:17:29 +0800 [thread overview]
Message-ID: <1418825853-10934-1-git-send-email-eddie.huang@mediatek.com> (raw)
MT8173 is a SoC based on 64bit ARMv8 architecture. It contains 2 CA53 + 2 CA57 cores. MT8173 share many HW IP with MT8135 and other MT65xx series. This patchset was tested on MT8173 engineer sample, and boot to shell ok.
This series contains document bindings, device tree, defconfig, and one sysirq modification for MT8173.
Changes in v2:
1. Modify mt8173.dtsi and mt8173-evb.dts according to Mark Rutland's comment, change cpu-maps, psci, clock, GIC properties.
2. Modify irq-mtk-sysirq.c according to Arnd Bergmann's comment to calculate irq number from reg range.
This series is based on 3.18, and Joe's MT8135 basic support patch [1] and sysirq patch [2]
[1] http://lists.infradead.org/pipermail/linux-arm-kernel/2014-October/296093.html
[2] http://lists.infradead.org/pipermail/linux-arm-kernel/2014-December/310335.html
Eddie Huang (3):
Document: DT: Add bindings for mediatek MT8173 Soc Platform
arm64: dts: Add mediatek MT8173 SoC and evaluation board dts and
Makefile
arm64: mediatek: Add MT8173 SoC Kconfig and defconfig
Yingjoe Chen (1):
irqchip: mtk-sysirq: Get irq number from register resource size
Documentation/devicetree/bindings/arm/mediatek.txt | 4 +
arch/arm64/Kconfig | 6 +
arch/arm64/boot/dts/Makefile | 1 +
arch/arm64/boot/dts/mt8173-evb.dts | 34 +++++
arch/arm64/boot/dts/mt8173.dtsi | 152 +++++++++++++++++++++
arch/arm64/configs/defconfig | 2 +
drivers/irqchip/irq-mtk-sysirq.c | 18 ++-
7 files changed, 210 insertions(+), 7 deletions(-)
create mode 100644 arch/arm64/boot/dts/mt8173-evb.dts
create mode 100644 arch/arm64/boot/dts/mt8173.dtsi
--
1.8.1.1.dirty
next reply other threads:[~2014-12-17 14:17 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-17 14:17 Eddie Huang [this message]
2014-12-17 14:17 ` [PATCH v2 1/4] Document: DT: Add bindings for mediatek MT8173 Soc Platform Eddie Huang
2014-12-17 14:17 ` [PATCH v2 2/4] irqchip: mtk-sysirq: Get irq number from register resource size Eddie Huang
2014-12-17 14:17 ` [PATCH v2 3/4] arm64: dts: Add mediatek MT8173 SoC and evaluation board dts and Makefile Eddie Huang
[not found] ` <1418825853-10934-4-git-send-email-eddie.huang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2014-12-17 14:33 ` Mark Rutland
2014-12-17 15:01 ` Marc Zyngier
[not found] ` <54919AC9.2090306-5wv7dgnIgG8@public.gmane.org>
2014-12-20 20:07 ` Arnd Bergmann
2014-12-20 22:54 ` Peter Maydell
2014-12-22 9:07 ` Marc Zyngier
2014-12-23 8:02 ` Eddie Huang
2014-12-23 8:43 ` Marc Zyngier
[not found] ` <72aa7f4069a000c6e39c53e328015aa3-PqNocJHN/zZWj0EZb7rXcA@public.gmane.org>
2014-12-23 21:07 ` Arnd Bergmann
2014-12-24 8:47 ` Marc Zyngier
2014-12-23 7:30 ` Eddie Huang
2014-12-17 14:17 ` [PATCH v2 4/4] arm64: mediatek: Add MT8173 SoC Kconfig and defconfig Eddie Huang
[not found] ` <1418825853-10934-1-git-send-email-eddie.huang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2014-12-17 14:35 ` [PATCH v2 0/4] Add basic support for Mediatek MT8173 SoC 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=1418825853-10934-1-git-send-email-eddie.huang@mediatek.com \
--to=eddie.huang@mediatek.com \
--cc=broonie@linaro.org \
--cc=catalin.marinas@arm.com \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=jason@lakedaemon.net \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=matthias.bgg@gmail.com \
--cc=olof@lixom.net \
--cc=pawel.moll@arm.com \
--cc=robh+dt@kernel.org \
--cc=rrichter@cavium.com \
--cc=srv_heupstream@mediatek.com \
--cc=tglx@linutronix.de \
--cc=will.deacon@arm.com \
--cc=yingjoe.chen@mediatek.com \
/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;
as well as URLs for NNTP newsgroup(s).