summaryrefslogtreecommitdiffstats
path: root/drivers/pci/endpoint
Commit message (Expand)AuthorAgeFilesLines
* PCI: endpoint: Fix misused goto labelLi Chen2022-03-071-1/+1
* PCI: endpoint: Fix alignment fault error in copy testsHou Zhiqiang2022-02-091-1/+11
* Merge branch 'pci/misc'Bjorn Helgaas2022-01-131-1/+1
|\
| * PCI: Correct misspelled wordsKrzysztof Wilczyński2022-01-071-1/+1
* | PCI: endpoint: Return -EINVAL when interrupts num is smaller than 1Li Chen2022-01-071-1/+1
|/
* Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas2021-11-052-9/+8
|\
| * PCI: endpoint: Use sysfs_emit() in "show" functionsKunihiko Hayashi2021-09-302-9/+8
* | Merge branch 'pci/misc'Bjorn Helgaas2021-11-052-3/+3
|\ \
| * | PCI: Correct misspelled and remove duplicated wordsKrzysztof Wilczyński2021-10-082-3/+3
| |/
* / PCI/sysfs: Return -EINVAL consistently from "store" functionsKrzysztof Wilczyński2021-09-282-35/+18
|/
* Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-075-108/+359
|\
| * PCI: endpoint: Add virtual function number in pci_epc opsKishon Vijay Abraham I2021-08-194-106/+237
| * PCI: endpoint: Add support to link a physical function to a virtual functionKishon Vijay Abraham I2021-08-191-0/+24
| * PCI: endpoint: Add support to add virtual function in endpoint coreKishon Vijay Abraham I2021-08-192-2/+98
* | bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
* | PCI: endpoint: Make struct pci_epf_driver::remove return voidUwe Kleine-König2021-07-211-3/+2
|/
* Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas2021-05-042-8/+14
|\
| * PCI: endpoint: Fix missing destroy_workqueue()Yang Yingliang2021-04-131-0/+3
| * PCI: endpoint: Remove redundant initialization of pointer devColin Ian King2021-04-131-1/+1
| * PCI: endpoint: Fix NULL pointer dereference for ->get_features()Shradha Todi2021-03-261-7/+10
* | PCI: Fix kernel-doc errorsKrzysztof Wilczyński2021-03-113-6/+14
|/
* 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