summaryrefslogtreecommitdiff
path: root/drivers/pci/endpoint/pci-epc-core.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-13PCI: Pass domain number to pci_bus_release_domain_nr() explicitlyManivannan Sadhasivam1-1/+1
2024-09-01PCI: endpoint: Assign PCI domain number for endpoint controllersManivannan Sadhasivam1-0/+14
2024-07-04PCI: endpoint: Make pci_epc_class struct constantGreg Kroah-Hartman1-12/+7
2024-07-04PCI: endpoint: Introduce 'epc_deinit' event and notify the EPF driversManivannan Sadhasivam1-0/+25
2024-05-28PCI: endpoint: Rename BME to Bus Master EnableManivannan Sadhasivam1-9/+10
2024-05-28PCI: endpoint: Rename core_init() callback in 'struct pci_epc_event_ops' to e...Manivannan Sadhasivam1-8/+8
2024-04-10PCI: endpoint: Remove "core_init_notifier" flagManivannan Sadhasivam1-0/+22
2024-02-16PCI: endpoint: Drop only_64bit on reserved BARsNiklas Cassel1-7/+0
2024-02-16PCI: endpoint: Clean up hardware description for BARsNiklas Cassel1-15/+17
2023-12-18PCI: endpoint: Use INTX instead of legacyDamien Le Moal1-2/+2
2023-12-18PCI: endpoint: Drop PCI_EPC_IRQ_XXX definitionsDamien Le Moal1-1/+1
2023-10-28Merge branch 'pci/misc'Bjorn Helgaas1-1/+0
2023-10-26PCI: endpoint: Fix double free in __pci_epc_create()Dan Carpenter1-1/+0
2023-10-05PCI: endpoint: Use IS_ERR_OR_NULL() helper functionRuan Jinjie1-6/+6
2023-07-18PCI: Explicitly include correct DT includesRob Herring1-1/+0
2023-06-23PCI: endpoint: Add BME notifier supportManivannan Sadhasivam1-0/+26
2023-06-23PCI: endpoint: Add linkdown notifier supportManivannan Sadhasivam1-0/+26
2023-06-23PCI: endpoint: Add missing documentation about the MSI/MSI-X rangeManivannan Sadhasivam1-2/+2
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-02-22Merge branch 'pci/endpoint'Bjorn Helgaas1-7/+25
2023-02-17PCI: Remove MODULE_LICENSE so boolean drivers don't look like modulesNick Alcock1-1/+0
2023-02-14PCI: endpoint: Use link_up() callback in place of LINK_UP notifierManivannan Sadhasivam1-2/+10
2023-02-14PCI: endpoint: Use callback mechanism for passing events from EPC to EPFManivannan Sadhasivam1-1/+10
2023-02-14PCI: endpoint: Use a separate lock for protecting epc->pci_epf listManivannan Sadhasivam1-4/+5
2022-10-27PCI: endpoint: Fix WARN() when an endpoint driver is removedYoshihiro Shimoda1-1/+6
2022-01-07PCI: endpoint: Return -EINVAL when interrupts num is smaller than 1Li Chen1-1/+1
2021-10-08PCI: Correct misspelled and remove duplicated wordsKrzysztof Wilczyński1-1/+1
2021-08-19PCI: endpoint: Add virtual function number in pci_epc opsKishon Vijay Abraham I1-38/+94
2021-08-19PCI: endpoint: Add support to add virtual function in endpoint coreKishon Vijay Abraham I1-1/+1
2021-03-11PCI: Fix kernel-doc errorsKrzysztof Wilczyński1-0/+2
2021-02-23PCI: endpoint: Add pci_epc_ops to map MSI IRQKishon Vijay Abraham I1-0/+41
2021-02-23PCI: endpoint: Add support to associate secondary EPC with EPFKishon Vijay Abraham I1-11/+36
2021-02-23PCI: endpoint: Make *_free_bar() to return error codes on failureKishon Vijay Abraham I1-6/+6
2021-02-23PCI: endpoint: Add helper API to get the 'next' unreserved BARKishon Vijay Abraham I1-4/+22
2021-02-23PCI: endpoint: Make *_get_first_free_bar() take into account 64 bit BARKishon Vijay Abraham I1-2/+10
2020-08-05PCI: Fix kerneldoc warningsKrzysztof Kozlowski1-1/+1
2020-04-02PCI: endpoint: Fix ->set_msix() to take BIR and offset as argumentsKishon Vijay Abraham I1-2/+5
2020-02-25PCI: endpoint: Add notification for core init completionVidya Sagar1-1/+18
2020-02-24PCI: endpoint: Assign function number for each PF in EPC coreKishon Vijay Abraham I1-4/+22
2020-02-24PCI: endpoint: Replace spinlock with mutexKishon Vijay Abraham I1-51/+31
2020-02-24PCI: endpoint: Use notification chain mechanism to notify EPC events to EPFKishon Vijay Abraham I1-7/+2
2019-06-11PCI: endpoint: Set endpoint controller pointer to NULLAlan Mikhak1-1/+2
2019-02-15PCI: endpoint: Add helper to get first unreserved BARKishon Vijay Abraham I1-0/+23
2019-02-14PCI: endpoint: Add new pci_epc_ops to get EPC featuresKishon Vijay Abraham I1-0/+30
2018-07-19PCI: endpoint: Add MSI set maximum restrictionGustavo Pimentel1-1/+2
2018-07-19PCI: Update xxx_pcie_ep_raise_irq() and pci_epc_raise_irq() signaturesGustavo Pimentel1-4/+4
2018-07-19PCI: endpoint: Add MSI-X interfacesGustavo Pimentel1-0/+57
2018-04-03PCI: endpoint: Make sure that BAR_5 does not have 64-bit flag set when clearingNiklas Cassel1-1/+3
2018-04-03PCI: endpoint: Make epc->ops->clear_bar()/pci_epc_clear_bar() take struct *ep...Niklas Cassel1-3/+4
2018-04-03PCI: endpoint: Setting a BAR size > 4 GB is invalid if 64-bit flag is not setNiklas Cassel1-1/+3