u-boot-amlogic.groups.io archive mirror
 help / color / mirror / Atom feed
From: Neil Armstrong <neil.armstrong@linaro.org>
To: trini@konsulko.com
Cc: u-boot-amlogic@groups.io, u-boot@lists.denx.de
Subject: [GIT PULL] Please pull u-boot-amlogic-next-20231220
Date: Wed, 20 Dec 2023 11:43:51 +0100	[thread overview]
Message-ID: <8c32e92f-810f-434b-ba77-3074490458bd@linaro.org> (raw)

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


             reply	other threads:[~2023-12-20 10:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-20 10:43 Neil Armstrong [this message]
2023-12-20 14:42 ` [GIT PULL] Please pull u-boot-amlogic-next-20231220 Tom Rini

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=8c32e92f-810f-434b-ba77-3074490458bd@linaro.org \
    --to=neil.armstrong@linaro.org \
    --cc=trini@konsulko.com \
    --cc=u-boot-amlogic@groups.io \
    --cc=u-boot@lists.denx.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).