[PULL] u-boot-sh/next
Marek Vasut
marek.vasut+renesas at mailbox.org
Thu Mar 20 00:48:00 CET 2025
Renesas RZ/G2L USB support, remaining RAVB ethernet fix and
KSZ9031 LED errata fix for next.
The following changes since commit 8bc3542384e3a1219e5ffb62b79d16dddc1b1fb9:
Merge patch series "pxe: Precursor series for supporting read_all() in extlinux / PXE" (2025-03-18 13:12: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 95d10669c0bd7c7211d7fcdffc5993b16898124b:
net: phy: ksz90x1: Simplify ksz9131_config_rgmii_delay (2025-03-19 03:38:51 +0100)
----------------------------------------------------------------
Paul Barker (10):
reset: rzg2l-usbphy-ctrl: Add new driver
regulator: rzg2l-usbphy: Add new driver
reset: rzg2l-usbphy-ctrl: Connect up vbus regulator
phy: rcar: Support RZ/G2L USB PHY
renesas_rzg2l_smarc_defconfig: Enable USB support
net: ravb: Fix error handling in ravb_probe
net: phy: Port set/clear bits from Linux
net: phy: ksz90x1: Handle ksz9131 LED errata
net: phy: ksz90x1: Load skew values from device tree
net: phy: ksz90x1: Simplify ksz9131_config_rgmii_delay
configs/renesas_rzg2l_smarc_defconfig | 8 ++
drivers/net/phy/micrel_ksz90x1.c | 169 ++++++++++++++++++++---
drivers/net/ravb.c | 14 +-
drivers/phy/Kconfig | 4 +-
drivers/phy/phy-rcar-gen3.c | 79 +++++++++--
drivers/power/regulator/Kconfig | 8 ++
drivers/power/regulator/Makefile | 1 +
drivers/power/regulator/rzg2l-usbphy-regulator.c | 42 ++++++
drivers/reset/Kconfig | 10 ++
drivers/reset/Makefile | 1 +
drivers/reset/reset-rzg2l-usbphy-ctrl.c | 142 +++++++++++++++++++
include/phy.h | 24 ++++
include/renesas/rzg2l-usbphy.h | 17 +++
13 files changed, 481 insertions(+), 38 deletions(-)
create mode 100644 drivers/power/regulator/rzg2l-usbphy-regulator.c
create mode 100644 drivers/reset/reset-rzg2l-usbphy-ctrl.c
create mode 100644 include/renesas/rzg2l-usbphy.h
More information about the U-Boot
mailing list