Merge branch 'nfp-support-corigine-pcie-vendor-id'
authorJakub Kicinski <kuba@kernel.org>
Tue, 10 May 2022 01:20:42 +0000 (18:20 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 10 May 2022 01:20:42 +0000 (18:20 -0700)
commit9eab75d45ddc9d29640fd17199880d39241eeb35
treee7983d566151c20d7e49f7c0228271fc2bca194d
parent5bcfeb6efee9126e3c41a537e16536df0c8af973
parent299ba7a32a3ca2ad2955bbad6b30eb88d1ced62d
Merge branch 'nfp-support-corigine-pcie-vendor-id'

Simon Horman says:

====================
nfp: support Corigine PCIE vendor ID

Historically the nfp driver has supported NFP chips with Netronome's
PCIE vendor ID. This patch extends the driver to also support NFP
chips, which at this point are assumed to be otherwise identical from
a software perspective, that have Corigine's PCIE vendor ID (0x1da8).

This patchset begins by cleaning up strings to make them:
* Vendor neutral for the NFP chip
* Relate to Corigine for the driver itself

It then adds support to the driver for the Corigine's PCIE vendor ID
====================

Link: https://lore.kernel.org/r/20220508173816.476357-1-simon.horman@corigine.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>