aboutsummaryrefslogtreecommitdiff
path: root/include/linux/pci-epf.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-09PCI: endpoint: Refactor pci_epf_alloc_space() APIGravatar Niklas Cassel 1-1/+3
2024-01-15Merge branch 'pci/misc'Gravatar Bjorn Helgaas 1-1/+1
2024-01-15PCI: Fix kernel-doc issuesGravatar Bjorn Helgaas 1-1/+1
2023-12-18PCI: endpoint: Make struct pci_epf_ops in pci_epf_driver constGravatar Lars-Peter Clausen 1-1/+1
2023-06-23PCI: endpoint: Add BME notifier supportGravatar Manivannan Sadhasivam 1-0/+2
2023-06-23PCI: endpoint: Add linkdown notifier supportGravatar Manivannan Sadhasivam 1-0/+2
2023-06-23PCI: endpoint: Pass EPF device ID to the probe functionGravatar Manivannan Sadhasivam 1-1/+4
2023-06-23PCI: endpoint: Move pci_epf_type_add_cfs() codeGravatar Damien Le Moal 1-2/+0
2023-02-14PCI: endpoint: Use link_up() callback in place of LINK_UP notifierGravatar Manivannan Sadhasivam 1-6/+2
2023-02-14PCI: endpoint: Use callback mechanism for passing events from EPC to EPFGravatar Manivannan Sadhasivam 1-1/+10
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+15
2021-08-19PCI: endpoint: Add support to add virtual function in endpoint coreGravatar Kishon Vijay Abraham I 1-1/+15
2021-07-21PCI: endpoint: Make struct pci_epf_driver::remove return voidGravatar Uwe Kleine-König 1-1/+1
2021-07-06PCI: Fix kernel-doc formattingGravatar Krzysztof Wilczyński 1-1/+4
2021-02-23PCI: endpoint: Allow user to create sub-directory of 'EPF Device' directoryGravatar Kishon Vijay Abraham I 1-0/+3
2021-02-23PCI: endpoint: Add pci_epf_ops to expose function-specific attrsGravatar Kishon Vijay Abraham I 1-0/+5
2021-02-23PCI: endpoint: Add support to associate secondary EPC with EPFGravatar Kishon Vijay Abraham I 1-2/+15
2021-02-23PCI: endpoint: Remove unused pci_epf_match_device()Gravatar Kishon Vijay Abraham I 1-2/+0
2021-02-23PCI: endpoint: Make *_free_bar() to return error codes on failureGravatar Kishon Vijay Abraham I 1-0/+1
2020-04-02PCI: dwc: Fix dw_pcie_ep_raise_msix_irq() to get correct MSI-X table addressGravatar Kishon Vijay Abraham I 1-0/+15
2020-02-25PCI: endpoint: Add notification for core init completionGravatar Vidya Sagar 1-0/+5
2020-02-24PCI: endpoint: Protect concurrent access to pci_epf_ops with mutexGravatar Kishon Vijay Abraham I 1-0/+3
2020-02-24PCI: endpoint: Use notification chain mechanism to notify EPC events to EPFGravatar Kishon Vijay Abraham I 1-4/+2
2019-04-15PCI: endpoint: Add support to specify alignment for buffers allocated to BARsGravatar Kishon Vijay Abraham I 1-1/+2
2018-07-19PCI: endpoint: Add MSI-X interfacesGravatar Gustavo Pimentel 1-0/+1
2018-05-18PCI: endpoint: Create configfs entry for each pci_epf_device_id table entryGravatar Kishon Vijay Abraham I 1-2/+2
2018-04-03PCI: endpoint: Simplify epc->ops->set_bar()/pci_epc_set_bar()Gravatar Niklas Cassel 1-0/+2
2018-01-28PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateGravatar Bjorn Helgaas 1-4/+1
2017-09-07Merge branch 'pci/endpoint' into nextGravatar Bjorn Helgaas 1-0/+2
2017-08-18PCI: endpoint: Add an API to get matching "pci_epf_device_id"Gravatar Kishon Vijay Abraham I 1-0/+2
2017-08-15PCI: Move enum pci_interrupt_pin to linux/pci.hGravatar Paul Burton 1-8/+1
2017-04-11PCI: endpoint: Create configfs entry for EPC device and EPF driverGravatar Kishon Vijay Abraham I 1-0/+2
2017-04-11PCI: endpoint: Add EP core layer to enable EP controller and EP functionsGravatar Kishon Vijay Abraham I 1-0/+160