[PATCH v1 0/2] xhci: pci: Little PCI IDs refactoring

Andy Shevchenko posted 2 patches 2 years, 2 months ago
drivers/usb/host/xhci-pci.c | 30 ++++++++++++++++--------------
1 file changed, 16 insertions(+), 14 deletions(-)
[PATCH v1 0/2] xhci: pci: Little PCI IDs refactoring
Posted by Andy Shevchenko 2 years, 2 months ago
Just a couple of updates to the PCI IDs in order of better maintenance.
No functional change intended.

Andy Shevchenko (2):
  xhci: pci: Use full names in PCI IDs for Intel platforms
  xhci: pci: Group out Thunderbolt xHCI IDs

 drivers/usb/host/xhci-pci.c | 30 ++++++++++++++++--------------
 1 file changed, 16 insertions(+), 14 deletions(-)

-- 
2.43.0.rc1.1336.g36b5255a03ac
Re: [PATCH v1 0/2] xhci: pci: Little PCI IDs refactoring
Posted by Mathias Nyman 2 years, 2 months ago
On 18.4.2024 18.48, Andy Shevchenko wrote:
> Just a couple of updates to the PCI IDs in order of better maintenance.
> No functional change intended.
> 
> Andy Shevchenko (2):
>    xhci: pci: Use full names in PCI IDs for Intel platforms
>    xhci: pci: Group out Thunderbolt xHCI IDs
> 
>   drivers/usb/host/xhci-pci.c | 30 ++++++++++++++++--------------
>   1 file changed, 16 insertions(+), 14 deletions(-)
> 

Thanks, added to my for-usb-next branch

-Mathias