summaryrefslogtreecommitdiff
path: root/drivers/fpga/dfl-pci.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-26fpga: dfl-pci: add PCI subdevice ID for Intel D5005 cardPeter Colberg1-0/+3
2023-08-07fpga: dfl-pci: Use pci_find_vsec_capability() to simplify the codeXiongfeng Wang1-11/+4
2023-03-10fpga: dfl-pci: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-14/+6
2022-08-15fpga: dfl-pci: Add IDs for Intel N6000, N6001 and C6100 cardsMatthew Gerlach1-0/+18
2022-05-10fpga: dfl: Allow Port to be linked to FME's DFLMatthew Gerlach1-0/+9
2022-01-25fpga: dfl: pci: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET1-10/+5
2021-07-25fpga: dfl: pci: add device IDs for Silicom N501x PAC cardsMartin Hundebøll1-0/+5
2021-04-06fpga: dfl: pci: add DID for D5005 PAC cardsRuss Weight1-7/+11
2021-01-07fpga: dfl-pci: locate DFLs by PCIe vendor specific capabilityMatthew Gerlach1-1/+86
2021-01-07fpga: dfl: refactor cci_enumerate_feature_devs()Matthew Gerlach1-37/+47
2020-08-31fpga: dfl: map feature mmio resources in their own feature driversXu Yilun1-13/+11
2020-07-27Merge 5.8-rc7 into char-misc-nextGreg Kroah-Hartman1-1/+2
2020-07-14fpga: dfl: pci: reduce the scope of variable 'ret'Xu Yilun1-1/+2
2020-07-13fpga: dfl: pci: add device id for Intel FPGA PAC N3000Xu Yilun1-0/+2
2020-06-28fpga: dfl: pci: add irq info for feature devices enumerationXu Yilun1-9/+67
2020-03-31fpga: dfl: pci: fix return value of cci_pci_sriov_configureXu Yilun1-2/+4
2019-08-05fpga: dfl: pci: enable SRIOV support.Wu Hao1-0/+36
2018-07-15fpga: dfl-pci: add enumeration for feature devicesWu Hao1-2/+142
2018-07-15fpga: add FPGA DFL PCIe device driverZhang Yi1-0/+103