aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/endpoint/functions
AgeCommit message (Expand)AuthorFilesLines
2022-08-13Merge tag 'ntb-5.20' of https://github.com/jonmason/ntbGravatar Linus Torvalds 3-0/+1455
2022-08-09NTB: EPF: Tidy up some bounds checksGravatar Dan Carpenter 1-2/+9
2022-08-09NTB: EPF: Fix error code in epf_ntb_bind()Gravatar Dan Carpenter 1-1/+2
2022-08-09PCI: endpoint: pci-epf-vntb: reduce several globals to staticsGravatar Tom Rix 1-3/+3
2022-08-09PCI: endpoint: pci-epf-vntb: fix error handle in epf_ntb_mw_bar_init()Gravatar Yang Yingliang 1-5/+15
2022-08-09PCI: endpoint: Fix Kconfig dependencyGravatar Ren Zhijie 1-0/+1
2022-08-09NTB: EPF: set pointer addr to null using NULL rather than 0Gravatar Colin Ian King 1-1/+1
2022-08-09PCI: endpoint: Support NTB transfer between RC and EPGravatar Frank Li 3-0/+1436
2022-08-04Merge branch 'pci/ctrl/dwc-edma'Gravatar Bjorn Helgaas 1-10/+106
2022-07-12PCI: endpoint: Enable DMA tests for endpoints with DMA capabilitiesGravatar Frank Li 1-10/+106
2022-07-06PCI: endpoint: Don't stop controller when unbinding endpoint functionGravatar Shunsuke Mie 1-1/+0
2022-03-07PCI: endpoint: Fix misused goto labelGravatar Li Chen 1-1/+1
2022-02-09PCI: endpoint: Fix alignment fault error in copy testsGravatar Hou Zhiqiang 1-1/+11
2022-01-07PCI: Correct misspelled wordsGravatar Krzysztof Wilczyński 1-1/+1
2021-11-05Merge branch 'remotes/lorenzo/pci/endpoint'Gravatar Bjorn Helgaas 1-2/+2
2021-09-30PCI: endpoint: Use sysfs_emit() in "show" functionsGravatar Kunihiko Hayashi 1-2/+2
2021-09-28PCI/sysfs: Return -EINVAL consistently from "store" functionsGravatar Krzysztof Wilczyński 1-12/+6
2021-08-19PCI: endpoint: Add virtual function number in pci_epc opsGravatar Kishon Vijay Abraham I 2-67/+96
2021-05-04Merge branch 'remotes/lorenzo/pci/endpoint'Gravatar Bjorn Helgaas 1-7/+13
2021-04-13PCI: endpoint: Fix missing destroy_workqueue()Gravatar Yang Yingliang 1-0/+3
2021-03-26PCI: endpoint: Fix NULL pointer dereference for ->get_features()Gravatar Shradha Todi 1-7/+10
2021-03-11PCI: Fix kernel-doc errorsGravatar Krzysztof Wilczyński 2-6/+12
2021-02-23PCI: endpoint: Add EP function driver to provide NTB functionalityGravatar Kishon Vijay Abraham I 3-0/+2142
2021-02-23PCI: endpoint: Add support to associate secondary EPC with EPFGravatar Kishon Vijay Abraham I 1-4/+7
2021-02-23PCI: endpoint: Make *_free_bar() to return error codes on failureGravatar Kishon Vijay Abraham I 1-0/+2
2020-08-05PCI: Fix kerneldoc warningsGravatar Krzysztof Kozlowski 1-1/+1
2020-05-05PCI: endpoint: functions/pci-epf-test: Fix DMA channel releaseGravatar Kunihiko Hayashi 1-0/+3
2020-04-02PCI: endpoint: Fix ->set_msix() to take BIR and offset as argumentsGravatar Kishon Vijay Abraham I 1-6/+26
2020-04-02PCI: endpoint: functions/pci-epf-test: Print throughput informationGravatar Kishon Vijay Abraham I 1-0/+48
2020-04-02PCI: endpoint: functions/pci-epf-test: Add DMA support to transfer dataGravatar Kishon Vijay Abraham I 1-3/+202
2020-02-26PCI: pci-epf-test: Add support to defer core initializationGravatar Vidya Sagar 1-41/+77
2020-02-24PCI: endpoint: Use notification chain mechanism to notify EPC events to EPFGravatar Kishon Vijay Abraham I 1-3/+10
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsGravatar Denis Efremov 1-5/+5
2019-06-11PCI: endpoint: Clear BAR before freeing its spaceGravatar Alan Mikhak 1-1/+1
2019-06-11PCI: endpoint: Skip odd BAR when skipping 64bit BARGravatar Alan Mikhak 1-13/+12
2019-06-11PCI: endpoint: Allocate enough space for fixed size BARGravatar Alan Mikhak 1-1/+7
2019-05-13Merge branch 'remotes/lorenzo/pci/misc'Gravatar Bjorn Helgaas 1-0/+5
2019-04-15PCI: endpoint: Add support to specify alignment for buffers allocated to BARsGravatar Kishon Vijay Abraham I 1-2/+3
2019-04-12PCI: endpoint: Fix a potential NULL pointer dereferenceGravatar Kangjie Lu 1-0/+5
2019-02-15PCI: pci-epf-test: Use pci_epc_get_features() to get EPC featuresGravatar Kishon Vijay Abraham I 1-33/+54
2019-02-15PCI: pci-epf-test: Do not allocate next BARs memory if current BAR is 64BitGravatar Kishon Vijay Abraham I 1-0/+4
2019-02-15PCI: pci-epf-test: Remove setting epf_bar flags in function driverGravatar Kishon Vijay Abraham I 1-4/+0
2019-02-13PCI: endpoint: functions: Use memcpy_fromio()/memcpy_toio()Gravatar Wen Yang 1-2/+2
2018-07-19pci-epf-test/pci_endpoint_test: Add MSI-X supportGravatar Gustavo Pimentel 1-2/+27
2018-07-19pci-epf-test/pci_endpoint_test: Cleanup PCI_ENDPOINT_TEST memspaceGravatar Gustavo Pimentel 1-20/+41
2018-06-06Merge branch 'lorenzo/pci/endpoint'Gravatar Bjorn Helgaas 1-14/+14
2018-05-15PCI: dwc: Add support for EP modeGravatar Gustavo Pimentel 1-0/+7
2018-05-15PCI: endpoint: functions/pci-epf-test: Replace lower into upper case charactersGravatar Gustavo Pimentel 1-13/+13
2018-05-08PCI: endpoint: Replace mdelay with usleep_range() in pci_epf_test_write()Gravatar Jia-Ju Bai 1-1/+1
2018-04-03PCI: endpoint: Make epc->ops->clear_bar()/pci_epc_clear_bar() take struct *ep...Gravatar Niklas Cassel 1-1/+4