Re: [PATCH v2 1/2] PCI: Add ASPEED vendor ID to pci_ids.h
From: Jason Gunthorpe
Date: Wed Dec 17 2025 - 21:19:22 EST
On Wed, Dec 17, 2025 at 07:45:28AM -0800, Nirmoy Das wrote:
> 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@xxxxxxxxxx>
> ---
> drivers/usb/host/ehci-pci.c | 1 -
> include/linux/pci_ids.h | 2 ++
> 2 files changed, 2 insertions(+), 1 deletion(-)
Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx>
Jason