All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jernej Skrabec <jernej@kernel.org>
To: arm@kernel.org, soc@kernel.org
Cc: wens@csie.org, samuel@sholland.org,
	linux-arm-kernel@lists.infradead.org,
	linux-sunxi@lists.linux.dev
Subject: [GIT PULL] Allwinner device tree changes for 6.4
Date: Sat, 8 Apr 2023 14:51:56 +0200	[thread overview]
Message-ID: <20230408125156.GA17050@jernej-laptop> (raw)

Hi!

Please pull following DT changes for 6.4.

Best regards,
Jernej

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-dt-for-6.4-1

for you to fetch changes up to a140b18f0cc79f5c302ecedbde8364d49effa67f:

  riscv: dts: allwinner: d1: Switch dma-names order for snps,dw-apb-uart nodes (2023-04-08 14:34:29 +0200)

----------------------------------------------------------------
- added D1 crypto node
- enabled DVFS on OrangePi PC2 board
- added GPIO line names on Nezha D1 board
- added suniv USB nodes and enabled on licheepi-nano
- new suniv boards: PopStick v1.1 and Lctech Pi
- added Allwinner T113-s DTSI
- added MangoPi MQ-R T113-s board variant
- swapped DMA names for A23, A31, A33, D1, H3, H5, V3s

----------------------------------------------------------------
Andre Przywara (6):
      arm64: dts: allwinner: h5: OrangePi PC2: add OPP table to enable DVFS
      ARM: dts: suniv: Add Lctech Pi F1C200s devicetree
      dts: add riscv include prefix link
      ARM: dts: sunxi: add Allwinner T113-s SoC .dtsi
      dt-bindings: arm: sunxi: document MangoPi MQ-R board names
      ARM: dts: sunxi: add MangoPi MQ-R-T113 board

Cristian Ciocaltea (5):
      ARM: dts: sun6i: a31: Switch dma-names order for snps,dw-apb-uart nodes
      ARM: dts: sun8i: a23/a33: Switch dma-names order for snps,dw-apb-uart nodes
      ARM: dts: sun8i: v3s: Switch dma-names order for snps,dw-apb-uart nodes
      ARM: dts: sunxi: h3/h5: Switch dma-names order for snps,dw-apb-uart nodes
      riscv: dts: allwinner: d1: Switch dma-names order for snps,dw-apb-uart nodes

Icenowy Zheng (5):
      ARM: dts: suniv: add USB-related device nodes
      ARM: dts: suniv: licheepi-nano: enable USB
      dt-bindings: vendor-prefixes: add Source Parts and Lctech names
      dt-binding: arm: sunxi: add two board compatible strings
      ARM: dts: suniv: add device tree for PopStick v1.1

Samuel Holland (1):
      riscv: dts: allwinner: d1: Add crypto engine node

Trevor Woerner (1):
      riscv: dts: nezha-d1: add gpio-line-names

 Documentation/devicetree/bindings/arm/sunxi.yaml   |  18 +++
 Documentation/devicetree/bindings/riscv/sunxi.yaml |   5 +
 .../devicetree/bindings/vendor-prefixes.yaml       |   4 +
 arch/arm/boot/dts/Makefile                         |   5 +-
 arch/arm/boot/dts/sun6i-a31.dtsi                   |  12 +-
 arch/arm/boot/dts/sun8i-a23-a33.dtsi               |  10 +-
 .../arm/boot/dts/sun8i-t113s-mangopi-mq-r-t113.dts |  35 ++++++
 arch/arm/boot/dts/sun8i-t113s.dtsi                 |  59 ++++++++++
 arch/arm/boot/dts/sun8i-v3s.dtsi                   |   6 +-
 arch/arm/boot/dts/suniv-f1c100s-licheepi-nano.dts  |  16 +++
 arch/arm/boot/dts/suniv-f1c100s.dtsi               |  32 ++++++
 arch/arm/boot/dts/suniv-f1c200s-lctech-pi.dts      |  76 +++++++++++++
 arch/arm/boot/dts/suniv-f1c200s-popstick-v1.1.dts  |  81 +++++++++++++
 arch/arm/boot/dts/sunxi-d1s-t113-mangopi-mq-r.dtsi | 126 +++++++++++++++++++++
 arch/arm/boot/dts/sunxi-h3-h5.dtsi                 |   8 +-
 .../boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts  |   1 +
 arch/riscv/boot/dts/allwinner/sun20i-d1-nezha.dts  |  72 ++++++++++++
 arch/riscv/boot/dts/allwinner/sunxi-d1s-t113.dtsi  |  24 +++-
 scripts/dtc/include-prefixes/riscv                 |   1 +
 19 files changed, 566 insertions(+), 25 deletions(-)
 create mode 100644 arch/arm/boot/dts/sun8i-t113s-mangopi-mq-r-t113.dts
 create mode 100644 arch/arm/boot/dts/sun8i-t113s.dtsi
 create mode 100644 arch/arm/boot/dts/suniv-f1c200s-lctech-pi.dts
 create mode 100644 arch/arm/boot/dts/suniv-f1c200s-popstick-v1.1.dts
 create mode 100644 arch/arm/boot/dts/sunxi-d1s-t113-mangopi-mq-r.dtsi
 create mode 120000 scripts/dtc/include-prefixes/riscv

WARNING: multiple messages have this Message-ID (diff)
From: Jernej Skrabec <jernej@kernel.org>
To: arm@kernel.org, soc@kernel.org
Cc: wens@csie.org, samuel@sholland.org,
	linux-arm-kernel@lists.infradead.org,
	linux-sunxi@lists.linux.dev
Subject: [GIT PULL] Allwinner device tree changes for 6.4
Date: Sat, 8 Apr 2023 14:51:56 +0200	[thread overview]
Message-ID: <20230408125156.GA17050@jernej-laptop> (raw)

Hi!

Please pull following DT changes for 6.4.

Best regards,
Jernej

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-dt-for-6.4-1

for you to fetch changes up to a140b18f0cc79f5c302ecedbde8364d49effa67f:

  riscv: dts: allwinner: d1: Switch dma-names order for snps,dw-apb-uart nodes (2023-04-08 14:34:29 +0200)

----------------------------------------------------------------
- added D1 crypto node
- enabled DVFS on OrangePi PC2 board
- added GPIO line names on Nezha D1 board
- added suniv USB nodes and enabled on licheepi-nano
- new suniv boards: PopStick v1.1 and Lctech Pi
- added Allwinner T113-s DTSI
- added MangoPi MQ-R T113-s board variant
- swapped DMA names for A23, A31, A33, D1, H3, H5, V3s

----------------------------------------------------------------
Andre Przywara (6):
      arm64: dts: allwinner: h5: OrangePi PC2: add OPP table to enable DVFS
      ARM: dts: suniv: Add Lctech Pi F1C200s devicetree
      dts: add riscv include prefix link
      ARM: dts: sunxi: add Allwinner T113-s SoC .dtsi
      dt-bindings: arm: sunxi: document MangoPi MQ-R board names
      ARM: dts: sunxi: add MangoPi MQ-R-T113 board

Cristian Ciocaltea (5):
      ARM: dts: sun6i: a31: Switch dma-names order for snps,dw-apb-uart nodes
      ARM: dts: sun8i: a23/a33: Switch dma-names order for snps,dw-apb-uart nodes
      ARM: dts: sun8i: v3s: Switch dma-names order for snps,dw-apb-uart nodes
      ARM: dts: sunxi: h3/h5: Switch dma-names order for snps,dw-apb-uart nodes
      riscv: dts: allwinner: d1: Switch dma-names order for snps,dw-apb-uart nodes

Icenowy Zheng (5):
      ARM: dts: suniv: add USB-related device nodes
      ARM: dts: suniv: licheepi-nano: enable USB
      dt-bindings: vendor-prefixes: add Source Parts and Lctech names
      dt-binding: arm: sunxi: add two board compatible strings
      ARM: dts: suniv: add device tree for PopStick v1.1

Samuel Holland (1):
      riscv: dts: allwinner: d1: Add crypto engine node

Trevor Woerner (1):
      riscv: dts: nezha-d1: add gpio-line-names

 Documentation/devicetree/bindings/arm/sunxi.yaml   |  18 +++
 Documentation/devicetree/bindings/riscv/sunxi.yaml |   5 +
 .../devicetree/bindings/vendor-prefixes.yaml       |   4 +
 arch/arm/boot/dts/Makefile                         |   5 +-
 arch/arm/boot/dts/sun6i-a31.dtsi                   |  12 +-
 arch/arm/boot/dts/sun8i-a23-a33.dtsi               |  10 +-
 .../arm/boot/dts/sun8i-t113s-mangopi-mq-r-t113.dts |  35 ++++++
 arch/arm/boot/dts/sun8i-t113s.dtsi                 |  59 ++++++++++
 arch/arm/boot/dts/sun8i-v3s.dtsi                   |   6 +-
 arch/arm/boot/dts/suniv-f1c100s-licheepi-nano.dts  |  16 +++
 arch/arm/boot/dts/suniv-f1c100s.dtsi               |  32 ++++++
 arch/arm/boot/dts/suniv-f1c200s-lctech-pi.dts      |  76 +++++++++++++
 arch/arm/boot/dts/suniv-f1c200s-popstick-v1.1.dts  |  81 +++++++++++++
 arch/arm/boot/dts/sunxi-d1s-t113-mangopi-mq-r.dtsi | 126 +++++++++++++++++++++
 arch/arm/boot/dts/sunxi-h3-h5.dtsi                 |   8 +-
 .../boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts  |   1 +
 arch/riscv/boot/dts/allwinner/sun20i-d1-nezha.dts  |  72 ++++++++++++
 arch/riscv/boot/dts/allwinner/sunxi-d1s-t113.dtsi  |  24 +++-
 scripts/dtc/include-prefixes/riscv                 |   1 +
 19 files changed, 566 insertions(+), 25 deletions(-)
 create mode 100644 arch/arm/boot/dts/sun8i-t113s-mangopi-mq-r-t113.dts
 create mode 100644 arch/arm/boot/dts/sun8i-t113s.dtsi
 create mode 100644 arch/arm/boot/dts/suniv-f1c200s-lctech-pi.dts
 create mode 100644 arch/arm/boot/dts/suniv-f1c200s-popstick-v1.1.dts
 create mode 100644 arch/arm/boot/dts/sunxi-d1s-t113-mangopi-mq-r.dtsi
 create mode 120000 scripts/dtc/include-prefixes/riscv

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2023-04-08 12:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-08 12:51 Jernej Skrabec [this message]
2023-04-08 12:51 ` [GIT PULL] Allwinner device tree changes for 6.4 Jernej Skrabec
2023-04-14 16:21 ` patchwork-bot+linux-soc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230408125156.GA17050@jernej-laptop \
    --to=jernej@kernel.org \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-sunxi@lists.linux.dev \
    --cc=samuel@sholland.org \
    --cc=soc@kernel.org \
    --cc=wens@csie.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.