All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Improve the experience with USB gadgets
@ 2023-10-10  9:03 Miquel Raynal
  2023-10-10  9:03 ` [PATCH v3 1/3] cmd: Change the dependencies between CMD_BIND and USB_GADGET Miquel Raynal
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Miquel Raynal @ 2023-10-10  9:03 UTC (permalink / raw)
  To: Marek Vasut, Lukasz Majewski, Mattijs Korpershoek
  Cc: u-boot, Thomas Petazzoni, Miquel Raynal

Try to ease the use of USB gadgets for people not fully aware of all the
terms and constraints. With more helpful error messages a little bit of
guidance anyone should be able to adapt to the bind/unbind game that is
now necessary with USB gadgets.

The idea is to eventually get proper USB composite gadget support, but
that is a longer term goal.

Changes in v3:
* First patch is new.
* Collected the tags received.
* Imply CMD_DM from CMD_BIND.

Miquel Raynal (3):
  cmd: Change the dependencies between CMD_BIND and USB_GADGET
  cmd: bind: Try to improve the (un)bind help
  usb: udc: Try to clarify an error message

 cmd/Kconfig                       |  2 +-
 cmd/bind.c                        |  4 ++++
 drivers/usb/gadget/Kconfig        |  1 +
 drivers/usb/gadget/udc/udc-core.c | 13 ++++++++++++-
 4 files changed, 18 insertions(+), 2 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-11-21 14:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-10  9:03 [PATCH v3 0/3] Improve the experience with USB gadgets Miquel Raynal
2023-10-10  9:03 ` [PATCH v3 1/3] cmd: Change the dependencies between CMD_BIND and USB_GADGET Miquel Raynal
2023-10-18  7:01   ` Mattijs Korpershoek
2023-10-10  9:03 ` [PATCH v3 2/3] cmd: bind: Try to improve the (un)bind help Miquel Raynal
2023-10-10  9:03 ` [PATCH v3 3/3] usb: udc: Try to clarify an error message Miquel Raynal
2023-11-21 14:52 ` [PATCH v3 0/3] Improve the experience with USB gadgets Mattijs Korpershoek

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.