From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 28 Apr 2020 15:01:48 +0200 Subject: [PULL] u-boot-usb/master Message-ID: <27484adc-bc76-9a4a-96ef-c2af04778580@denx.de> 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 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(-)