Message ID | 20230508212058.6307-1-WeitaoWang-oc@zhaoxin.com (mailing list archive) |
---|---|
Headers | show |
Series | Fix some issues for ZHAOXIN xHCI host | expand |
On 9.5.2023 0.20, Weitao Wang wrote: > Fix some issues for ZHAOXIN xHCI host. > > Weitao Wang (4): > xhci: Fix resume issue of some ZHAOXIN hosts > xhci: Fix TRB prefetch issue of ZHAOXIN hosts > xhci: Show ZHAOXIN xHCI root hub speed correctly > xhci: Add ZHAOXIN xHCI host U1/U2 feature support > > drivers/usb/host/xhci-mem.c | 38 ++++++++++++++++++++++++-------- > drivers/usb/host/xhci-pci.c | 13 +++++++++++ > drivers/usb/host/xhci.c | 43 ++++++++++++++++--------------------- > drivers/usb/host/xhci.h | 2 ++ > 4 files changed, 62 insertions(+), 34 deletions(-) > Thanks, added to queue -Mathias
On 2023/5/9 16:08, Mathias Nyman wrote: > On 9.5.2023 0.20, Weitao Wang wrote: >> Fix some issues for ZHAOXIN xHCI host. >> >> Weitao Wang (4): >> xhci: Fix resume issue of some ZHAOXIN hosts >> xhci: Fix TRB prefetch issue of ZHAOXIN hosts >> xhci: Show ZHAOXIN xHCI root hub speed correctly >> xhci: Add ZHAOXIN xHCI host U1/U2 feature support >> >> drivers/usb/host/xhci-mem.c | 38 ++++++++++++++++++++++++-------- >> drivers/usb/host/xhci-pci.c | 13 +++++++++++ >> drivers/usb/host/xhci.c | 43 ++++++++++++++++--------------------- >> drivers/usb/host/xhci.h | 2 ++ >> 4 files changed, 62 insertions(+), 34 deletions(-) >> > > Thanks, added to queue > > -Mathias That's great! Thanks again for your help and suggestion. Weitao