mbox series

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

Message ID 20240418154928.3641649-1-andriy.shevchenko@linux.intel.com
Headers show
Series xhci: pci: Little PCI IDs refactoring | expand

Message

Andy Shevchenko April 18, 2024, 3:48 p.m. UTC
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(-)

Comments

Mathias Nyman April 19, 2024, 1:13 p.m. UTC | #1
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