Re: [PATCH v3 1/1] fpga: altera-cvp: Use pci_find_vsec_capability() when probing FPGA device

From: Xu Yilun
Date: Mon Nov 10 2025 - 02:18:04 EST


On Sun, Nov 09, 2025 at 09:16:37PM +0100, Andy Shevchenko wrote:
> Currently altera_cvp_probe() open-codes pci_find_vsec_capability().
> Refactor the former to use the latter.
>
> With that done:
> - use the VSEC ID as per datasheet [1]
> - update the error message accordingly
>
> Link: https://www.intel.com/content/www/us/en/docs/programmable/683763/23-1/vendor-specific-header-register.html [1]

Thanks for the Doc. It's clear now.

Reviewed-by: Xu Yilun <yilun.xu@xxxxxxxxx>

Applied to for-next

> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>