summaryrefslogtreecommitdiffstats
path: root/include/linux/pci-epf.h
Commit message (Expand)AuthorAgeFilesLines
* PCI: endpoint: Refactor pci_epf_alloc_space() APINiklas Cassel2024-02-091-1/+3
* Merge branch 'pci/misc'Bjorn Helgaas2024-01-151-1/+1
|\
| * PCI: Fix kernel-doc issuesBjorn Helgaas2024-01-151-1/+1
* | PCI: endpoint: Make struct pci_epf_ops in pci_epf_driver constLars-Peter Clausen2023-12-181-1/+1
|/
* PCI: endpoint: Add BME notifier supportManivannan Sadhasivam2023-06-231-0/+2
* PCI: endpoint: Add linkdown notifier supportManivannan Sadhasivam2023-06-231-0/+2
* PCI: endpoint: Pass EPF device ID to the probe functionManivannan Sadhasivam2023-06-231-1/+4
* PCI: endpoint: Move pci_epf_type_add_cfs() codeDamien Le Moal2023-06-231-2/+0
* PCI: endpoint: Use link_up() callback in place of LINK_UP notifierManivannan Sadhasivam2023-02-141-6/+2
* PCI: endpoint: Use callback mechanism for passing events from EPC to EPFManivannan Sadhasivam2023-02-141-1/+10
* Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-071-1/+15
|\
| * PCI: endpoint: Add support to add virtual function in endpoint coreKishon Vijay Abraham I2021-08-191-1/+15
* | PCI: endpoint: Make struct pci_epf_driver::remove return voidUwe Kleine-König2021-07-211-1/+1
|/
* PCI: Fix kernel-doc formattingKrzysztof Wilczyński2021-07-061-1/+4
* PCI: endpoint: Allow user to create sub-directory of 'EPF Device' directoryKishon Vijay Abraham I2021-02-231-0/+3
* PCI: endpoint: Add pci_epf_ops to expose function-specific attrsKishon Vijay Abraham I2021-02-231-0/+5
* PCI: endpoint: Add support to associate secondary EPC with EPFKishon Vijay Abraham I2021-02-231-2/+15
* PCI: endpoint: Remove unused pci_epf_match_device()Kishon Vijay Abraham I2021-02-231-2/+0
* PCI: endpoint: Make *_free_bar() to return error codes on failureKishon Vijay Abraham I2021-02-231-0/+1
* PCI: dwc: Fix dw_pcie_ep_raise_msix_irq() to get correct MSI-X table addressKishon Vijay Abraham I2020-04-021-0/+15
* PCI: endpoint: Add notification for core init completionVidya Sagar2020-02-251-0/+5
* PCI: endpoint: Protect concurrent access to pci_epf_ops with mutexKishon Vijay Abraham I2020-02-241-0/+3
* PCI: endpoint: Use notification chain mechanism to notify EPC events to EPFKishon Vijay Abraham I2020-02-241-4/+2
* PCI: endpoint: Add support to specify alignment for buffers allocated to BARsKishon Vijay Abraham I2019-04-151-1/+2
* PCI: endpoint: Add MSI-X interfacesGustavo Pimentel2018-07-191-0/+1
* PCI: endpoint: Create configfs entry for each pci_epf_device_id table entryKishon Vijay Abraham I2018-05-181-2/+2
* PCI: endpoint: Simplify epc->ops->set_bar()/pci_epc_set_bar()Niklas Cassel2018-04-031-0/+2
* PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas2018-01-281-4/+1
* Merge branch 'pci/endpoint' into nextBjorn Helgaas2017-09-071-0/+2
|\
| * PCI: endpoint: Add an API to get matching "pci_epf_device_id"Kishon Vijay Abraham I2017-08-181-0/+2
* | PCI: Move enum pci_interrupt_pin to linux/pci.hPaul Burton2017-08-151-8/+1
|/
* PCI: endpoint: Create configfs entry for EPC device and EPF driverKishon Vijay Abraham I2017-04-111-0/+2
* PCI: endpoint: Add EP core layer to enable EP controller and EP functionsKishon Vijay Abraham I2017-04-111-0/+160