linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/5] Add support for Ingenic X1830 SoC and Y&A CU1830-Neo board.
@ 2020-07-14  5:32 周琰杰 (Zhou Yanjie)
  2020-07-14  5:32 ` [PATCH v4 1/5] MIPS: Ingenic: Add Ingenic X1830 support 周琰杰 (Zhou Yanjie)
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: 周琰杰 (Zhou Yanjie) @ 2020-07-14  5:32 UTC (permalink / raw)
  To: tsbogend, robh+dt
  Cc: linux-mips, devicetree, linux-kernel, paulburton, paul, ak,
	ebiederm, dongsheng.qiu, aric.pzqi, rick.tyliu, yanfei.li,
	sernia.zhou, zhenwenjin

v3->v4:
1.Modify the commit message and add the change description
  for CU1000-Neo in patch [2/5].
2.The wrongly written "ingenic,x1000" in compatible is
  changed to "ingenic,x1000e" in "cu1000-neo.dts".
3.Adjust the order of nodes according to the corresponding
  address value for X1000.
4.Drop unnecessary node in "wlan_pwrseq" in "cu1000-neo.dts".
5.Add the leds node to "cu1000-neo.dts".

周琰杰 (Zhou Yanjie) (5):
  MIPS: Ingenic: Add Ingenic X1830 support.
  dt-bindings: MIPS: Add X1830 based CU1830-Neo and fix bug in
    CU1000-Neo.
  MIPS: Ingenic: Add YSH & ATIL CU Neo board support.
  MIPS: Ingenic: Fix bugs and add missing LED node for X1000.
  MIPS: CU1000-Neo: Refresh defconfig to support LED.

 .../devicetree/bindings/mips/ingenic/devices.yaml  |  12 +-
 arch/mips/boot/dts/ingenic/Makefile                |   1 +
 arch/mips/boot/dts/ingenic/cu1000-neo.dts          | 114 ++++----
 arch/mips/boot/dts/ingenic/cu1830-neo.dts          | 168 ++++++++++++
 arch/mips/boot/dts/ingenic/x1000.dtsi              | 126 +++++----
 arch/mips/boot/dts/ingenic/x1830.dtsi              | 300 +++++++++++++++++++++
 arch/mips/configs/cu1000-neo_defconfig             |   4 +
 arch/mips/configs/cu1830-neo_defconfig             | 123 +++++++++
 arch/mips/jz4740/Kconfig                           |  10 +
 9 files changed, 733 insertions(+), 125 deletions(-)
 create mode 100644 arch/mips/boot/dts/ingenic/cu1830-neo.dts
 create mode 100644 arch/mips/boot/dts/ingenic/x1830.dtsi
 create mode 100644 arch/mips/configs/cu1830-neo_defconfig

-- 
2.11.0


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

end of thread, other threads:[~2020-07-16 10:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-14  5:32 [PATCH v4 0/5] Add support for Ingenic X1830 SoC and Y&A CU1830-Neo board 周琰杰 (Zhou Yanjie)
2020-07-14  5:32 ` [PATCH v4 1/5] MIPS: Ingenic: Add Ingenic X1830 support 周琰杰 (Zhou Yanjie)
2020-07-14  5:32 ` [PATCH v4 2/5] dt-bindings: MIPS: Add X1830 based CU1830-Neo and fix bug in CU1000-Neo 周琰杰 (Zhou Yanjie)
2020-07-14 20:49   ` Rob Herring
2020-07-14  5:32 ` [PATCH v4 3/5] MIPS: Ingenic: Add YSH & ATIL CU Neo board support 周琰杰 (Zhou Yanjie)
2020-07-14  5:32 ` [PATCH v4 4/5] MIPS: Ingenic: Fix bugs and add missing LED node for X1000 周琰杰 (Zhou Yanjie)
2020-07-14  5:32 ` [PATCH v4 5/5] MIPS: CU1000-Neo: Refresh defconfig to support LED 周琰杰 (Zhou Yanjie)
2020-07-16  9:51 ` [PATCH v4 0/5] Add support for Ingenic X1830 SoC and Y&A CU1830-Neo board Thomas Bogendoerfer

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