All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Fix 'no USB device found' error.
@ 2023-07-06 10:40 Julien Panis
  2023-07-06 10:40 ` [PATCH v4 1/2] musb-new: ti-musb: Handle usb dual-role feature as peripheral Julien Panis
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Julien Panis @ 2023-07-06 10:40 UTC (permalink / raw)
  To: u-boot, Marek Vasut, trini, tony, rogerq; +Cc: vigneshr, nm, Julien Panis

This series fixes the "No USB device found" error
for am335x-icev2 and am335x-evmsk. USB0 dual-role
feature is now handled as peripheral only in the
driver.

The error was not produced for am335x-evm because
usb0 dr_mode was configured as peripheral in
'am335x-evm-u-boot.dtsi'. This fragment is no
longer needed.

Signed-off-by: Julien Panis <jpanis@baylibre.com>
---
Changes in v4:
- Handle usb dual-role feature as peripheral in ti-musb driver.
- Link to v3: https://lore.kernel.org/r/20230621-fix_usb_ether_init-v3-1-40493e1d7c0b@baylibre.com

Changes in v3:
- Remove usb0 dr_mode configuration from 'am335x-evm-u-boot.dtsi'.
- Link to v2: https://lore.kernel.org/r/20230621-fix_usb_ether_init-v2-0-ff121f0e8d7a@baylibre.com

Changes in v2:
- Drop the modification made in arch/arm/mach-omap2/am33xx/board.c
- Configure usb0 dr_mode as peripheral in 'am335x-icev2-u-boot.dtsi'
  and 'am335x-evmsk-u-boot.dtsi' device trees.
- Link to v1: https://lore.kernel.org/r/20230621-fix_usb_ether_init-v1-1-2156923994a9@baylibre.com

---
Julien Panis (2):
      musb-new: ti-musb: Handle usb dual-role feature as peripheral
      arm: dts: am335x-evm-u-boot: Remove usb0 mode configuration

 arch/arm/dts/am335x-evm-u-boot.dtsi | 4 ----
 drivers/usb/musb-new/ti-musb.c      | 1 +
 2 files changed, 1 insertion(+), 4 deletions(-)
---
base-commit: 19b77d3d23966a0d6dbb3c86187765f11100fb6f
change-id: 20230621-fix_usb_ether_init-4bf4f1135113

Best regards,
-- 
Julien Panis <jpanis@baylibre.com>


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

end of thread, other threads:[~2023-08-21 13:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-06 10:40 [PATCH v4 0/2] Fix 'no USB device found' error Julien Panis
2023-07-06 10:40 ` [PATCH v4 1/2] musb-new: ti-musb: Handle usb dual-role feature as peripheral Julien Panis
2023-07-06 11:16   ` Tony Lindgren
2023-07-06 12:39   ` Nishanth Menon
2023-08-14 17:18   ` Tom Rini
2023-08-21  8:28     ` Julien Panis
2023-08-21 12:16       ` Roger Quadros
2023-08-21 13:40         ` Marek Vasut
2023-08-21 13:57           ` Tom Rini
2023-07-06 10:40 ` [PATCH v4 2/2] arm: dts: am335x-evm-u-boot: Remove usb0 mode configuration Julien Panis
2023-07-06 12:39   ` Nishanth Menon
2023-07-06 14:07 ` [PATCH v4 0/2] Fix 'no USB device found' error Roger Quadros

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.