From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 22 Nov 2020 16:07:04 +0100 Subject: [PULL] u-boot-usb/master Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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(-)