All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] cmd: bind: Fix driver binding
@ 2021-04-19  9:45 Patrice Chotard
  2021-04-19  9:45 ` [PATCH v2 1/5] cmd: bind: Fix driver binding on a device Patrice Chotard
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Patrice Chotard @ 2021-04-19  9:45 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.
   - add test to check binding of driver without compatible string.

Changes in v2:
  - add bind test

Patrice Chotard (5):
  cmd: bind: Fix driver binding on a device
  usb: gadget: Add bcdDevice for the DWC2 USB Gadget Controller
  usb: sandbox: Add gadget callbacks
  configs: sandbox: add USB_ETHER and GADGET_DOWNLOAD gadget support
  test/py: Add usb gadget binding test

 cmd/bind.c                        |  2 +-
 configs/sandbox_defconfig         |  3 +++
 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 ++++++++
 drivers/usb/host/usb-sandbox.c    | 28 ++++++++++++++++++++++++++++
 include/dm/lists.h                |  3 ++-
 test/dm/nop.c                     |  2 +-
 test/dm/test-fdt.c                |  2 +-
 test/py/tests/test_bind.py        |  7 +++++++
 14 files changed, 64 insertions(+), 12 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2021-09-01  9:13 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-19  9:45 [PATCH v2 0/5] cmd: bind: Fix driver binding Patrice Chotard
2021-04-19  9:45 ` [PATCH v2 1/5] cmd: bind: Fix driver binding on a device Patrice Chotard
2021-04-19  9:45 ` [PATCH v2 2/5] usb: gadget: Add bcdDevice for the DWC2 USB Gadget Controller Patrice Chotard
2021-06-18  6:55   ` Patrice CHOTARD
2021-08-02 15:56     ` [Uboot-stm32] " Patrice CHOTARD
2021-09-01  9:12   ` Patrice CHOTARD
2021-04-19  9:45 ` [PATCH v2 3/5] usb: sandbox: Add gadget callbacks Patrice Chotard
2021-06-18  6:56   ` Patrice CHOTARD
2021-06-26 18:31   ` Simon Glass
2021-04-19  9:45 ` [PATCH v2 4/5] configs: sandbox: add USB_ETHER and GADGET_DOWNLOAD gadget support Patrice Chotard
2021-04-29 16:10   ` Simon Glass
2021-04-19  9:45 ` [PATCH v2 5/5] test/py: Add usb gadget binding test Patrice Chotard
2021-04-29 16:10   ` Simon Glass

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.