mbox series

[PULL] u-boot-usb/master

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

Pull-request

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

Message

Marek Vasut June 23, 2024, 12:27 a.m. UTC
This can also go into next if you prefer.

The following changes since commit fe2ce09a0753634543c32cafe85eb87a625f76ca:

  Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-watchdog (2024-06-18 08:34:56 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 0db3941a24bf0b6fc54438e7b9cc66b18f08115b:

  usb: dwc3: add newlines to dev_vdbg calls in ep0 (2024-06-19 06:15:37 +0200)

----------------------------------------------------------------
Caleb Connolly (1):
      usb: dwc3: add newlines to dev_vdbg calls in ep0

Heinrich Schuchardt (1):
      usb: informative message if no controller

 drivers/usb/dwc3/ep0.c        | 46 +++++++++++++++++++++----------------------
 drivers/usb/host/usb-uclass.c |  2 +-
 2 files changed, 24 insertions(+), 24 deletions(-)

Comments

Tom Rini June 24, 2024, 3:49 p.m. UTC | #1
On Sun, Jun 23, 2024 at 02:27:06AM +0200, Marek Vasut wrote:

> This can also go into next if you prefer.
> 
> The following changes since commit fe2ce09a0753634543c32cafe85eb87a625f76ca:
> 
>   Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-watchdog (2024-06-18 08:34:56 -0600)
> 
> are available in the Git repository at:
> 
>   git://source.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 0db3941a24bf0b6fc54438e7b9cc66b18f08115b:
> 
>   usb: dwc3: add newlines to dev_vdbg calls in ep0 (2024-06-19 06:15:37 +0200)
> 

Applied to u-boot/master, thanks!