]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
PCI: Add ASPEED vendor ID to pci_ids.h
authorNirmoy Das <nirmoyd@nvidia.com>
Wed, 17 Dec 2025 15:45:28 +0000 (07:45 -0800)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 9 Jan 2026 20:21:16 +0000 (14:21 -0600)
Add PCI_VENDOR_ID_ASPEED to the shared pci_ids.h header and remove the
duplicate local definition from ehci-pci.c.

This prepares for adding a PCI quirk for ASPEED devices.

Signed-off-by: Nirmoy Das <nirmoyd@nvidia.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Link: https://patch.msgid.link/20251217154529.377586-1-nirmoyd@nvidia.com
drivers/usb/host/ehci-pci.c
include/linux/pci_ids.h

index 889dc4426271173f5a5bcb7a445d7089426284b1..bd3a6355559420b5dd18c11ae49efbbebd8355db 100644 (file)
@@ -21,7 +21,6 @@ static const char hcd_name[] = "ehci-pci";
 /* defined here to avoid adding to pci_ids.h for single instance use */
 #define PCI_DEVICE_ID_INTEL_CE4100_USB 0x2e70
 
-#define PCI_VENDOR_ID_ASPEED           0x1a03
 #define PCI_DEVICE_ID_ASPEED_EHCI      0x2603
 
 /*-------------------------------------------------------------------------*/
index a9a089566b7cbe93b205a233898531b3f30c43f7..30dd854a9156b0bbd446fe6f251bf2188e72928f 100644 (file)
 #define PCI_DEVICE_ID_NETRONOME_NFP3800_VF     0x3803
 #define PCI_DEVICE_ID_NETRONOME_NFP6000_VF     0x6003
 
+#define PCI_VENDOR_ID_ASPEED           0x1a03
+
 #define PCI_VENDOR_ID_QMI              0x1a32
 
 #define PCI_VENDOR_ID_AZWAVE           0x1a3b