mbox series

[v2,0/2] Add PCIE device IDs for Intel DFL cards

Message ID 20220303003534.3307971-1-matthew.gerlach@linux.intel.com (mailing list archive)
Headers show
Series Add PCIE device IDs for Intel DFL cards | expand

Message

Matthew Gerlach March 3, 2022, 12:35 a.m. UTC
From: Matthew Gerlach <matthew.gerlach@linux.intel.com>

This patch set adds the PCIE device IDs for Intel cards with Device Feature
Lists (DFL) to the pci_dev_table for the dfl-pci driver.  This patch set
was separated for clarity from a larger patch set submitted by
tianfei.zhang@intel.com.

Patch 1 adds documentation about identifying PCIE FPGA cards
with Device Feature Lists (DFL).

Patch 2 adds the device ids to the pci_dev_table for the dfl-pci driver.

Matthew Gerlach (2):
  Documentation: fpga: dfl: add PCI Identification documentation
  drivers: fpga: dfl-pci: Add PCIE device IDs for Intel DFL cards

 Documentation/fpga/dfl.rst | 20 ++++++++++++++++++++
 drivers/fpga/dfl-pci.c     |  4 ++++
 2 files changed, 24 insertions(+)