]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb13009b105dfa7c24d26ab27fb51b535104c84f3
treee7983d566151c20d7e49f7c0228271fc2bca194d
parent47cd50120b275dae16653d7c9bd68238f5710ef4
parent66d06366af6cd3778b36afbd65123dfbb6c1f32b
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>