[PULL] u-boot-usb/next
Marek Vasut
marex at denx.de
Mon Sep 9 22:20:28 CEST 2024
The following changes since commit d0f74bd417daf6492975ce346843ba0767caf51c:
buildman: Support building within a Python venv (2024-09-06 12:45:54 -0600)
are available in the Git repository at:
git://source.denx.de/u-boot-usb.git next
for you to fetch changes up to e72e683e36a83214dbb2547d88d553b5fd816dc8:
phy: test: Implement sandbox PHY .set_mode and DM test (2024-09-09 17:18:04 +0200)
----------------------------------------------------------------
Marek Vasut (3):
phy: Extend generic_setup_phy() with PHY mode and submode
phy: rcar: Split init and set_mode operations
phy: test: Implement sandbox PHY .set_mode and DM test
drivers/phy/phy-rcar-gen3.c | 90 ++++++++++++++++++++++++++++++++++++++---
drivers/phy/phy-uclass.c | 13 +++++-
drivers/phy/sandbox-phy.c | 13 ++++++
drivers/usb/host/ehci-generic.c | 2 +-
drivers/usb/host/ehci-msm.c | 2 +-
drivers/usb/host/ehci-mx6.c | 2 +-
drivers/usb/host/ehci-pci.c | 2 +-
drivers/usb/host/ohci-generic.c | 2 +-
include/generic-phy.h | 8 +++-
test/dm/phy.c | 15 +++++--
10 files changed, 131 insertions(+), 18 deletions(-)
More information about the U-Boot
mailing list