All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] usb: gadget: aspeed: allow to customize vhub device
@ 2020-03-15 19:16 ` rentao.bupt
  0 siblings, 0 replies; 36+ messages in thread
From: rentao.bupt @ 2020-03-15 19:16 UTC (permalink / raw)
  To: linux-aspeed

From: Tao Ren <rentao.bupt@gmail.com>

This patch series allows people to customize aspeed-usb-vhub device IDs
and strings via device tree.

Patch #1 converts the single "usb_gadget_strings" instance to a list of
"usb_gadget_strings" so it's more convenient to support miltiple
languages.

Patch #2 moves LANGID validation code from configfs.c to usbstring.c so
it can be used by aspeed-vhub driver.

Patch #3 initializes aspeed-vhub strings with default, or from device
tree if according device tree properties are defined.

Patch #4 overrides aspeed-vhub's device IDs if according properties are
defined in device tree.

Patch #5 moves fixup-usb1-dev-desc logic from get-descriptor handler to
vhub-init time so the descriptor is patched only once.

Patch #6 documents new device tree properties in dt-binding document.

Tao Ren (6):
  usb: gadget: aspeed: support multiple language strings
  usb: gadget: add "usb_validate_langid" function
  usb: gadget: aspeed: allow to set usb strings in device tree
  usb: gadget: aspeed: allow to set device IDs in device tree
  usb: gadget: aspeed: fixup usb1 device descriptor at init time
  dt-bindings: usb: document aspeed vhub device ID/string properties

 .../bindings/usb/aspeed,usb-vhub.yaml         |  68 +++++
 drivers/usb/gadget/configfs.c                 |  14 +-
 drivers/usb/gadget/udc/aspeed-vhub/core.c     |   4 +-
 drivers/usb/gadget/udc/aspeed-vhub/hub.c      | 236 ++++++++++++++++--
 drivers/usb/gadget/udc/aspeed-vhub/vhub.h     |   4 +-
 drivers/usb/gadget/usbstring.c                |  24 ++
 include/linux/usb/gadget.h                    |   3 +
 7 files changed, 312 insertions(+), 41 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-04-02 10:38 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-15 19:16 [PATCH v2 0/6] usb: gadget: aspeed: allow to customize vhub device rentao.bupt
2020-03-15 19:16 ` rentao.bupt
2020-03-15 19:16 ` rentao.bupt
2020-03-15 19:16 ` [PATCH v2 1/6] usb: gadget: aspeed: support multiple language strings rentao.bupt
2020-03-15 19:16   ` rentao.bupt
2020-03-15 19:16   ` rentao.bupt
2020-03-15 19:16 ` [PATCH v2 2/6] usb: gadget: add "usb_validate_langid" function rentao.bupt
2020-03-15 19:16   ` rentao.bupt
2020-03-15 19:16   ` rentao.bupt
2020-03-15 19:16 ` [PATCH v2 3/6] usb: gadget: aspeed: allow to set usb strings in device tree rentao.bupt
2020-03-15 19:16   ` rentao.bupt
2020-03-15 19:16   ` rentao.bupt
2020-03-15 19:16 ` [PATCH v2 4/6] usb: gadget: aspeed: allow to set device IDs " rentao.bupt
2020-03-15 19:16   ` rentao.bupt
2020-03-15 19:16   ` rentao.bupt
2020-03-15 19:16 ` [PATCH v2 5/6] usb: gadget: aspeed: fixup usb1 device descriptor at init time rentao.bupt
2020-03-15 19:16   ` rentao.bupt
2020-03-15 19:16   ` rentao.bupt
2020-03-15 19:16 ` [PATCH v2 6/6] dt-bindings: usb: document aspeed vhub device ID/string properties rentao.bupt
2020-03-15 19:16   ` rentao.bupt
2020-03-15 19:16   ` rentao.bupt
2020-03-30 19:23   ` Rob Herring
2020-03-30 19:23     ` Rob Herring
2020-03-30 19:23     ` Rob Herring
2020-03-31  0:13     ` Benjamin Herrenschmidt
2020-03-31  0:13       ` Benjamin Herrenschmidt
2020-03-31  0:13       ` Benjamin Herrenschmidt
2020-03-31 16:21       ` Rob Herring
2020-03-31 16:21         ` Rob Herring
2020-03-31 16:21         ` Rob Herring
2020-04-01  0:47         ` Tao Ren
2020-04-01  0:47           ` Tao Ren
2020-04-01  0:47           ` Tao Ren
2020-04-02 10:37         ` Benjamin Herrenschmidt
2020-04-02 10:37           ` Benjamin Herrenschmidt
2020-04-02 10:37           ` Benjamin Herrenschmidt

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.