summaryrefslogtreecommitdiff
path: root/drivers/pci/endpoint/pci-epf-core.c
AgeCommit message (Expand)Author
2023-06-23PCI: endpoint: Pass EPF device ID to the probe functionManivannan Sadhasivam
2023-06-23PCI: endpoint: Move pci_epf_type_add_cfs() codeDamien Le Moal
2023-02-17PCI: Remove MODULE_LICENSE so boolean drivers don't look like modulesNick Alcock
2021-10-08PCI: Correct misspelled and remove duplicated wordsKrzysztof Wilczyński
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
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-07-21bus: Make remove callback return voidUwe Kleine-König
2021-07-21PCI: endpoint: Make struct pci_epf_driver::remove return voidUwe Kleine-König
2021-04-13PCI: endpoint: Remove redundant initialization of pointer devColin Ian King
2021-02-23PCI: endpoint: Add pci_epf_ops to expose function-specific attrsKishon Vijay Abraham I
2021-02-23PCI: endpoint: Add support to associate secondary EPC with EPFKishon Vijay Abraham I
2021-02-23PCI: endpoint: Remove unused pci_epf_match_device()Kishon Vijay Abraham I
2020-08-05PCI: Fix kerneldoc warningsKrzysztof Kozlowski
2020-04-02PCI: dwc: Fix dw_pcie_ep_raise_msix_irq() to get correct MSI-X table addressKishon Vijay Abraham I
2020-02-24PCI: endpoint: Protect concurrent access to pci_epf_ops with mutexKishon Vijay Abraham I
2020-02-24PCI: endpoint: Use notification chain mechanism to notify EPC events to EPFKishon Vijay Abraham I
2019-04-15PCI: endpoint: Add support to specify alignment for buffers allocated to BARsKishon Vijay Abraham I
2019-02-15PCI: endpoint: Fix pci_epf_alloc_space() to set correct MEM TYPE flagsKishon Vijay Abraham I
2018-07-09PCI: endpoint: Fix NULL pointer dereference error when CONFIGFS is disabledKishon Vijay Abraham I
2018-06-29PCI: endpoint: Use after free in pci_epf_unregister_driver()Dan Carpenter
2018-05-18PCI: endpoint: Create configfs entry for each pci_epf_device_id table entryKishon Vijay Abraham I
2018-04-03PCI: endpoint: Simplify epc->ops->set_bar()/pci_epc_set_bar()Niklas Cassel
2018-03-01PCI: endpoint: Remove goto labels in pci_epf_create()Rolf Evers-Fischer
2018-03-01PCI: endpoint: Fix kernel panic after put_device()Rolf Evers-Fischer
2018-03-01PCI: endpoint: Simplify name allocation for EPF deviceRolf Evers-Fischer
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas
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-09-07Merge branch 'pci/misc' into nextBjorn Helgaas
2017-08-29PCI: endpoint: Make ->remove() callback optionalKishon Vijay Abraham I
2017-08-24PCI: Constify endpoint pci_epf_type device_typeBhumika Goyal
2017-08-18PCI: endpoint: Add an API to get matching "pci_epf_device_id"Kishon Vijay Abraham I
2017-04-11PCI: endpoint: Create configfs entry for EPC device and EPF driverKishon Vijay Abraham I
2017-04-11PCI: endpoint: Add EP core layer to enable EP controller and EP functionsKishon Vijay Abraham I