mbox series

[PULL] u-boot-usb/master

Message ID b47597f9-0adc-b826-0658-f6850edd5dbb@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] u-boot-usb/master | expand

Pull-request

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

Message

Marek Vasut Nov. 22, 2020, 3:07 p.m. UTC
The following changes since commit 12e396303c487c9f0fdf8d36d31a97cd2dada643:

   Merge tag 'efi-2021-01-rc3-2' of 
https://gitlab.denx.de/u-boot/custodians/u-boot-efi (2020-11-21 08:04:39 
-0500)

are available in the Git repository at:

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

for you to fetch changes up to 05dac23261284578ff17952e11340f41127923ac:

   usb: gadget: dwc2_udc_otg: return zero when reset property is not 
present (2020-11-22 13:18:20 +0100)

----------------------------------------------------------------
Jaehoon Chung (1):
       usb: gadget: dwc2_udc_otg: return zero when reset property is not 
present

Patrick Delaunay (1):
       usb: dwc2: add "u-boot,force-vbus-detection" for stm32

Siva Durga Prasad Paladugu (1):
       usb: dwc3: Handle case where setup_phy is not needed

  drivers/usb/dwc3/dwc3-generic.c        |  2 +-
  drivers/usb/gadget/dwc2_udc_otg.c      | 61 
+++++++++++++++++++++++++++++++++++++++----------------------
  drivers/usb/gadget/dwc2_udc_otg_regs.h |  2 ++
  include/usb/dwc2_udc.h                 |  1 +
  4 files changed, 43 insertions(+), 23 deletions(-)

Comments

Tom Rini Nov. 23, 2020, 3:28 p.m. UTC | #1
On Sun, Nov 22, 2020 at 04:07:04PM +0100, Marek Vasut wrote:

> The following changes since commit 12e396303c487c9f0fdf8d36d31a97cd2dada643:
> 
>   Merge tag 'efi-2021-01-rc3-2' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-efi (2020-11-21 08:04:39
> -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 05dac23261284578ff17952e11340f41127923ac:
> 
>   usb: gadget: dwc2_udc_otg: return zero when reset property is not present
> (2020-11-22 13:18:20 +0100)
> 

Applied to u-boot/master, thanks!