mbox series

[0/3] add xhci hooks for USB offload

Message ID 20221027004050.4192111-1-albertccwang@google.com (mailing list archive)
Headers show
Series add xhci hooks for USB offload | expand

Message

Albert Wang Oct. 27, 2022, 12:40 a.m. UTC
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

Comments

Greg KH Oct. 27, 2022, 6:18 a.m. UTC | #1
On Thu, Oct 27, 2022 at 08:40:47AM +0800, Albert Wang wrote:
> This patchset is to proviode the USB offload function which allows to
> offload some xHCI operations on co-processor.
> 
> *** BLURB HERE ***

No blurb?

And isn't this a v2 of this patchset?  What changed from the previous
submission?

thanks,

greg k-h