summaryrefslogtreecommitdiff
path: root/drivers/pci/endpoint/functions/pci-epf-vntb.c
AgeCommit message (Expand)Author
2024-07-04PCI: endpoint: Fix error handling in epf_ntb_epc_cleanup()Dan Carpenter
2024-07-04PCI: endpoint: Clean up error handling in vpci_scan_bus()Dan Carpenter
2024-02-16PCI: endpoint: Clean up hardware description for BARsNiklas Cassel
2024-02-16PCI: epf-vntb: Return actual error code during pci_vntb_probe() failureYang Yingliang
2024-02-16NTB: fix possible name leak in ntb_register_device()Yang Yingliang
2024-02-09PCI: endpoint: pci-epf-vntb: Remove superfluous checks for pci_epf_alloc_spac...Niklas Cassel
2024-02-09PCI: endpoint: Refactor pci_epf_alloc_space() APINiklas Cassel
2024-01-15Merge branch 'pci/endpoint'Bjorn Helgaas
2023-12-18PCI: endpoint: pci-epf-vntb: Make struct pci_epf_ops constLars-Peter Clausen
2023-12-18PCI: endpoint: Drop PCI_EPC_IRQ_XXX definitionsDamien Le Moal
2023-08-25PCI: Fix typos in docs and commentsBjorn Helgaas
2023-07-09Merge tag 'ntb-6.5' of https://github.com/jonmason/ntbLinus Torvalds
2023-07-08NTB: EPF: fix possible memory leak in pci_vntb_probe()ruanjinjie
2023-06-23PCI: endpoint: pci-epf-vntb: Fix typo in commentsFrank Li
2023-06-23PCI: endpoint: Pass EPF device ID to the probe functionManivannan Sadhasivam
2023-01-18PCI: endpoint: pci-epf-vntb: Add epf_ntb_mw_bar_clear() num_mws kernel-docYang Yingliang
2022-11-23PCI: endpoint: pci-epf-vntb: Fix sparse ntb->reg build warningFrank Li
2022-11-23PCI: endpoint: pci-epf-vntb: Fix sparse build warning for epf_dbFrank Li
2022-11-23PCI: endpoint: pci-epf-vntb: Replace hardcoded 4 with sizeof(u32)Frank Li
2022-11-23PCI: endpoint: pci-epf-vntb: Remove unused epf_db_phy struct memberFrank Li
2022-11-23PCI: endpoint: pci-epf-vntb: Fix call pci_epc_mem_free_addr() in error pathFrank Li
2022-11-23PCI: endpoint: pci-epf-vntb: Fix struct epf_ntb_ctrl indentationFrank Li
2022-11-23PCI: endpoint: pci-epf-vntb: Clean up kernel_doc warningFrank Li
2022-08-09NTB: EPF: Tidy up some bounds checksDan Carpenter
2022-08-09NTB: EPF: Fix error code in epf_ntb_bind()Dan Carpenter
2022-08-09PCI: endpoint: pci-epf-vntb: reduce several globals to staticsTom Rix
2022-08-09PCI: endpoint: pci-epf-vntb: fix error handle in epf_ntb_mw_bar_init()Yang Yingliang
2022-08-09NTB: EPF: set pointer addr to null using NULL rather than 0Colin Ian King
2022-08-09PCI: endpoint: Support NTB transfer between RC and EPFrank Li