linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* arm: Add basic support for MediaTek MT8127 & MT8135 SoCs
@ 2014-09-04 23:50 Joe.C
  2014-09-04 23:50 ` [PATCH 1/5] arm: MTK: Add basic support for mt8127 Joe.C
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Joe.C @ 2014-09-04 23:50 UTC (permalink / raw)
  To: linux-arm-kernel

This series add basic device tree support MT8127 & MT8135.
This series is based on v3.17-rc3.

We are planning to upstream drivers for MT8127 & MT8135 SoCs.
MT8135 is a tablet soc featuring 2 CA7 + 2 CA15. MT8127 is a
tablet soc with 4 CA7. They share many similar IP components
with MT65xx series.

Please note this one is not base on intpol [1] patches I sent
last month. Base on the discussion on intpol, I think it might
take some more time. I'd like to have this merge first so we
can work on other stuff simultaneously.

Joe.C

[1] http://lists.infradead.org/pipermail/linux-arm-kernel/2014-August/279052.html

Joe.C (5):
  arm: MTK: Add basic support for mt8127
  arm: mediatek: add dts for 8127 Moose board
  arm: MTK: Add basic support for mt8135
  arm: mediatek: add dts for MT8135 evaluation board.
  dt-bindings: add more chips in documentation for Mediatek SoC

 Documentation/devicetree/bindings/arm/mediatek.txt |   9 +-
 arch/arm/boot/dts/mt8127-moose.dts                 |  24 +++++
 arch/arm/boot/dts/mt8127.dtsi                      |  93 +++++++++++++++++
 arch/arm/boot/dts/mt8135-evbp1.dts                 |  24 +++++
 arch/arm/boot/dts/mt8135.dtsi                      | 115 +++++++++++++++++++++
 arch/arm/mach-mediatek/mediatek.c                  |   2 +
 6 files changed, 264 insertions(+), 3 deletions(-)
 create mode 100644 arch/arm/boot/dts/mt8127-moose.dts
 create mode 100644 arch/arm/boot/dts/mt8127.dtsi
 create mode 100644 arch/arm/boot/dts/mt8135-evbp1.dts
 create mode 100644 arch/arm/boot/dts/mt8135.dtsi

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-09-08  9:26 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-04 23:50 arm: Add basic support for MediaTek MT8127 & MT8135 SoCs Joe.C
2014-09-04 23:50 ` [PATCH 1/5] arm: MTK: Add basic support for mt8127 Joe.C
2014-09-04 23:50 ` [PATCH 2/5] arm: mediatek: add dts for 8127 Moose board Joe.C
2014-09-08  7:23   ` Sascha Hauer
2014-09-04 23:50 ` [PATCH 3/5] arm: MTK: Add basic support for mt8135 Joe.C
2014-09-08  9:12   ` Sascha Hauer
2014-09-04 23:50 ` [PATCH 4/5] arm: mediatek: add dts for MT8135 evaluation board Joe.C
2014-09-04 23:51 ` [PATCH 5/5] dt-bindings: add more chips in documentation for Mediatek SoC Joe.C
2014-09-05 19:36 ` arm: Add basic support for MediaTek MT8127 & MT8135 SoCs Arnd Bergmann
2014-09-06  7:27   ` Matthias Brugger
2014-09-06 14:09     ` Arnd Bergmann
2014-09-08  7:28 ` Sascha Hauer
2014-09-08  9:26   ` Matthias Brugger

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).