aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/endpoint/pci-epc-core.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-11PCI: endpoint: Set endpoint controller pointer to NULLGravatar Alan Mikhak 1-1/+2
2019-02-15PCI: endpoint: Add helper to get first unreserved BARGravatar Kishon Vijay Abraham I 1-0/+23
2019-02-14PCI: endpoint: Add new pci_epc_ops to get EPC featuresGravatar Kishon Vijay Abraham I 1-0/+30
2018-07-19PCI: endpoint: Add MSI set maximum restrictionGravatar Gustavo Pimentel 1-1/+2
2018-07-19PCI: Update xxx_pcie_ep_raise_irq() and pci_epc_raise_irq() signaturesGravatar Gustavo Pimentel 1-4/+4
2018-07-19PCI: endpoint: Add MSI-X interfacesGravatar Gustavo Pimentel 1-0/+57
2018-04-03PCI: endpoint: Make sure that BAR_5 does not have 64-bit flag set when clearingGravatar Niklas Cassel 1-1/+3
2018-04-03PCI: endpoint: Make epc->ops->clear_bar()/pci_epc_clear_bar() take struct *ep...Gravatar Niklas Cassel 1-3/+4
2018-04-03PCI: endpoint: Setting a BAR size > 4 GB is invalid if 64-bit flag is not setGravatar Niklas Cassel 1-1/+3
2018-04-03PCI: endpoint: Setting 64-bit/prefetch bit is invalid when IO is setGravatar Niklas Cassel 1-1/+4
2018-04-03PCI: endpoint: Setting BAR_5 to 64-bits wide is invalidGravatar Niklas Cassel 1-1/+3
2018-04-03PCI: endpoint: Simplify epc->ops->set_bar()/pci_epc_set_bar()Gravatar Niklas Cassel 1-6/+4
2018-02-01Merge branch 'pci/spdx' into nextGravatar Bjorn Helgaas 1-12/+1
2018-02-01Merge remote-tracking branch 'lorenzo/pci/endpoint' into nextGravatar Bjorn Helgaas 1-10/+0
2018-01-31PCI: endpoint: Add the function number as argument to EPC opsGravatar Cyrille Pitchen 1-26/+36
2018-01-28PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateGravatar Bjorn Helgaas 1-12/+1
2018-01-11PCI: endpoint: Use EPC's device in dma_alloc_coherent()/dma_free_coherent()Gravatar Kishon Vijay Abraham I 1-10/+0
2017-08-18PCI: endpoint: Use of_dma_configure() to set initial DMA maskGravatar Kishon Vijay Abraham I 1-2/+9
2017-04-11PCI: endpoint: Create configfs entry for EPC device and EPF driverGravatar Kishon Vijay Abraham I 1-0/+4
2017-04-11PCI: endpoint: Add EP core layer to enable EP controller and EP functionsGravatar Kishon Vijay Abraham I 1-0/+576