public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v1 0/2] cmd: bind: Fix driver binding
@ 2021-04-09  7:36 Patrice Chotard
  2021-04-09  7:36 ` [PATCH v1 1/2] cmd: bind: Fix driver binding on a device Patrice Chotard
  2021-04-09  7:36 ` [PATCH v1 2/2] usb: gadget: Add bcdDevice for the DWC2 USB Gadget Controller Patrice Chotard
  0 siblings, 2 replies; 14+ messages in thread
From: Patrice Chotard @ 2021-04-09  7:36 UTC (permalink / raw)
  To: u-boot


This series is fixing issues reported by Herbert Poetzl when trying to
bind Ethernet gadget over USB on STM32MP1 platform.
2 issues have been found:
   - fix the bind command
   - add dwc2 bcdDevice in USB gadget controller


Patrice Chotard (2):
  cmd: bind: Fix driver binding on a device
  usb: gadget: Add bcdDevice for the DWC2 USB Gadget Controller

 cmd/bind.c                        |  2 +-
 drivers/core/device.c             |  2 +-
 drivers/core/lists.c              | 11 ++++++++---
 drivers/core/root.c               |  2 +-
 drivers/misc/imx8/scu.c           |  2 +-
 drivers/serial/serial-uclass.c    |  2 +-
 drivers/timer/timer-uclass.c      |  2 +-
 drivers/usb/gadget/gadget_chips.h |  8 ++++++++
 include/dm/lists.h                |  3 ++-
 test/dm/nop.c                     |  2 +-
 test/dm/test-fdt.c                |  2 +-
 11 files changed, 26 insertions(+), 12 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2021-04-16 16:16 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-09  7:36 [PATCH v1 0/2] cmd: bind: Fix driver binding Patrice Chotard
2021-04-09  7:36 ` [PATCH v1 1/2] cmd: bind: Fix driver binding on a device Patrice Chotard
2021-04-09  9:16   ` Andy Shevchenko
2021-04-09  9:28     ` Patrice CHOTARD
2021-04-09  9:48       ` Andy Shevchenko
2021-04-09 10:32         ` Patrice CHOTARD
2021-04-09 11:01           ` Andy Shevchenko
2021-04-09 12:05             ` Patrice CHOTARD
2021-04-09 13:13               ` Sean Anderson
2021-04-09 13:41                 ` Andy Shevchenko
2021-04-09 14:34                   ` Patrice CHOTARD
2021-04-14 19:38   ` Simon Glass
2021-04-16 16:16     ` Patrice CHOTARD
2021-04-09  7:36 ` [PATCH v1 2/2] usb: gadget: Add bcdDevice for the DWC2 USB Gadget Controller Patrice Chotard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox