summaryrefslogtreecommitdiffstats
path: root/drivers/pci/endpoint
Commit message (Expand)AuthorAgeFilesLines
* 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
| * PCI: endpoint: Add MSI-X interfacesGustavo Pimentel2018-07-192-0/+81
* | PCI: endpoint: Fix NULL pointer dereference error when CONFIGFS is disabledKishon Vijay Abraham I2018-07-091-19/+43
* | PCI: endpoint: Use after free in pci_epf_unregister_driver()Dan Carpenter2018-06-291-2/+2
|/
* Merge branch 'lorenzo/pci/endpoint'Bjorn Helgaas2018-06-062-16/+35
|\
| * PCI: endpoint: Create configfs entry for each pci_epf_device_id table entryKishon Vijay Abraham I2018-05-181-2/+21
| * PCI: endpoint: functions/pci-epf-test: Replace lower into upper case charactersGustavo Pimentel2018-05-151-13/+13
| * PCI: endpoint: Replace mdelay with usleep_range() in pci_epf_test_write()Jia-Ju Bai2018-05-081-1/+1
* | PCI: dwc: Add support for EP modeGustavo Pimentel2018-05-151-0/+7
|/
* PCI: endpoint: Make sure that BAR_5 does not have 64-bit flag set when clearingNiklas Cassel2018-04-031-1/+3
* PCI: endpoint: Make epc->ops->clear_bar()/pci_epc_clear_bar() take struct *ep...Niklas Cassel2018-04-032-4/+8