All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Add basic SoC support for mt6765
@ 2018-07-04  1:52 ` Mars Cheng
  0 siblings, 0 replies; 31+ messages in thread
From: Mars Cheng @ 2018-07-04  1:52 UTC (permalink / raw)
  To: Matthias Brugger, Rob Herring, Marc Zyngier, Greg Kroah-Hartman
  Cc: CC Hwang, Loda Chou, linux-kernel, linux-mediatek, devicetree,
	wsd_upstream, linux-serial, linux-arm-kernel

This patch adds basic SoC support for Mediatek's new 8-core SoC,
MT6765, which is mainly for smartphone application.

Changes in V3:
1. split dt-binding document patchs
2. fix mt6765.dtsi warnings with W=12
3. remove uncessary PPI affinity for timer
4. add gicc base for gic dt node

Changes in V2:
1. fix clk properties in uart dts node
2. fix typo in submit title
3. add simple-bus in mt6765.dtsi
4. use correct SPDX license format


Mars Cheng (4):
  dt-bindings: mediatek: add support for mt6765 reference board
  dt-bindings: mtk-uart: add mt6765 uart bindings
  dt-bindings: interrupt-controller: add binding for mt6765
  arm64: dts: mediatek: add mt6765 support

 Documentation/devicetree/bindings/arm/mediatek.txt |    4 +
 .../interrupt-controller/mediatek,sysirq.txt       |    1 +
 .../devicetree/bindings/serial/mtk-uart.txt        |    1 +
 arch/arm64/boot/dts/mediatek/Makefile              |    1 +
 arch/arm64/boot/dts/mediatek/mt6765-evb.dts        |   33 +++++
 arch/arm64/boot/dts/mediatek/mt6765.dtsi           |  155 ++++++++++++++++++++
 6 files changed, 195 insertions(+)
 create mode 100644 arch/arm64/boot/dts/mediatek/mt6765-evb.dts
 create mode 100644 arch/arm64/boot/dts/mediatek/mt6765.dtsi


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

end of thread, other threads:[~2018-07-05 23:23 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-04  1:52 [PATCH 0/4] Add basic SoC support for mt6765 Mars Cheng
2018-07-04  1:52 ` Mars Cheng
2018-07-04  1:52 ` Mars Cheng
2018-07-04  1:52 ` [PATCH v3 1/4] dt-bindings: mediatek: add support for mt6765 reference board Mars Cheng
2018-07-04  1:52   ` Mars Cheng
2018-07-04  1:52   ` Mars Cheng
2018-07-05 23:22   ` Rob Herring
2018-07-05 23:22     ` Rob Herring
2018-07-04  1:52 ` [PATCH v3 2/4] dt-bindings: mtk-uart: add mt6765 uart bindings Mars Cheng
2018-07-04  1:52   ` Mars Cheng
2018-07-04  1:52   ` Mars Cheng
2018-07-05 23:22   ` Rob Herring
2018-07-05 23:22     ` Rob Herring
2018-07-04  1:52 ` [PATCH v3 3/4] dt-bindings: interrupt-controller: add binding for mt6765 Mars Cheng
2018-07-04  1:52   ` Mars Cheng
2018-07-04  1:52   ` Mars Cheng
2018-07-05 23:23   ` Rob Herring
2018-07-05 23:23     ` Rob Herring
2018-07-04  1:52 ` [PATCH v3 4/4] arm64: dts: mediatek: add mt6765 support Mars Cheng
2018-07-04  1:52   ` Mars Cheng
2018-07-04  1:52   ` Mars Cheng
2018-07-04  7:35   ` Marc Zyngier
2018-07-04  7:35     ` Marc Zyngier
2018-07-04  7:47     ` Mars Cheng
2018-07-04  7:47       ` Mars Cheng
2018-07-04  7:47       ` Mars Cheng
2018-07-04  7:59       ` Marc Zyngier
2018-07-04  7:59         ` Marc Zyngier
2018-07-04 11:38         ` Mars Cheng
2018-07-04 11:38           ` Mars Cheng
2018-07-04 11:38           ` Mars Cheng

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.