
The following changes since commit d16d37bcd4087b8ea0f66cb76a73edad182d151a:
Merge tag 'video-for-v2020.07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-video (2020-04-27 09:41:51 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-usb.git master
for you to fetch changes up to f3bc736e41bd9f3dd4aafe564eb8df9c279b09c4:
usb: host: dwc3-sti-glue: Use UCLASS_NOP instead of UCLASS_MISC (2020-04-28 13:52:52 +0200)
---------------------------------------------------------------- Heinrich Schuchardt (2): usb: avoid NULL check before free usb: ether: avoid NULL check before free()
Patrice Chotard (1): usb: host: dwc3-sti-glue: Use UCLASS_NOP instead of UCLASS_MISC
Patrick Delaunay (5): dm: clk: add stub when CONFIG_CLK is deactivated usb: host: dwc2: add phy support usb: host: dwc2: add clk support usb: host: dwc2: force reset assert usb: host: dwc2: add trace to have clean usb start
drivers/usb/gadget/ether.c | 3 +-- drivers/usb/host/dwc2.c | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- drivers/usb/host/dwc3-sti-glue.c | 2 +- drivers/usb/host/ehci-hcd.c | 9 +++------ include/clk.h | 102 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------- 5 files changed, 193 insertions(+), 23 deletions(-)