
This is likely the last bigger series for this cycle:
The following changes since commit 17a0dc6abfdbf392f6a27074f2633608038c4221:
Merge branch '2022-02-21-platform-updates' (2022-02-21 08:53:24 -0500)
are available in the Git repository at:
git://source.denx.de/u-boot-usb.git master
for you to fetch changes up to 4cea6ed92da456fe234b4f3439707ff29c6a790e:
configs: omap various: Remove OMAP_EHCI_PHY from defconfigs (2022-02-23 05:25:17 +0100)
---------------------------------------------------------------- Adam Ford (7): usb: ehci-omap: Drop dead code usb: ehci-omap: Move omap_ehci_hcd_init to omap_ehci_probe phy: nop-phy: Fix enabling reset usb: ehci-omap: Make Kconfig select PHY if USB_EHCI_OMAP usb: ehci-omap: Use PHY system to manage phy resets usb: ehci-omap: Remove OMAP_EHCI_PHYx_RESET_GPIO from Kconfig configs: omap various: Remove OMAP_EHCI_PHY from defconfigs
arch/arm/include/asm/ehci-omap.h | 13 ---------- configs/am3517_evm_defconfig | 2 -- configs/omap35_logic_somlv_defconfig | 2 -- configs/omap3_beagle_defconfig | 2 -- configs/omap3_logic_somlv_defconfig | 2 -- configs/omap4_panda_defconfig | 4 ---- configs/omap5_uevm_defconfig | 4 ---- drivers/phy/nop-phy.c | 5 ++-- drivers/usb/host/Kconfig | 36 ++-------------------------- drivers/usb/host/ehci-omap.c | 126 ++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------- 10 files changed, 66 insertions(+), 130 deletions(-)

On Wed, Feb 23, 2022 at 06:20:03AM +0100, Marek Vasut wrote:
This is likely the last bigger series for this cycle:
The following changes since commit 17a0dc6abfdbf392f6a27074f2633608038c4221:
Merge branch '2022-02-21-platform-updates' (2022-02-21 08:53:24 -0500)
are available in the Git repository at:
git://source.denx.de/u-boot-usb.git master
for you to fetch changes up to 4cea6ed92da456fe234b4f3439707ff29c6a790e:
configs: omap various: Remove OMAP_EHCI_PHY from defconfigs (2022-02-23 05:25:17 +0100)
Applied to u-boot/master, thanks!
participants (2)
-
Marek Vasut
-
Tom Rini