All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maxime Ripard <mripard@kernel.org>
To: arm@kernel.org, soc@kernel.org
Cc: Chen-Yu Tsai <wens@csie.org>,
	linux-arm-kernel@lists.infradead.org,
	Maxime Ripard <mripard@kernel.org>
Subject: [GIT PULL] Allwinner Fixes for 5.10
Date: Thu, 29 Oct 2020 20:06:01 +0100	[thread overview]
Message-ID: <d1a1a6a6-fca4-4f1b-93b3-f2f6963b4e04.lettre@localhost> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 4229 bytes --]

Hi Arnd, Olof,

Please pull the following changes for the current release.

Thanks!
Maxime

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

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-1

for you to fetch changes up to 107954afc5df667da438644aa4982606663f9b17:

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

----------------------------------------------------------------
Mostly some fixes for a fallout in a PHY driver that pointed out errors
in our DTs. Along with that, Jernej agreed to be a reviewer!
-----BEGIN PGP SIGNATURE-----

iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCX5sSewAKCRDj7w1vZxhR
xV+IAP4g+HPbxIJBN5RjLJG+ONRV4DqHa5124e/VidlsnMTt6QEApuJVqK5suuJJ
71vmTxbLGS9TwerbFMLyw41hNf9egQQ=
=Rx6E
-----END PGP SIGNATURE-----

----------------------------------------------------------------
Chen-Yu Tsai (10):
      Revert "arm: sun8i: orangepi-pc-plus: Set EMAC activity LEDs to active high"
      ARM: dts: sun6i: a31-hummingbird: Enable RGMII RX/TX delay on Ethernet PHY
      ARM: dts: sun7i: cubietruck: Enable RGMII RX/TX delay on Ethernet PHY
      ARM: dts: sun7i: bananapi-m1-plus: Enable RGMII RX/TX delay on Ethernet PHY
      ARM: dts: sun8i: h3: orangepi-plus2e: Enable RGMII RX/TX delay on Ethernet PHY
      ARM: dts: sun8i: a83t: Enable both RGMII RX/TX delay on Ethernet PHY
      ARM: dts: sun9i: Enable both RGMII RX/TX delay on Ethernet PHY
      ARM: dts: sunxi: bananapi-m2-plus: Enable RGMII RX/TX delay on Ethernet PHY
      arm64: dts: allwinner: h5: libretech-all-h5-cc: Enable RGMII RX/TX delay on PHY
      arm64: dts: allwinner: a64: bananapi-m64: Enable RGMII RX/TX delay on PHY

Clément Péron (2):
      arm64: dts: allwinner: pinetab: Drop unnecessary address/size-cells information
      arm64: dts: allwinner: beelink-gs1: Enable both RGMII RX/TX delay

Corentin Labbe (1):
      arm64: dts: allwinner: Pine H64: Enable both RGMII RX/TX delay

Jernej Skrabec (4):
      arm64: dts: allwinner: a64: OrangePi Win: Fix ethernet node
      arm64: dts: allwinner: a64: Pine64 Plus: Fix ethernet node
      arm64: dts: allwinner: h5: OrangePi PC2: Fix ethernet node
      ARM: dts: sun8i: r40: bananapi-m2-ultra: Fix ethernet node

Maxime Ripard (1):
      MAINTAINERS: Add Jernej Škrabec as a reviewer for Allwinner SoCs support

Nenad Peric (1):
      arm64: dts: allwinner: h5: OrangePi Prime: Fix ethernet node


 MAINTAINERS                                                     | 1 +
 arch/arm/boot/dts/sun6i-a31-hummingbird.dts                     | 2 +-
 arch/arm/boot/dts/sun7i-a20-bananapi-m1-plus.dts                | 2 +-
 arch/arm/boot/dts/sun7i-a20-cubietruck.dts                      | 2 +-
 arch/arm/boot/dts/sun8i-a83t-bananapi-m3.dts                    | 2 +-
 arch/arm/boot/dts/sun8i-a83t-cubietruck-plus.dts                | 2 +-
 arch/arm/boot/dts/sun8i-h3-orangepi-pc-plus.dts                 | 5 -----
 arch/arm/boot/dts/sun8i-h3-orangepi-plus2e.dts                  | 2 +-
 arch/arm/boot/dts/sun8i-r40-bananapi-m2-ultra.dts               | 2 +-
 arch/arm/boot/dts/sun9i-a80-cubieboard4.dts                     | 2 +-
 arch/arm/boot/dts/sun9i-a80-optimus.dts                         | 2 +-
 arch/arm/boot/dts/sunxi-bananapi-m2-plus.dtsi                   | 2 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64-bananapi-m64.dts       | 2 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64-orangepi-win.dts       | 2 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64-pine64-plus.dts        | 2 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64-pinetab.dts            | 3 ---
 arch/arm64/boot/dts/allwinner/sun50i-h5-libretech-all-h5-cc.dts | 2 +-
 arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts        | 2 +-
 arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-prime.dts      | 2 +-
 arch/arm64/boot/dts/allwinner/sun50i-h6-beelink-gs1.dts         | 2 +-
 arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts            | 2 +-
 21 files changed, 19 insertions(+), 26 deletions(-)



[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

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

             reply	other threads:[~2020-10-29 19:07 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-29 19:06 Maxime Ripard [this message]
2020-10-29 21:23 ` [GIT PULL] Allwinner Fixes for 5.10 Arnd Bergmann
2020-10-29 21:40   ` Arnd Bergmann
2020-10-29 22:03     ` Ard Biesheuvel
2020-10-29 22:55       ` Arnd Bergmann
2020-10-29 22:59         ` Ard Biesheuvel
2020-10-30  9:06           ` Arnd Bergmann
2020-10-30  9:14             ` Ard Biesheuvel
2020-10-30  9:45               ` Arnd Bergmann
2020-10-30 10:03                 ` Ard Biesheuvel
2020-10-30 10:15                   ` Arnd Bergmann
2020-10-30 10:29                     ` Ard Biesheuvel
2020-11-13 13:44                       ` Arnd Bergmann
2020-11-13 13:29 ` Arnd Bergmann
2020-11-28 10:57 Maxime Ripard
2020-11-28 10:57 ` Maxime Ripard
2020-12-08 16:11 ` Arnd Bergmann
2020-12-08 16:11   ` Arnd Bergmann

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=d1a1a6a6-fca4-4f1b-93b3-f2f6963b4e04.lettre@localhost \
    --to=mripard@kernel.org \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.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.