mbox series

[0/3] Fix some issues of xHCI for zhaoxin

Message ID 20230420172130.375819-1-WeitaoWang-oc@zhaoxin.com
Headers show
Series Fix some issues of xHCI for zhaoxin | expand

Message

Weitao Wang April 20, 2023, 5:21 p.m. UTC
Fix some issues of xHCI for zhaoxin.

Weitao Wang (3):
  xhci: Add a quirk for zhaoxin xhci to fix issues.
  xhci: Add zhaoxin xHCI U1/U2 feature support
  xhci: Show zhaoxin xHCI root hub speed correctly

 drivers/usb/host/xhci-pci.c |  5 ++++
 drivers/usb/host/xhci.c     | 49 +++++++++++++++++++++++++++++++++++--
 drivers/usb/host/xhci.h     |  1 +
 3 files changed, 53 insertions(+), 2 deletions(-)

Comments

Weitao Wang April 20, 2023, 6:08 p.m. UTC | #1
On 2023/4/20 17:29, Greg KH wrote:
> On Fri, Apr 21, 2023 at 01:21:27AM +0800, Weitao Wang wrote:
>> Fix some issues of xHCI for zhaoxin.
>>
>> Weitao Wang (3):
>>    xhci: Add a quirk for zhaoxin xhci to fix issues.
>>    xhci: Add zhaoxin xHCI U1/U2 feature support
>>    xhci: Show zhaoxin xHCI root hub speed correctly
>>
>>   drivers/usb/host/xhci-pci.c |  5 ++++
>>   drivers/usb/host/xhci.c     | 49 +++++++++++++++++++++++++++++++++++--
>>   drivers/usb/host/xhci.h     |  1 +
>>   3 files changed, 53 insertions(+), 2 deletions(-)
>>
>> -- 
>> 2.32.0
>>
> 
> Do these replace:
> https://lore.kernel.org/r/20230420093603.3344-1-WeitaoWang-oc@zhaoxin.com
> or are they on top of them?
> 

This [patch 2/3] and [patch 3/3] share a xhci quirk flag XHCI_ZHAOXIN_HOST,
So I put these independent functional patch in this set group.
Above url and below url are independent xHCI patch for zhaoxin.
Is it more suitable to put all the patch for zhaoxin xhci in one group?
I Hope to receive your guidance. Thanks!

https://lore.kernel.org/all/20230420104826.4727-1-WeitaoWang-oc@zhaoxin.com/

Best Regards,
Weitao

> thanks,
> 
> greg k-h
> .
Weitao Wang April 20, 2023, 8:56 p.m. UTC | #2
On 2023/4/20 18:14, Greg KH wrote:
> On Fri, Apr 21, 2023 at 02:08:14AM +0800, WeitaoWang-oc@zhaoxin.com wrote:
>> On 2023/4/20 17:29, Greg KH wrote:
>>> On Fri, Apr 21, 2023 at 01:21:27AM +0800, Weitao Wang wrote:
>>>> Fix some issues of xHCI for zhaoxin.
>>>>
>>>> Weitao Wang (3):
>>>>     xhci: Add a quirk for zhaoxin xhci to fix issues.
>>>>     xhci: Add zhaoxin xHCI U1/U2 feature support
>>>>     xhci: Show zhaoxin xHCI root hub speed correctly
>>>>
>>>>    drivers/usb/host/xhci-pci.c |  5 ++++
>>>>    drivers/usb/host/xhci.c     | 49 +++++++++++++++++++++++++++++++++++--
>>>>    drivers/usb/host/xhci.h     |  1 +
>>>>    3 files changed, 53 insertions(+), 2 deletions(-)
>>>>
>>>> -- 
>>>> 2.32.0
>>>>
>>>
>>> Do these replace:
>>> https://lore.kernel.org/r/20230420093603.3344-1-WeitaoWang-oc@zhaoxin.com
>>> or are they on top of them?
>>>
>>
>> This [patch 2/3] and [patch 3/3] share a xhci quirk flag XHCI_ZHAOXIN_HOST,
>> So I put these independent functional patch in this set group.
>> Above url and below url are independent xHCI patch for zhaoxin.
>> Is it more suitable to put all the patch for zhaoxin xhci in one group?
>> I Hope to receive your guidance. Thanks!
>>
>> https://lore.kernel.org/all/20230420104826.4727-1-WeitaoWang-oc@zhaoxin.com/
> 
> Please resend them all as a patch series so we know what we are supposed
> to be reviewing and accepting.  Otherwise it's quite confusing.

Okay, I'll resend all patch for zhaoxin xHCI in a patch series.

Best Regards,
weitao

> thanks,
> 
> greg k-h
> .