2024-04-18 20:59:10

by Andy Shevchenko

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

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



2024-04-19 19:16:48

by Mathias Nyman

[permalink] [raw]
Subject: Re: [PATCH v1 0/2] xhci: pci: Little PCI IDs refactoring

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