[PATCH v1 0/2] cmd: bind: Fix driver binding

Patrice Chotard patrice.chotard at foss.st.com
Fri Apr 9 09:36:15 CEST 2021


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



More information about the U-Boot mailing list