All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Add ZTE ZX296718 support
@ 2016-09-01 12:51 Jun Nie
  2016-09-01 12:51 ` [PATCH v3 1/3] arm64: add ZTE ZX SoC family Jun Nie
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jun Nie @ 2016-09-01 12:51 UTC (permalink / raw)
  To: linux-arm-kernel

Changes in version3:
  - Remove unecessary flag of gic in dts.

Changes in version2:
  - Use more precise cpu and pmu compatible name in dts.
  - fix minor coding style issue.


Jun Nie (3):
  arm64: add ZTE ZX SoC family
  arm64: dts: Add ZTE ZX296718 SoC dts and Makefile
  arm64: defconfig: enable ZTE ZX related config

 Documentation/devicetree/bindings/arm/zte.txt |  24 +++
 arch/arm64/Kconfig.platforms                  |   5 +
 arch/arm64/boot/dts/Makefile                  |   1 +
 arch/arm64/boot/dts/zte/Makefile              |   5 +
 arch/arm64/boot/dts/zte/zx296718.dts          |  21 +++
 arch/arm64/boot/dts/zte/zx296718.dtsi         | 253 ++++++++++++++++++++++++++
 arch/arm64/configs/defconfig                  |   1 +
 7 files changed, 310 insertions(+)
 create mode 100644 arch/arm64/boot/dts/zte/Makefile
 create mode 100644 arch/arm64/boot/dts/zte/zx296718.dts
 create mode 100644 arch/arm64/boot/dts/zte/zx296718.dtsi

-- 
1.9.1

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

end of thread, other threads:[~2016-09-05  1:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-01 12:51 [PATCH v3 0/3] Add ZTE ZX296718 support Jun Nie
2016-09-01 12:51 ` [PATCH v3 1/3] arm64: add ZTE ZX SoC family Jun Nie
2016-09-01 12:51 ` [PATCH v3 2/3] arm64: dts: Add ZTE ZX296718 SoC dts and Makefile Jun Nie
2016-09-05  1:25   ` Shawn Guo
2016-09-01 12:51 ` [PATCH v3 3/3] arm64: defconfig: enable ZTE ZX related config Jun Nie

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.