mbox series

[GIT,PULL] Allwinner DT changes for 5.18

Message ID YhgMJ0AqaHopzaW3@kista.localdomain (mailing list archive)
State Queued
Headers show
Series [GIT,PULL] Allwinner DT changes for 5.18 | expand

Pull-request

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

Message

Jernej Skrabec Feb. 24, 2022, 10:52 p.m. UTC
Hi!

Please pull following changes for next release.

Best regards,
Jernej

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

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

for you to fetch changes up to ebdfc289a348fbc7fbc87c37b0cc156f78cc5f57:

  MAINTAINERS: Update Allwinner SoCs maintainers (2022-02-24 19:27:23 +0100)

----------------------------------------------------------------
Usual round of DT patches for the 5.18 merge window, with:
- DT fixes
- ethernet0 alias for Nanopi NEO
- r_uart node for H3/H5
- eMMC and bluetooth nodes for Nanopi NEO air
- updated maintainers for Allwinner SoCs
- new board: A20-Marsboard

----------------------------------------------------------------
Baltazár Radics (1):
      ARM: dts: sun8i: Add ethernet0 alias in Nanopi NEO's device tree

Conley Lee (2):
      ARM: dts: sun7i: Add A20-Marsboard
      dt-bindings: arm: sunxi: add haoyu,a20-marsboard

Jernej Skrabec (1):
      MAINTAINERS: Update Allwinner SoCs maintainers

Mans Rullgard (1):
      ARM: dts: sunxi: h3/h5: add r_uart node

Mikhail Rudenko (1):
      ARM: dts: nanopi-neo-air: Add eMMC and bluetooth

Paul Kocialkowski (1):
      ARM: dts: sun8i: v3s: Move the csi1 block to follow address order

Rob Herring (1):
      ARM: dts: sun8i-h3: Drop args in 'thermal-sensors'

 Documentation/devicetree/bindings/arm/sunxi.yaml |   5 +
 MAINTAINERS                                      |   4 +-
 arch/arm/boot/dts/Makefile                       |   1 +
 arch/arm/boot/dts/sun7i-a20-haoyu-marsboard.dts  | 182 +++++++++++++++++++++++
 arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts    |  28 ++++
 arch/arm/boot/dts/sun8i-h3-nanopi-neo.dts        |   4 +
 arch/arm/boot/dts/sun8i-h3.dtsi                  |   2 +-
 arch/arm/boot/dts/sun8i-v3s.dtsi                 |  22 +--
 arch/arm/boot/dts/sunxi-h3-h5.dtsi               |  18 +++
 9 files changed, 252 insertions(+), 14 deletions(-)
 create mode 100644 arch/arm/boot/dts/sun7i-a20-haoyu-marsboard.dts

Comments

Maxime Ripard Feb. 25, 2022, 8:21 a.m. UTC | #1
Hi Arnd, Olof,

On Thu, Feb 24, 2022 at 11:52:23PM +0100, Jernej Skrabec wrote:
> Hi!
> 
> Please pull following changes for next release.

I'm stepping back, so you should expect the PR from Jernej and Samuel
from now on.

Maxime
Arnd Bergmann Feb. 28, 2022, 3:16 p.m. UTC | #2
From: Arnd Bergmann <arnd@arndb.de>

On Thu, 24 Feb 2022 23:52:23 +0100, Jernej Skrabec wrote:
> Please pull following changes for next release.
> 
> Best regards,
> Jernej
> 
> The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
> 
>   Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)
> 
> [...]

Merged into arm/dt, thanks!

merge commit: ceaf23fe3f23b3e5a31efa4716b315ad11544e5b

       Arnd