summaryrefslogtreecommitdiff
path: root/drivers/pci/endpoint/pci-epf-core.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: endpoint: Move pci_epf_type_add_cfs() codeDamien Le Moal2023-05-081-32/+0
* PCI: Remove MODULE_LICENSE so boolean drivers don't look like modulesNick Alcock2023-02-171-1/+0
* PCI: Correct misspelled and remove duplicated wordsKrzysztof Wilczyński2021-10-081-2/+2
* Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-071-2/+144
|\
| * PCI: endpoint: Add virtual function number in pci_epc opsKishon Vijay Abraham I2021-08-191-1/+47
| * PCI: endpoint: Add support to add virtual function in endpoint coreKishon Vijay Abraham I2021-08-191-1/+97
* | bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
* | PCI: endpoint: Make struct pci_epf_driver::remove return voidUwe Kleine-König2021-07-211-3/+2
|/
* PCI: endpoint: Remove redundant initialization of pointer devColin Ian King2021-04-131-1/+1
* PCI: endpoint: Add pci_epf_ops to expose function-specific attrsKishon Vijay Abraham I2021-02-231-0/+32
* PCI: endpoint: Add support to associate secondary EPC with EPFKishon Vijay Abraham I2021-02-231-16/+41
* PCI: endpoint: Remove unused pci_epf_match_device()Kishon Vijay Abraham I2021-02-231-16/+0
* PCI: Fix kerneldoc warningsKrzysztof Kozlowski2020-08-051-1/+3
* PCI: dwc: Fix dw_pcie_ep_raise_msix_irq() to get correct MSI-X table addressKishon Vijay Abraham I2020-04-021-0/+2
* PCI: endpoint: Protect concurrent access to pci_epf_ops with mutexKishon Vijay Abraham I2020-02-241-1/+10
* PCI: endpoint: Use notification chain mechanism to notify EPC events to EPFKishon Vijay Abraham I2020-02-241-21/+1
* PCI: endpoint: Add support to specify alignment for buffers allocated to BARsKishon Vijay Abraham I2019-04-151-2/+8
* PCI: endpoint: Fix pci_epf_alloc_space() to set correct MEM TYPE flagsKishon Vijay Abraham I2019-02-151-1/+3
* PCI: endpoint: Fix NULL pointer dereference error when CONFIGFS is disabledKishon Vijay Abraham I2018-07-091-19/+43
* PCI: endpoint: Use after free in pci_epf_unregister_driver()Dan Carpenter2018-06-291-2/+2
* PCI: endpoint: Create configfs entry for each pci_epf_device_id table entryKishon Vijay Abraham I2018-05-181-2/+21
* PCI: endpoint: Simplify epc->ops->set_bar()/pci_epc_set_bar()Niklas Cassel2018-04-031-0/+4
* PCI: endpoint: Remove goto labels in pci_epf_create()Rolf Evers-Fischer2018-03-011-20/+12
* PCI: endpoint: Fix kernel panic after put_device()Rolf Evers-Fischer2018-03-011-1/+1
* PCI: endpoint: Simplify name allocation for EPF deviceRolf Evers-Fischer2018-03-011-18/+4
* Merge branch 'pci/spdx' into nextBjorn Helgaas2018-02-011-12/+1
|\
| * PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas2018-01-281-12/+1
* | PCI: endpoint: Use EPC's device in dma_alloc_coherent()/dma_free_coherent()Kishon Vijay Abraham I2018-01-111-2/+2
|/
* Merge branch 'pci/misc' into nextBjorn Helgaas2017-09-071-2/+2
|\
| * PCI: Constify endpoint pci_epf_type device_typeBhumika Goyal2017-08-241-2/+2
* | PCI: endpoint: Make ->remove() callback optionalKishon Vijay Abraham I2017-08-291-2/+3
* | PCI: endpoint: Add an API to get matching "pci_epf_device_id"Kishon Vijay Abraham I2017-08-181-0/+16
|/
* PCI: endpoint: Create configfs entry for EPC device and EPF driverKishon Vijay Abraham I2017-04-111-0/+4
* PCI: endpoint: Add EP core layer to enable EP controller and EP functionsKishon Vijay Abraham I2017-04-111-0/+355