summaryrefslogtreecommitdiffstats
path: root/drivers/pci/endpoint
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/misc'Bjorn Helgaas2023-02-221-0/+1
|\
| * PCI: endpoint: pci-epf-vntb: Add epf_ntb_mw_bar_clear() num_mws kernel-docYang Yingliang2023-01-181-0/+1
* | Merge branch 'pci/endpoint'Bjorn Helgaas2023-02-222-33/+37
|\ \
| * | PCI: endpoint: Use link_up() callback in place of LINK_UP notifierManivannan Sadhasivam2023-02-142-25/+20
| * | PCI: endpoint: Use callback mechanism for passing events from EPC to EPFManivannan Sadhasivam2023-02-142-8/+16
| * | PCI: endpoint: Use a separate lock for protecting epc->pci_epf listManivannan Sadhasivam2023-02-141-4/+5
| |/
* / PCI: Remove MODULE_LICENSE so boolean drivers don't look like modulesNick Alcock2023-02-174-4/+0
|/
* Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas2022-12-102-10/+10
|\
| * PCI: endpoint: Fix Kconfig indent styleShunsuke Mie2022-11-111-9/+9
| * PCI: pci-epf-test: Register notifier if only core_init_notifier is enabledKunihiko Hayashi2022-10-271-1/+1
* | PCI: endpoint: pci-epf-vntb: Fix sparse ntb->reg build warningFrank Li2022-11-231-4/+4
* | PCI: endpoint: pci-epf-vntb: Fix sparse build warning for epf_dbFrank Li2022-11-231-6/+4
* | PCI: endpoint: pci-epf-vntb: Replace hardcoded 4 with sizeof(u32)Frank Li2022-11-231-12/+12
* | PCI: endpoint: pci-epf-vntb: Remove unused epf_db_phy struct memberFrank Li2022-11-231-1/+0
* | PCI: endpoint: pci-epf-vntb: Fix call pci_epc_mem_free_addr() in error pathFrank Li2022-11-231-1/+1
* | PCI: endpoint: pci-epf-vntb: Fix struct epf_ntb_ctrl indentationFrank Li2022-11-231-14/+14
* | PCI: endpoint: pci-epf-vntb: Clean up kernel_doc warningFrank Li2022-11-231-29/+54
* | PCI: endpoint: Fix WARN() when an endpoint driver is removedYoshihiro Shimoda2022-10-271-1/+6
|/
* Merge tag 'ntb-5.20' of https://github.com/jonmason/ntbLinus Torvalds2022-08-133-0/+1455
|\
| * NTB: EPF: Tidy up some bounds checksDan Carpenter2022-08-091-2/+9
| * NTB: EPF: Fix error code in epf_ntb_bind()Dan Carpenter2022-08-091-1/+2
| * PCI: endpoint: pci-epf-vntb: reduce several globals to staticsTom Rix2022-08-091-3/+3
| * PCI: endpoint: pci-epf-vntb: fix error handle in epf_ntb_mw_bar_init()Yang Yingliang2022-08-091-5/+15
| * PCI: endpoint: Fix Kconfig dependencyRen Zhijie2022-08-091-0/+1
| * NTB: EPF: set pointer addr to null using NULL rather than 0Colin Ian King2022-08-091-1/+1
| * PCI: endpoint: Support NTB transfer between RC and EPFrank Li2022-08-093-0/+1436
* | Merge branch 'pci/ctrl/dwc-edma'Bjorn Helgaas2022-08-041-10/+106
|\ \
| * | PCI: endpoint: Enable DMA tests for endpoints with DMA capabilitiesFrank Li2022-07-121-10/+106
| |/
* / PCI: endpoint: Don't stop controller when unbinding endpoint functionShunsuke Mie2022-07-061-1/+0
|/
* 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
|/