public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1 0/3] Fixes/Addition to use the USB Ethernet gadget with the DWC3 gadget controller
@ 2018-06-04 10:31 Jean-Jacques Hiblot
  2018-06-04 10:31 ` [U-Boot] [PATCH v1 1/3] usb: gadget: Add bcdDevice for the DWC3 USB Gadget Controller Jean-Jacques Hiblot
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Jean-Jacques Hiblot @ 2018-06-04 10:31 UTC (permalink / raw)
  To: u-boot


This series adds a new command to bind the USB ether driver to a UDC, and 2
fixes to be able to use USB Ethernet gadget with the dwc3 driver.


Jean-Jacques Hiblot (3):
  usb: gadget: Add bcdDevice for the DWC3 USB Gadget Controller
  net: eth-uclass: Fix for DM USB ethernet support
  cmd: usb gadget: Add a command to bind a USB gadget driver to a UDC
    port

 cmd/usb.c                         | 71 ++++++++++++++++++++++++++++++++++++++-
 drivers/core/device-remove.c      | 11 +-----
 drivers/usb/gadget/gadget_chips.h |  2 ++
 include/dm/device-internal.h      | 15 +++++++++
 net/eth-uclass.c                  |  3 +-
 5 files changed, 90 insertions(+), 12 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-06-14 16:01 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-04 10:31 [U-Boot] [PATCH v1 0/3] Fixes/Addition to use the USB Ethernet gadget with the DWC3 gadget controller Jean-Jacques Hiblot
2018-06-04 10:31 ` [U-Boot] [PATCH v1 1/3] usb: gadget: Add bcdDevice for the DWC3 USB Gadget Controller Jean-Jacques Hiblot
2018-06-04 10:31 ` [U-Boot] [PATCH v1 2/3] net: eth-uclass: Fix for DM USB ethernet support Jean-Jacques Hiblot
2018-06-12 18:32   ` Joe Hershberger
2018-06-04 10:31 ` [U-Boot] [PATCH v1 3/3] cmd: usb gadget: Add a command to bind a USB gadget driver to a UDC port Jean-Jacques Hiblot
2018-06-07  9:39   ` Lukasz Majewski
2018-06-08 21:59     ` Simon Glass
2018-06-12  9:31       ` Jean-Jacques Hiblot
2018-06-13  1:29         ` Simon Glass
2018-06-14 15:02           ` Jean-Jacques Hiblot
2018-06-14 15:11             ` Simon Glass
2018-06-14 16:01               ` Stephen Warren

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