Re: [PATCH v4 1/2] PCI: dwc: Add support for vendor specific capability search

From: Bjorn Helgaas
Date: Wed Jan 15 2025 - 11:38:47 EST


On Wed, Jan 15, 2025 at 09:59:53PM +0530, Manivannan Sadhasivam wrote:
> ...

> (Also, I don't see the VSEC_IDs defined in the DWC reference manual
> that I got access to).

Haha, yeah, that's because DWC can only define VSEC IDs for devices
with PCI_VENDOR_ID_SYNOPSYS, and if they want to sell IP for use in
devices with other Vendor IDs, it's up to those vendors to define the
VSEC ID in their products. That's exactly the issue here :)

Bjorn