All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/5] omap3: evm: Drop old musb omap3 driver
@ 2025-09-26 15:30 Tom Rini
  2025-09-26 15:30 ` [PATCH v2 2/5] usb: musb: drop musb legacy drivers Tom Rini
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Tom Rini @ 2025-09-26 15:30 UTC (permalink / raw)
  To: u-boot; +Cc: Peter Robinson

From: Peter Robinson <pbrobinson@gmail.com>

The USB_OMAP3 driver was (re)added in commit e74e9f620a6 as part
of migrating to DM_USB but the config already had MUSB_OMAP2PLUS
which is the newer musb driver and what other omap3 devices use.
So drop it so we can drop the old driver.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
Changes in v2:
- None
---
 configs/omap3_evm_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configs/omap3_evm_defconfig b/configs/omap3_evm_defconfig
index a813d216787c..f99798ac1a57 100644
--- a/configs/omap3_evm_defconfig
+++ b/configs/omap3_evm_defconfig
@@ -78,7 +78,6 @@ CONFIG_OMAP3_SPI=y
 CONFIG_USB=y
 # CONFIG_SPL_DM_USB is not set
 CONFIG_USB_EHCI_HCD=y
-CONFIG_USB_OMAP3=y
 CONFIG_USB_MUSB_GADGET=y
 CONFIG_USB_MUSB_OMAP2PLUS=y
 CONFIG_USB_HOST_ETHER=y
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-09-30  9:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-26 15:30 [PATCH v2 1/5] omap3: evm: Drop old musb omap3 driver Tom Rini
2025-09-26 15:30 ` [PATCH v2 2/5] usb: musb: drop musb legacy drivers Tom Rini
2025-09-26 15:30 ` [PATCH v2 3/5] usb: gadget: Tighten the dependency for DWC2 OTG support Tom Rini
2025-09-26 15:44   ` Peter Robinson
2025-09-30  9:28   ` Mattijs Korpershoek
2025-09-26 15:30 ` [PATCH v2 4/5] usb: host: xhci: Make U_BOOT_DRIVER entries unique Tom Rini
2025-09-26 15:46   ` Peter Robinson
2025-09-26 15:30 ` [PATCH v2 5/5] usb: gadget: Tighten CI_UDC dependencies Tom Rini
2025-09-30  9:30   ` Mattijs Korpershoek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.