public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [Patch 0/2] Add mt6580 basic chip support
@ 2015-06-03  8:18 Mars Cheng
  2015-06-03  8:18 ` [PATCH 1/2] Document: DT: Add bindings for mediatek MT6580 SoC Platform Mars Cheng
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Mars Cheng @ 2015-06-03  8:18 UTC (permalink / raw)
  To: Matthias Brugger
  Cc: linux-arm-kernel, linux-kernel, linux-mediatek, Yingjoe Chen,
	Mars Cheng, CC Hwang, Jades Shih, Loda Chou, Miles Chen,
	MY Chuang, Scott Shu

This series add support to mediatek's new SoC, mt6580, a 4-core CA7.
Only basic I/O, including interrupt, timer & uart.

Mars Cheng (2):
  Document: DT: Add bindings for mediatek MT6580 SoC Platform
  ARM: dts: mediatek: add mt6580 basic support

 Documentation/devicetree/bindings/arm/mediatek.txt |   4 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/mt6580-evbp1.dts                 |  34 ++++++
 arch/arm/boot/dts/mt6580.dtsi                      | 130 +++++++++++++++++++++
 4 files changed, 169 insertions(+)
 create mode 100644 arch/arm/boot/dts/mt6580-evbp1.dts
 create mode 100644 arch/arm/boot/dts/mt6580.dtsi

--
1.8.1.1.dirty


^ permalink raw reply	[flat|nested] 15+ messages in thread
* [PATCH v3 0/2] Add mt6580 basic chip support
@ 2015-07-07  7:56 mars.cheng
  2015-07-07  7:56 ` [PATCH 2/2] ARM: dts: mediatek: add mt6580 basic support mars.cheng
  0 siblings, 1 reply; 15+ messages in thread
From: mars.cheng @ 2015-07-07  7:56 UTC (permalink / raw)
  To: matthias.bgg
  Cc: cc.hwang, loda.chou, miles.chen, scott.shu, jades.shih,
	yingjoe.chen, my.chuang, linux-kernel, linux-mediatek, devicetree

This patch adds basic support for Mediatek's new 4-core chip, mt6580.
Based on v4.2-rc1.

This patch add basic support for Mediatek's new 4-core chip, mt6580.
Changes in v3:
1. Remove useless Change-Id
2. Add complete device tree binding in Documentation

Changes in v2:
1. Use stdout-path in device tree to indicate console
2. Remove board-specific bootargs

Mars Cheng (2):
  Document: DT: Add bindings for mediatek MT6580 SoC Platform
  ARM: dts: mediatek: add mt6580 basic support

 Documentation/devicetree/bindings/arm/mediatek.txt |   4 +
 .../bindings/arm/mediatek/mediatek,sysirq.txt      |   1 +
 .../devicetree/bindings/serial/mtk-uart.txt        |   3 +-
 .../bindings/timer/mediatek,mtk-timer.txt          |   6 +-
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/mt6580-evbp1.dts                 |  35 ++++++
 arch/arm/boot/dts/mt6580.dtsi                      | 123 +++++++++++++++++++++
 7 files changed, 171 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/boot/dts/mt6580-evbp1.dts
 create mode 100644 arch/arm/boot/dts/mt6580.dtsi

--
1.8.1.1.dirty

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

end of thread, other threads:[~2015-07-10 15:01 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-03  8:18 [Patch 0/2] Add mt6580 basic chip support Mars Cheng
2015-06-03  8:18 ` [PATCH 1/2] Document: DT: Add bindings for mediatek MT6580 SoC Platform Mars Cheng
2015-06-03  8:18 ` [PATCH 2/2] ARM: dts: mediatek: add mt6580 basic support Mars Cheng
2015-06-23 19:29   ` Matthias Brugger
2015-06-24 11:54     ` Mars Cheng
2015-06-23 19:45   ` Matthias Brugger
2015-06-24 11:59     ` Mars Cheng
2015-06-24 20:25       ` Matthias Brugger
2015-06-25  0:15         ` Mars Cheng
2015-07-02  3:29           ` Mars Cheng
2015-07-03 13:30             ` Matthias Brugger
2015-06-15  3:08 ` [Patch 0/2] Add mt6580 basic chip support Mars Cheng
  -- strict thread matches above, loose matches on Subject: below --
2015-07-07  7:56 [PATCH v3 " mars.cheng
2015-07-07  7:56 ` [PATCH 2/2] ARM: dts: mediatek: add mt6580 basic support mars.cheng
2015-07-07  8:10   ` Mars Cheng
2015-07-10 15:01   ` Matthias Brugger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox