Skip to content

Commit 9b83aa7

Browse files
committed
Merge tag 'fpga-for-6.9-final' of git://git.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga into char-misc-linus
Xu writes: FPGA Manager changes for 6.9-final DFL - Peter adds PCI ID table for Intel D5005 Stratix 10 FPGA card All patches have been reviewed on the mailing list, and have been in the last linux-next releases (as part of our fixes branch) Signed-off-by: Xu Yilun <[email protected]> * tag 'fpga-for-6.9-final' of git://git.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga: fpga: dfl-pci: add PCI subdevice ID for Intel D5005 card
2 parents ee59be3 + bb1dbec commit 9b83aa7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/fpga/dfl-pci.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ static void cci_pci_free_irq(struct pci_dev *pcidev)
7878
#define PCIE_DEVICE_ID_SILICOM_PAC_N5011 0x1001
7979
#define PCIE_DEVICE_ID_INTEL_DFL 0xbcce
8080
/* PCI Subdevice ID for PCIE_DEVICE_ID_INTEL_DFL */
81+
#define PCIE_SUBDEVICE_ID_INTEL_D5005 0x138d
8182
#define PCIE_SUBDEVICE_ID_INTEL_N6000 0x1770
8283
#define PCIE_SUBDEVICE_ID_INTEL_N6001 0x1771
8384
#define PCIE_SUBDEVICE_ID_INTEL_C6100 0x17d4
@@ -101,6 +102,8 @@ static struct pci_device_id cci_pcie_id_tbl[] = {
101102
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCIE_DEVICE_ID_INTEL_PAC_D5005_VF),},
102103
{PCI_DEVICE(PCI_VENDOR_ID_SILICOM_DENMARK, PCIE_DEVICE_ID_SILICOM_PAC_N5010),},
103104
{PCI_DEVICE(PCI_VENDOR_ID_SILICOM_DENMARK, PCIE_DEVICE_ID_SILICOM_PAC_N5011),},
105+
{PCI_DEVICE_SUB(PCI_VENDOR_ID_INTEL, PCIE_DEVICE_ID_INTEL_DFL,
106+
PCI_VENDOR_ID_INTEL, PCIE_SUBDEVICE_ID_INTEL_D5005),},
104107
{PCI_DEVICE_SUB(PCI_VENDOR_ID_INTEL, PCIE_DEVICE_ID_INTEL_DFL,
105108
PCI_VENDOR_ID_INTEL, PCIE_SUBDEVICE_ID_INTEL_N6000),},
106109
{PCI_DEVICE_SUB(PCI_VENDOR_ID_INTEL, PCIE_DEVICE_ID_INTEL_DFL_VF,

0 commit comments

Comments
 (0)