All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Refactor Aspeed USB vhub driver
@ 2021-12-08 10:05 ` Neal Liu
  0 siblings, 0 replies; 32+ messages in thread
From: Neal Liu @ 2021-12-08 10:05 UTC (permalink / raw)
  To: Felipe Balbi, Greg Kroah-Hartman, Joel Stanley, Andrew Jeffery,
	Cai Huoqing, Tao Ren, Julia Lawall, kernel test robot,
	Sasha Levin, linux-usb, linux-kernel, linux-arm-kernel,
	linux-aspeed, benh
  Cc: Neal Liu, BMC-SW

These patch series include 2 parts. One is adding more features
to pass USB30CV compliance test, the other is fixing hw issues.
More detail descriptions are included below patchsets.

Change since v2:
- Add more description in changelog.
- Fix remote wakeup issue patch and make it more configurable.

Change since v1:
- Remove unnecessary configs for SET_CONFIGURATION.
- Separate supporting test mode to new patch.

*** BLURB HERE ***

Neal Liu (4):
  usb: aspeed-vhub: add qualifier descriptor
  usb: aspeed-vhub: fix remote wakeup failure in iKVM use case
  usb: aspeed-vhub: fix ep0 OUT ack received wrong length issue
  usb: aspeed-vhub: support test mode feature

 drivers/usb/gadget/udc/aspeed-vhub/dev.c  | 19 +++++++--
 drivers/usb/gadget/udc/aspeed-vhub/ep0.c  |  7 ++++
 drivers/usb/gadget/udc/aspeed-vhub/epn.c  |  5 +++
 drivers/usb/gadget/udc/aspeed-vhub/hub.c  | 47 ++++++++++++++++++++---
 drivers/usb/gadget/udc/aspeed-vhub/vhub.h |  1 +
 5 files changed, 69 insertions(+), 10 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-01-10  6:31 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-08 10:05 [PATCH v3 0/4] Refactor Aspeed USB vhub driver Neal Liu
2021-12-08 10:05 ` Neal Liu
2021-12-08 10:05 ` [PATCH v3 1/4] usb: aspeed-vhub: add qualifier descriptor Neal Liu
2021-12-08 10:05   ` Neal Liu
2021-12-09  0:04   ` Benjamin Herrenschmidt
2021-12-09  0:04     ` Benjamin Herrenschmidt
2021-12-08 10:05 ` [PATCH v3 2/4] usb: aspeed-vhub: fix remote wakeup failure in iKVM use case Neal Liu
2021-12-08 10:05   ` Neal Liu
2021-12-09  0:05   ` Benjamin Herrenschmidt
2021-12-09  0:05     ` Benjamin Herrenschmidt
2021-12-09  2:37     ` Neal Liu
2021-12-09  2:37       ` Neal Liu
2021-12-14  2:35       ` Benjamin Herrenschmidt
2021-12-14  2:35         ` Benjamin Herrenschmidt
2021-12-20  2:22         ` Neal Liu
2021-12-20  2:22           ` Neal Liu
2021-12-27  2:07           ` Neal Liu
2021-12-27  2:07             ` Neal Liu
2022-01-10  6:29             ` Neal Liu
2022-01-10  6:29               ` Neal Liu
2021-12-13 14:01   ` Greg Kroah-Hartman
2021-12-13 14:01     ` Greg Kroah-Hartman
2021-12-08 10:05 ` [PATCH v3 3/4] usb: aspeed-vhub: fix ep0 OUT ack received wrong length issue Neal Liu
2021-12-08 10:05   ` Neal Liu
2021-12-08 10:05 ` [PATCH v3 4/4] usb: aspeed-vhub: support test mode feature Neal Liu
2021-12-08 10:05   ` Neal Liu
2021-12-09  0:06   ` Benjamin Herrenschmidt
2021-12-09  0:06     ` Benjamin Herrenschmidt
2021-12-08 12:21 ` [PATCH v3 0/4] Refactor Aspeed USB vhub driver Greg Kroah-Hartman
2021-12-08 12:21   ` Greg Kroah-Hartman
2021-12-09  2:39   ` Neal Liu
2021-12-09  2:39     ` Neal Liu

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.