summaryrefslogtreecommitdiffstats
path: root/drivers/pci/endpoint
Commit message (Expand)AuthorAgeFilesLines
* PCI: endpoint: Add EP function driver to provide NTB functionalityKishon Vijay Abraham I2021-02-233-0/+2142
* PCI: endpoint: Allow user to create sub-directory of 'EPF Device' directoryKishon Vijay Abraham I2021-02-231-0/+23
* PCI: endpoint: Add pci_epf_ops to expose function-specific attrsKishon Vijay Abraham I2021-02-231-0/+32
* PCI: endpoint: Add pci_epc_ops to map MSI IRQKishon Vijay Abraham I2021-02-231-0/+41
* PCI: endpoint: Add support in configfs to associate two EPCs with EPFKishon Vijay Abraham I2021-02-231-0/+147
* PCI: endpoint: Add support to associate secondary EPC with EPFKishon Vijay Abraham I2021-02-234-34/+87
* PCI: endpoint: Remove unused pci_epf_match_device()Kishon Vijay Abraham I2021-02-231-16/+0
* PCI: endpoint: Make *_free_bar() to return error codes on failureKishon Vijay Abraham I2021-02-232-6/+8
* PCI: endpoint: Add helper API to get the 'next' unreserved BARKishon Vijay Abraham I2021-02-231-4/+22
* PCI: endpoint: Make *_get_first_free_bar() take into account 64 bit BARKishon Vijay Abraham I2021-02-231-2/+10
* PCI: Fix kerneldoc warningsKrzysztof Kozlowski2020-08-055-5/+7
* Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas2020-06-041-60/+144
|\
| * PCI: endpoint: Add support to handle multiple base for mapping outbound memoryLad Prabhakar2020-05-221-61/+138
| * PCI: endpoint: Pass page size as argument to pci_epc_mem_init()Lad Prabhakar2020-05-111-0/+7
* | PCI: endpoint: functions/pci-epf-test: Fix DMA channel releaseKunihiko Hayashi2020-05-051-0/+3
|/
* PCI: dwc: Fix dw_pcie_ep_raise_msix_irq() to get correct MSI-X table addressKishon Vijay Abraham I2020-04-021-0/+2
* PCI: endpoint: Fix ->set_msix() to take BIR and offset as argumentsKishon Vijay Abraham I2020-04-022-8/+31
* PCI: endpoint: functions/pci-epf-test: Print throughput informationKishon Vijay Abraham I2020-04-021-0/+48
* PCI: endpoint: functions/pci-epf-test: Add DMA support to transfer dataKishon Vijay Abraham I2020-04-021-3/+202
* PCI: endpoint: Fix clearing start entry in configfsKunihiko Hayashi2020-03-311-0/+1
* PCI: pci-epf-test: Add support to defer core initializationVidya Sagar2020-02-261-41/+77
* PCI: endpoint: Add notification for core init completionVidya Sagar2020-02-251-1/+18
* PCI: endpoint: Assign function number for each PF in EPC coreKishon Vijay Abraham I2020-02-242-26/+27
* PCI: endpoint: Protect concurrent access to pci_epf_ops with mutexKishon Vijay Abraham I2020-02-241-1/+10
* PCI: endpoint: Fix for concurrent memory allocation in OB address regionKishon Vijay Abraham I2020-02-241-2/+8
* PCI: endpoint: Replace spinlock with mutexKishon Vijay Abraham I2020-02-241-51/+31
* PCI: endpoint: Use notification chain mechanism to notify EPC events to EPFKishon Vijay Abraham I2020-02-243-31/+13
* Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas2019-11-281-1/+1
|\
| * PCI: endpoint: Cast the page number to phys_addr_tAlan Mikhak2019-10-151-1/+1
* | PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-141-5/+5
|/
* PCI: endpoint: Clear BAR before freeing its spaceAlan Mikhak2019-06-111-1/+1
* PCI: endpoint: Skip odd BAR when skipping 64bit BARAlan Mikhak2019-06-111-13/+12
* PCI: endpoint: Allocate enough space for fixed size BARAlan Mikhak2019-06-111-1/+7
* PCI: endpoint: Set endpoint controller pointer to NULLAlan Mikhak2019-06-111-1/+2
* Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas2019-05-131-0/+5
|\
| * PCI: endpoint: Fix a potential NULL pointer dereferenceKangjie Lu2019-04-121-0/+5
* | PCI: endpoint: Add support to specify alignment for buffers allocated to BARsKishon Vijay Abraham I2019-04-152-4/+11
|/
* PCI: pci-epf-test: Use pci_epc_get_features() to get EPC featuresKishon Vijay Abraham I2019-02-151-33/+54
* PCI: pci-epf-test: Do not allocate next BARs memory if current BAR is 64BitKishon Vijay Abraham I2019-02-151-0/+4
* PCI: pci-epf-test: Remove setting epf_bar flags in function driverKishon Vijay Abraham I2019-02-151-4/+0
* PCI: endpoint: Fix pci_epf_alloc_space() to set correct MEM TYPE flagsKishon Vijay Abraham I2019-02-151-1/+3
* PCI: endpoint: Add helper to get first unreserved BARKishon Vijay Abraham I2019-02-151-0/+23
* PCI: endpoint: Add new pci_epc_ops to get EPC featuresKishon Vijay Abraham I2019-02-141-0/+30
* PCI: endpoint: functions: Use memcpy_fromio()/memcpy_toio()Wen Yang2019-02-131-2/+2
* PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig2018-11-231-1/+1
* Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2018-08-153-25/+153
|\
| * PCI: endpoint: Add MSI set maximum restrictionGustavo Pimentel2018-07-191-1/+2
| * pci-epf-test/pci_endpoint_test: Add MSI-X supportGustavo Pimentel2018-07-191-2/+27
| * pci-epf-test/pci_endpoint_test: Cleanup PCI_ENDPOINT_TEST memspaceGustavo Pimentel2018-07-191-20/+41
| * PCI: Update xxx_pcie_ep_raise_irq() and pci_epc_raise_irq() signaturesGustavo Pimentel2018-07-191-4/+4