aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci-epc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-19PCI: endpoint: Add virtual function number in pci_epc opsKishon Vijay Abraham I1-26/+31
2021-07-06PCI: Fix kernel-doc formattingKrzysztof WilczyƄski1-1/+4
2021-02-23PCI: endpoint: Add pci_epc_ops to map MSI IRQKishon Vijay Abraham I1-0/+8
2021-02-23PCI: endpoint: Add support to associate secondary EPC with EPFKishon Vijay Abraham I1-2/+23
2021-02-23PCI: endpoint: Make *_free_bar() to return error codes on failureKishon Vijay Abraham I1-4/+4
2021-02-23PCI: endpoint: Add helper API to get the 'next' unreserved BARKishon Vijay Abraham I1-0/+2
2020-05-22PCI: endpoint: Add support to handle multiple base for mapping outbound memoryLad Prabhakar1-9/+24
2020-05-11PCI: endpoint: Pass page size as argument to pci_epc_mem_init()Lad Prabhakar1-3/+2
2020-04-02PCI: endpoint: Fix ->set_msix() to take BIR and offset as argumentsKishon Vijay Abraham I1-2/+4
2020-02-25PCI: endpoint: Add notification for core init completionVidya Sagar1-0/+1
2020-02-25PCI: endpoint: Add core init notifying featureVidya Sagar1-0/+1
2020-02-24PCI: endpoint: Assign function number for each PF in EPC coreKishon Vijay Abraham I1-0/+2
2020-02-24PCI: endpoint: Fix for concurrent memory allocation in OB address regionKishon Vijay Abraham I1-0/+3
2020-02-24PCI: endpoint: Replace spinlock with mutexKishon Vijay Abraham I1-3/+3
2020-02-24PCI: endpoint: Use notification chain mechanism to notify EPC events to EPFKishon Vijay Abraham I1-0/+8
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov1-1/+1
2019-04-15PCI: endpoint: Add support to specify alignment for buffers allocated to BARsKishon Vijay Abraham I1-0/+2
2019-02-15PCI: endpoint: Remove features member in struct pci_epcKishon Vijay Abraham I1-9/+0
2019-02-15PCI: endpoint: Add helper to get first unreserved BARKishon Vijay Abraham I1-0/+2
2019-02-14PCI: endpoint: Add new pci_epc_ops to get EPC featuresKishon Vijay Abraham I1-0/+22
2018-07-19pci-epf-test/pci_endpoint_test: Add MSI-X supportGustavo Pimentel1-0/+1
2018-07-19PCI: Update xxx_pcie_ep_raise_irq() and pci_epc_raise_irq() signaturesGustavo Pimentel1-3/+3
2018-07-19PCI: endpoint: Add MSI-X interfacesGustavo Pimentel1-0/+9
2018-05-15PCI: dwc: Add support for EP modeGustavo Pimentel1-0/+8
2018-04-03PCI: endpoint: Make epc->ops->clear_bar()/pci_epc_clear_bar() take struct *epf_barNiklas Cassel1-2/+3
2018-04-03PCI: endpoint: Simplify epc->ops->set_bar()/pci_epc_set_bar()Niklas Cassel1-4/+2
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas1-4/+1
2018-01-31PCI: endpoint: Add the function number as argument to EPC opsCyrille Pitchen1-18/+25
2018-01-28PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas1-4/+1
2017-08-29PCI: endpoint: Add support for configurable page sizeKishon Vijay Abraham I1-1/+7
2017-04-11PCI: endpoint: Create configfs entry for EPC device and EPF driverKishon Vijay Abraham I1-0/+2
2017-04-11PCI: endpoint: Add EP core layer to enable EP controller and EP functionsKishon Vijay Abraham I1-0/+142