mbox series

[GIT,PULL] Please pull u-boot-amlogic-next-20231220

Message ID 8c32e92f-810f-434b-ba77-3074490458bd@linaro.org
State New
Headers show
Series [GIT,PULL] Please pull u-boot-amlogic-next-20231220 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-next-20231220

Message

Neil Armstrong Dec. 20, 2023, 10:43 a.m. UTC
Hi Tom,

Please pull into next branch support for the new GXL MDIO mux along
with a Linux v6.4 DT sync, this will permit using upstream Linux DT
as-is on GXL & GXM based boards.

Thanks,
Neil

The following changes since commit a6f86132e30a407c7f96461df53c62fbe52e2b54:

   Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-riscv into next (2023-12-18 09:56:58 -0500)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-next-20231220

for you to fetch changes up to 4d4fbf04158a5b2d4fff5a35ea0a2d6c18d250cb:

   ARM: dts: sync Amlogic GX DT to Linux v6.4 (2023-12-19 11:24:38 +0100)

----------------------------------------------------------------
- Add support for new GXL MDIO mux, with driver and Linux DT sync from v6.4

----------------------------------------------------------------
Neil Armstrong (2):
       net: Add Amlogic GXL MDIO Mux driver
       ARM: dts: sync Amlogic GX DT to Linux v6.4

  arch/arm/dts/meson-gx-libretech-pc.dtsi            |   4 +-
  arch/arm/dts/meson-gx.dtsi                         |  21 ++--
  arch/arm/dts/meson-gxbb-nanopi-k2.dts              |  13 +-
  arch/arm/dts/meson-gxbb-odroidc2.dts               |  26 ++--
  arch/arm/dts/meson-gxbb.dtsi                       |  18 ++-
  arch/arm/dts/meson-gxl-s805x-libretech-ac.dts      |   2 +-
  .../arm/dts/meson-gxl-s905w-jethome-jethub-j80.dts |  12 +-
  arch/arm/dts/meson-gxl-s905x-khadas-vim.dts        |  16 +--
  arch/arm/dts/meson-gxl-s905x-libretech-cc-v2.dts   |   3 +-
  arch/arm/dts/meson-gxl-s905x-p212.dts              |  68 ++++++++++
  arch/arm/dts/meson-gxl-s905x-p212.dtsi             |  21 ++--
  arch/arm/dts/meson-gxl.dtsi                        |  43 ++++---
  arch/arm/dts/meson-gxm-khadas-vim2.dts             |  15 +--
  arch/arm/dts/meson-gxm-wetek-core2.dts             |   2 -
  configs/beelink-gt1-ultimate_defconfig             |   2 +-
  configs/jethub_j80_defconfig                       |   2 +-
  configs/khadas-vim2_defconfig                      |   2 +-
  configs/khadas-vim_defconfig                       |   2 +-
  configs/libretech-ac_defconfig                     |   2 +-
  configs/libretech-cc_defconfig                     |   2 +-
  configs/libretech-cc_v2_defconfig                  |   2 +-
  configs/libretech-s905d-pc_defconfig               |   2 +-
  configs/libretech-s912-pc_defconfig                |   2 +-
  configs/p212_defconfig                             |   2 +-
  configs/wetek-core2_defconfig                      |   2 +-
  drivers/net/Kconfig                                |   7 ++
  drivers/net/Makefile                               |   1 +
  drivers/net/mdio_mux_meson_gxl.c                   | 138 +++++++++++++++++++++
  28 files changed, 342 insertions(+), 90 deletions(-)
  create mode 100644 drivers/net/mdio_mux_meson_gxl.c

Comments

Tom Rini Dec. 20, 2023, 2:42 p.m. UTC | #1
On Wed, Dec 20, 2023 at 11:43:51AM +0100, Neil Armstrong wrote:

> Hi Tom,
> 
> Please pull into next branch support for the new GXL MDIO mux along
> with a Linux v6.4 DT sync, this will permit using upstream Linux DT
> as-is on GXL & GXM based boards.
> 
> Thanks,
> Neil
> 
> The following changes since commit a6f86132e30a407c7f96461df53c62fbe52e2b54:
> 
>   Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-riscv into next (2023-12-18 09:56:58 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-next-20231220
> 
> for you to fetch changes up to 4d4fbf04158a5b2d4fff5a35ea0a2d6c18d250cb:
> 
>   ARM: dts: sync Amlogic GX DT to Linux v6.4 (2023-12-19 11:24:38 +0100)
> 

Applied to u-boot/next, thanks!