[PULL] u-boot-usb/master

The following changes since commit 73e741b8ee46eba4e02a3bcc758dbd70540ed3c1:
Merge tag 'u-boot-nand-20221009' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash (2022-10-10 08:17:08 -0400)
are available in the Git repository at:
git://source.denx.de/u-boot-usb.git master
for you to fetch changes up to 5f7e01e9d5d8005e9a8fbbdf8a05dfd63a5e5f04:
usb: gadget: fastboot: detach usb on reboot commands (2022-10-10 18:08:18 +0200)
---------------------------------------------------------------- Marek Vasut (2): usb: Add missing guard around env_get() in usb_hub usb: gadget: Clean up Makefile ifdeffery
Mattijs Korpershoek (1): usb: gadget: fastboot: detach usb on reboot commands
Patrice Chotard (4): phy: Add generic_{setup,shutdown}_phy() helpers usb: ohci: Make usage of generic_{setup,shutdown}_phy() helpers usb: ehci: Make usage of generic_{setup,shutdown}_phy() helpers usb: ehci: Remove unused ehci_{setup,shutdown}_phy() helpers
cmd/fastboot.c | 2 +- common/usb_hub.c | 4 +++- drivers/phy/phy-uclass.c | 42 ++++++++++++++++++++++++++++++++++++++++++ drivers/usb/gadget/Makefile | 17 +++++++---------- drivers/usb/gadget/f_fastboot.c | 1 + drivers/usb/host/ehci-generic.c | 6 +++--- drivers/usb/host/ehci-hcd.c | 66 ------------------------------------------------------------------ drivers/usb/host/ehci-msm.c | 4 ++-- drivers/usb/host/ehci-mx6.c | 6 +++--- drivers/usb/host/ehci-pci.c | 4 ++-- drivers/usb/host/ehci.h | 4 ---- drivers/usb/host/ohci-generic.c | 56 +++----------------------------------------------------- include/generic-phy.h | 30 ++++++++++++++++++++++++++++++ 13 files changed, 97 insertions(+), 145 deletions(-)

On Mon, Oct 10, 2022 at 09:06:12PM +0200, Marek Vasut wrote:
The following changes since commit 73e741b8ee46eba4e02a3bcc758dbd70540ed3c1:
Merge tag 'u-boot-nand-20221009' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash (2022-10-10 08:17:08 -0400)
are available in the Git repository at:
git://source.denx.de/u-boot-usb.git master
for you to fetch changes up to 5f7e01e9d5d8005e9a8fbbdf8a05dfd63a5e5f04:
usb: gadget: fastboot: detach usb on reboot commands (2022-10-10 18:08:18 +0200)
Applied to u-boot/master, thanks!
participants (2)
-
Marek Vasut
-
Tom Rini