mbox series

[GIT,PULL] Allwinner Fixes for 5.10

Message ID 1280f1de-1b6d-4cc2-8448-e5a9096a41e8.lettre@localhost
State New
Headers show
Series [GIT,PULL] Allwinner Fixes for 5.10 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git refs/tags/sunxi-fixes-for-5.10-2

Message

Maxime Ripard Nov. 28, 2020, 10:57 a.m. UTC
Hi Arnd, Olof,

Please pull the following changes for the current release.

Thanks!
Maxime

The following changes since commit 107954afc5df667da438644aa4982606663f9b17:

  arm64: dts: allwinner: h5: OrangePi Prime: Fix ethernet node (2020-10-29 10:29:49 +0100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git refs/tags/sunxi-fixes-for-5.10-2

for you to fetch changes up to a7361b9c4615951f52ffd2b1afa09a1384c7b4e4:

  ARM: dts: sun7i: pcduino3-nano: enable RGMII RX/TX delay on PHY (2020-11-24 15:24:28 +0100)

----------------------------------------------------------------
A few more RGMII-ID fixes, and a bunch of other more random fixes
-----BEGIN PGP SIGNATURE-----

iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCX8Is4AAKCRDj7w1vZxhR
xbAjAP4ohHei2PZ3mHF6wU9kBv4lM2aV60mqvKDFirMdfQBNoAD/Y5fMBAVp6yJn
lRECtoJdPWI4x97ZNZMR4xX1XVSXoQk=
=aO5k
-----END PGP SIGNATURE-----

----------------------------------------------------------------
Adam Sampson (1):
      ARM: dts: sun7i: pcduino3-nano: enable RGMII RX/TX delay on PHY

Icenowy Zheng (1):
      ARM: dts: sun8i: v3s: fix GIC node memory range

Jernej Skrabec (1):
      arm64: dts: allwinner: h6: orangepi-one-plus: Fix ethernet

Matteo Scordino (1):
      ARM: dts: s3: pinecube: align compatible property to other S3 boards

Pablo Greco (3):
      ARM: dts: sun7i: bananapi: Enable RGMII RX/TX delay on Ethernet PHY
      ARM: dts: sun8i: r40: bananapi-m2-berry: Fix dcdc1 regulator
      ARM: dts: sun8i: v40: bananapi-m2-berry: Fix ethernet node

Paul Kocialkowski (1):
      ARM: sunxi: Add machine match for the Allwinner V3 SoC


 arch/arm/boot/dts/sun7i-a20-bananapi.dts                      |  2 +-
 arch/arm/boot/dts/sun7i-a20-pcduino3-nano.dts                 |  4 ++--
 arch/arm/boot/dts/sun8i-s3-pinecube.dts                       |  2 +-
 arch/arm/boot/dts/sun8i-v3s.dtsi                              |  2 +-
 arch/arm/boot/dts/sun8i-v40-bananapi-m2-berry.dts             | 12 ++++++------
 arch/arm/mach-sunxi/sunxi.c                                   |  1 +-
 arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-one-plus.dts |  2 +-
 7 files changed, 13 insertions(+), 12 deletions(-)

Comments

Arnd Bergmann Dec. 8, 2020, 4:11 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Sat, 28 Nov 2020 11:57:09 +0100, Maxime Ripard wrote:
> Please pull the following changes for the current release.
> 
> Thanks!
> Maxime
> 
> The following changes since commit 107954afc5df667da438644aa4982606663f9b17:
> 
>   arm64: dts: allwinner: h5: OrangePi Prime: Fix ethernet node (2020-10-29 10:29:49 +0100)
> 
> [...]

Merged into arm/fixes, thanks!

merge commit: b11ddaac893ada234895bcfc3be3358957e80717

       Arnd