mbox series

[PULL] u-boot-usb/next

Message ID 20240909202054.73857-1-marex@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] u-boot-usb/next | expand

Pull-request

git://source.denx.de/u-boot-usb.git next

Message

Marek Vasut Sept. 9, 2024, 8:20 p.m. UTC
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(-)

Comments

Tom Rini Sept. 10, 2024, 4:08 a.m. UTC | #1
On Mon, Sep 09, 2024 at 10:20:28PM +0200, Marek Vasut wrote:

> 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)
> 

Applied to u-boot/next, thanks!