summaryrefslogtreecommitdiffstats
path: root/drivers/pci/endpoint/functions/pci-epf-vntb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/endpoint'Bjorn Helgaas2024-01-151-1/+1
|\
| * PCI: endpoint: pci-epf-vntb: Make struct pci_epf_ops constLars-Peter Clausen2023-12-181-1/+1
* | PCI: endpoint: Drop PCI_EPC_IRQ_XXX definitionsDamien Le Moal2023-12-181-5/+2
|/
* PCI: Fix typos in docs and commentsBjorn Helgaas2023-08-251-16/+16
* Merge tag 'ntb-6.5' of https://github.com/jonmason/ntbLinus Torvalds2023-07-091-0/+1
|\
| * NTB: EPF: fix possible memory leak in pci_vntb_probe()ruanjinjie2023-07-081-0/+1
* | PCI: endpoint: pci-epf-vntb: Fix typo in commentsFrank Li2023-06-231-5/+5
* | PCI: endpoint: Pass EPF device ID to the probe functionManivannan Sadhasivam2023-06-231-1/+3
|/
* PCI: endpoint: pci-epf-vntb: Add epf_ntb_mw_bar_clear() num_mws kernel-docYang Yingliang2023-01-181-0/+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
* 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
* 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-091-0/+1424