summaryrefslogtreecommitdiff
path: root/drivers/pci/endpoint/pci-epc-core.c
AgeCommit message (Expand)Author
2023-12-18PCI: endpoint: Use INTX instead of legacyDamien Le Moal
2023-12-18PCI: endpoint: Drop PCI_EPC_IRQ_XXX definitionsDamien Le Moal
2023-10-28Merge branch 'pci/misc'Bjorn Helgaas
2023-10-26PCI: endpoint: Fix double free in __pci_epc_create()Dan Carpenter
2023-10-05PCI: endpoint: Use IS_ERR_OR_NULL() helper functionRuan Jinjie
2023-07-18PCI: Explicitly include correct DT includesRob Herring
2023-06-23PCI: endpoint: Add BME notifier supportManivannan Sadhasivam
2023-06-23PCI: endpoint: Add linkdown notifier supportManivannan Sadhasivam
2023-06-23PCI: endpoint: Add missing documentation about the MSI/MSI-X rangeManivannan Sadhasivam
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-02-22Merge branch 'pci/endpoint'Bjorn Helgaas
2023-02-17PCI: Remove MODULE_LICENSE so boolean drivers don't look like modulesNick Alcock
2023-02-14PCI: endpoint: Use link_up() callback in place of LINK_UP notifierManivannan Sadhasivam
2023-02-14PCI: endpoint: Use callback mechanism for passing events from EPC to EPFManivannan Sadhasivam
2023-02-14PCI: endpoint: Use a separate lock for protecting epc->pci_epf listManivannan Sadhasivam
2022-10-27PCI: endpoint: Fix WARN() when an endpoint driver is removedYoshihiro Shimoda
2022-01-07PCI: endpoint: Return -EINVAL when interrupts num is smaller than 1Li Chen
2021-10-08PCI: Correct misspelled and remove duplicated wordsKrzysztof Wilczyński
2021-08-19PCI: endpoint: Add virtual function number in pci_epc opsKishon Vijay Abraham I
2021-08-19PCI: endpoint: Add support to add virtual function in endpoint coreKishon Vijay Abraham I
2021-03-11PCI: Fix kernel-doc errorsKrzysztof Wilczyński
2021-02-23PCI: endpoint: Add pci_epc_ops to map MSI IRQKishon Vijay Abraham I
2021-02-23PCI: endpoint: Add support to associate secondary EPC with EPFKishon Vijay Abraham I
2021-02-23PCI: endpoint: Make *_free_bar() to return error codes on failureKishon Vijay Abraham I
2021-02-23PCI: endpoint: Add helper API to get the 'next' unreserved BARKishon Vijay Abraham I
2021-02-23PCI: endpoint: Make *_get_first_free_bar() take into account 64 bit BARKishon Vijay Abraham I
2020-08-05PCI: Fix kerneldoc warningsKrzysztof Kozlowski
2020-04-02PCI: endpoint: Fix ->set_msix() to take BIR and offset as argumentsKishon Vijay Abraham I
2020-02-25PCI: endpoint: Add notification for core init completionVidya Sagar
2020-02-24PCI: endpoint: Assign function number for each PF in EPC coreKishon Vijay Abraham I
2020-02-24PCI: endpoint: Replace spinlock with mutexKishon Vijay Abraham I
2020-02-24PCI: endpoint: Use notification chain mechanism to notify EPC events to EPFKishon Vijay Abraham I
2019-06-11PCI: endpoint: Set endpoint controller pointer to NULLAlan Mikhak
2019-02-15PCI: endpoint: Add helper to get first unreserved BARKishon Vijay Abraham I
2019-02-14PCI: endpoint: Add new pci_epc_ops to get EPC featuresKishon Vijay Abraham I
2018-07-19PCI: endpoint: Add MSI set maximum restrictionGustavo Pimentel
2018-07-19PCI: Update xxx_pcie_ep_raise_irq() and pci_epc_raise_irq() signaturesGustavo Pimentel
2018-07-19PCI: endpoint: Add MSI-X interfacesGustavo Pimentel
2018-04-03PCI: endpoint: Make sure that BAR_5 does not have 64-bit flag set when clearingNiklas Cassel
2018-04-03PCI: endpoint: Make epc->ops->clear_bar()/pci_epc_clear_bar() take struct *ep...Niklas Cassel
2018-04-03PCI: endpoint: Setting a BAR size > 4 GB is invalid if 64-bit flag is not setNiklas Cassel
2018-04-03PCI: endpoint: Setting 64-bit/prefetch bit is invalid when IO is setNiklas Cassel
2018-04-03PCI: endpoint: Setting BAR_5 to 64-bits wide is invalidNiklas Cassel
2018-04-03PCI: endpoint: Simplify epc->ops->set_bar()/pci_epc_set_bar()Niklas Cassel
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas
2018-02-01Merge remote-tracking branch 'lorenzo/pci/endpoint' into nextBjorn Helgaas
2018-01-31PCI: endpoint: Add the function number as argument to EPC opsCyrille Pitchen
2018-01-28PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas
2018-01-11PCI: endpoint: Use EPC's device in dma_alloc_coherent()/dma_free_coherent()Kishon Vijay Abraham I
2017-08-18PCI: endpoint: Use of_dma_configure() to set initial DMA maskKishon Vijay Abraham I