summaryrefslogtreecommitdiff
path: root/include/linux/pci-epc.h
AgeCommit message (Expand)AuthorFilesLines
2025-05-29PCI: endpoint: Align pci_epc_set_msix(), pci_epc_ops::set_msix() nr_irqs enco...Niklas Cassel1-3/+3
2025-05-29PCI: endpoint: Align pci_epc_set_msi(), pci_epc_ops::set_msi() nr_irqs encodingNiklas Cassel1-3/+2
2025-03-27Merge branch 'pci/endpoint-test'Bjorn Helgaas1-0/+2
2025-03-26PCI: endpoint: Add intx_capable to epc_features structNiklas Cassel1-0/+2
2025-03-08PCI: endpoint: Remove unused devm_pci_epc_destroy()Zijun Hu1-1/+0
2025-03-08PCI: endpoint: Add pci_epc_bar_size_to_rebar_cap()Niklas Cassel1-0/+1
2025-03-08PCI: endpoint: Allow EPF drivers to configure the size of Resizable BARsNiklas Cassel1-0/+4
2024-11-18PCI: endpoint: Fix pci_epc_map map_size kerneldoc stringRick Wertenbroek1-1/+1
2024-10-16PCI: endpoint: Introduce pci_epc_mem_map()/unmap()Damien Le Moal1-0/+38
2024-09-19Merge branch 'pci/controller/qcom'Bjorn Helgaas1-0/+2
2024-09-03PCI: endpoint: Fix enum pci_epc_bar_type kerneldocBjorn Helgaas1-0/+1
2024-09-01PCI: endpoint: Assign PCI domain number for endpoint controllersManivannan Sadhasivam1-0/+2
2024-07-04PCI: endpoint: Introduce 'epc_deinit' event and notify the EPF driversManivannan Sadhasivam1-0/+13
2024-05-28PCI: endpoint: Rename BME to Bus Master EnableManivannan Sadhasivam1-1/+1
2024-04-10PCI: endpoint: Remove "core_init_notifier" flagManivannan Sadhasivam1-3/+4
2024-02-16PCI: endpoint: Drop only_64bit on reserved BARsNiklas Cassel1-0/+5
2024-02-16PCI: endpoint: Clean up hardware description for BARsNiklas Cassel1-6/+28
2024-01-15Merge branch 'pci/misc'Bjorn Helgaas1-1/+1
2024-01-15PCI: Fix kernel-doc issuesBjorn Helgaas1-1/+1
2023-12-18PCI: endpoint: Drop PCI_EPC_IRQ_XXX definitionsDamien Le Moal1-9/+2
2023-06-23PCI: endpoint: Add BME notifier supportManivannan Sadhasivam1-0/+1
2023-06-23PCI: endpoint: Add linkdown notifier supportManivannan Sadhasivam1-0/+1
2023-02-14PCI: endpoint: Use link_up() callback in place of LINK_UP notifierManivannan Sadhasivam1-8/+0
2023-02-14PCI: endpoint: Use a separate lock for protecting epc->pci_epf listManivannan Sadhasivam1-0/+2
2021-08-19PCI: endpoint: Add virtual function number in pci_epc opsKishon Vijay Abraham I1-26/+31
2021-07-06PCI: Fix kernel-doc formattingKrzysztof WilczyƄski1-1/+4
2021-02-23PCI: endpoint: Add pci_epc_ops to map MSI IRQKishon Vijay Abraham I1-0/+8
2021-02-23PCI: endpoint: Add support to associate secondary EPC with EPFKishon Vijay Abraham I1-2/+23
2021-02-23PCI: endpoint: Make *_free_bar() to return error codes on failureKishon Vijay Abraham I1-4/+4
2021-02-23PCI: endpoint: Add helper API to get the 'next' unreserved BARKishon Vijay Abraham I1-0/+2
2020-05-22PCI: endpoint: Add support to handle multiple base for mapping outbound memoryLad Prabhakar1-9/+24
2020-05-11PCI: endpoint: Pass page size as argument to pci_epc_mem_init()Lad Prabhakar1-3/+2
2020-04-02PCI: endpoint: Fix ->set_msix() to take BIR and offset as argumentsKishon Vijay Abraham I1-2/+4
2020-02-25PCI: endpoint: Add notification for core init completionVidya Sagar1-0/+1
2020-02-25PCI: endpoint: Add core init notifying featureVidya Sagar1-0/+1
2020-02-24PCI: endpoint: Assign function number for each PF in EPC coreKishon Vijay Abraham I1-0/+2
2020-02-24PCI: endpoint: Fix for concurrent memory allocation in OB address regionKishon Vijay Abraham I1-0/+3
2020-02-24PCI: endpoint: Replace spinlock with mutexKishon Vijay Abraham I1-3/+3
2020-02-24PCI: endpoint: Use notification chain mechanism to notify EPC events to EPFKishon Vijay Abraham I1-0/+8
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov1-1/+1
2019-04-15PCI: endpoint: Add support to specify alignment for buffers allocated to BARsKishon Vijay Abraham I1-0/+2
2019-02-15PCI: endpoint: Remove features member in struct pci_epcKishon Vijay Abraham I1-9/+0
2019-02-15PCI: endpoint: Add helper to get first unreserved BARKishon Vijay Abraham I1-0/+2
2019-02-14PCI: endpoint: Add new pci_epc_ops to get EPC featuresKishon Vijay Abraham I1-0/+22
2018-07-19pci-epf-test/pci_endpoint_test: Add MSI-X supportGustavo Pimentel1-0/+1
2018-07-19PCI: Update xxx_pcie_ep_raise_irq() and pci_epc_raise_irq() signaturesGustavo Pimentel1-3/+3
2018-07-19PCI: endpoint: Add MSI-X interfacesGustavo Pimentel1-0/+9
2018-05-15PCI: dwc: Add support for EP modeGustavo Pimentel1-0/+8
2018-04-03PCI: endpoint: Make epc->ops->clear_bar()/pci_epc_clear_bar() take struct *ep...Niklas Cassel1-2/+3
2018-04-03PCI: endpoint: Simplify epc->ops->set_bar()/pci_epc_set_bar()Niklas Cassel1-4/+2