The following changes since commit 1b42f57ec82ceba4d5f08cfb359717232301cfa5:
Merge tag 'v2025.04-rc4' into next (2025-03-10 20:18:51 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-sh.git next for you to fetch changes up to 4226433858318be5914688963436ad41cbe2298d: net: ravb: Fix RX frame size limit (2025-03-11 23:06:18 +0100) ---------------------------------------------------------------- Marek Vasut (13): ARM: renesas: Enable USBHS UDC and UMS on Renesas R-Car Gen3 Salvator-X(S) pinctrl: renesas: Drop special RZN1 entry from Makefile net: miiphybb: Split off struct bb_miiphy_bus_ops net: miiphybb: Wrap driver side bb_miiphy_read/write() accessors net: miiphybb: Pass struct bb_miiphy_bus_ops directly to bb_miiphy_read/write() net: miiphybb: Pass struct mii_dev directly to bb_miiphy_read/write() net: miiphybb: Drop priv from struct bb_miiphy_bus net: designware: Switch back to mdio_alloc() net: ravb: Switch back to mdio_alloc() net: sh_eth: Switch back to mdio_alloc() arm: mvebu: a38x: Switch back to mdio_alloc() net: miiphybb: Drop bb_miiphy_alloc()/bb_miiphy_free() and struct bb_miiphy_bus net: miiphybb: Drop mdio_init() Paul Barker (3): clk: rzg2l: Ignore disable for core clocks net: ravb: Add dependency on CONFIG_BITBANGMII net: ravb: Fix RX frame size limit board/gdsys/a38x/ihs_phys.c | 74 +++++++------ common/miiphyutil.c | 13 +-- configs/rcar3_salvator-x_defconfig | 8 ++ drivers/clk/renesas/rzg2l-cpg.c | 17 ++- drivers/net/Kconfig | 1 + drivers/net/designware.c | 77 ++++++------- drivers/net/phy/miiphybb.c | 216 ++++++++++++++++--------------------- drivers/net/ravb.c | 81 ++++++++------ drivers/net/sh_eth.c | 70 +++++++----- drivers/pinctrl/Makefile | 1 - include/miiphy.h | 27 ++--- 11 files changed, 294 insertions(+), 291 deletions(-)