mbox series

[v4,0/4] Fix some issues for ZHAOXIN xHCI host

Message ID 20230508212058.6307-1-WeitaoWang-oc@zhaoxin.com (mailing list archive)
Headers show
Series Fix some issues for ZHAOXIN xHCI host | expand

Message

Weitao Wang May 8, 2023, 9:20 p.m. UTC
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(-)

Comments

Mathias Nyman May 9, 2023, 8:08 a.m. UTC | #1
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
Weitao Wang May 9, 2023, 5:14 p.m. UTC | #2
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