linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] add xhci hooks for USB offload
@ 2022-10-27  0:40 Albert Wang
  2022-10-27  0:40 ` [PATCH 1/3] usb: host: " Albert Wang
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Albert Wang @ 2022-10-27  0:40 UTC (permalink / raw)
  To: mathias.nyman, gregkh
  Cc: badhri, howardyen, linux-kernel, linux-usb, Albert Wang

This patchset is to proviode the USB offload function which allows to
offload some xHCI operations on co-processor.

*** BLURB HERE ***

Albert Wang (1):
  usb: host: add the xhci offload hooks implementations

Howard Yen (2):
  usb: host: add xhci hooks for USB offload
  usb: xhci-plat: add xhci_plat_priv_overwrite

 drivers/usb/host/xhci-mem.c          |  97 +++++-
 drivers/usb/host/xhci-offload-impl.c | 492 +++++++++++++++++++++++++++
 drivers/usb/host/xhci-plat.c         |  43 +++
 drivers/usb/host/xhci-plat.h         |   8 +
 drivers/usb/host/xhci.c              |  21 ++
 drivers/usb/host/xhci.h              |  31 ++
 6 files changed, 679 insertions(+), 13 deletions(-)
 create mode 100644 drivers/usb/host/xhci-offload-impl.c

-- 
2.38.0.135.g90850a2211-goog


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

end of thread, other threads:[~2022-11-03 14:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-27  0:40 [PATCH 0/3] add xhci hooks for USB offload Albert Wang
2022-10-27  0:40 ` [PATCH 1/3] usb: host: " Albert Wang
2022-10-27  6:20   ` Greg KH
2022-10-27  0:40 ` [PATCH 2/3] usb: xhci-plat: add xhci_plat_priv_overwrite Albert Wang
2022-10-27  6:23   ` Greg KH
2022-11-03 14:12     ` Albert Wang
2022-10-27  0:40 ` [PATCH 3/3] usb: host: add the xhci offload hooks implementations Albert Wang
2022-10-27  6:22   ` Greg KH
2022-10-27  6:18 ` [PATCH 0/3] add xhci hooks for USB offload Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).