aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/endpoint/pci-epf-core.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-08PCI: Correct misspelled and remove duplicated wordsGravatar Krzysztof Wilczyński 1-2/+2
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+144
2021-08-19PCI: endpoint: Add virtual function number in pci_epc opsGravatar Kishon Vijay Abraham I 1-1/+47
2021-08-19PCI: endpoint: Add support to add virtual function in endpoint coreGravatar Kishon Vijay Abraham I 1-1/+97
2021-07-21bus: Make remove callback return voidGravatar Uwe Kleine-König 1-3/+1
2021-07-21PCI: endpoint: Make struct pci_epf_driver::remove return voidGravatar Uwe Kleine-König 1-3/+2
2021-04-13PCI: endpoint: Remove redundant initialization of pointer devGravatar Colin Ian King 1-1/+1
2021-02-23PCI: endpoint: Add pci_epf_ops to expose function-specific attrsGravatar Kishon Vijay Abraham I 1-0/+32
2021-02-23PCI: endpoint: Add support to associate secondary EPC with EPFGravatar Kishon Vijay Abraham I 1-16/+41
2021-02-23PCI: endpoint: Remove unused pci_epf_match_device()Gravatar Kishon Vijay Abraham I 1-16/+0
2020-08-05PCI: Fix kerneldoc warningsGravatar Krzysztof Kozlowski 1-1/+3
2020-04-02PCI: dwc: Fix dw_pcie_ep_raise_msix_irq() to get correct MSI-X table addressGravatar Kishon Vijay Abraham I 1-0/+2
2020-02-24PCI: endpoint: Protect concurrent access to pci_epf_ops with mutexGravatar Kishon Vijay Abraham I 1-1/+10
2020-02-24PCI: endpoint: Use notification chain mechanism to notify EPC events to EPFGravatar Kishon Vijay Abraham I 1-21/+1
2019-04-15PCI: endpoint: Add support to specify alignment for buffers allocated to BARsGravatar Kishon Vijay Abraham I 1-2/+8
2019-02-15PCI: endpoint: Fix pci_epf_alloc_space() to set correct MEM TYPE flagsGravatar Kishon Vijay Abraham I 1-1/+3
2018-07-09PCI: endpoint: Fix NULL pointer dereference error when CONFIGFS is disabledGravatar Kishon Vijay Abraham I 1-19/+43
2018-06-29PCI: endpoint: Use after free in pci_epf_unregister_driver()Gravatar Dan Carpenter 1-2/+2
2018-05-18PCI: endpoint: Create configfs entry for each pci_epf_device_id table entryGravatar Kishon Vijay Abraham I 1-2/+21
2018-04-03PCI: endpoint: Simplify epc->ops->set_bar()/pci_epc_set_bar()Gravatar Niklas Cassel 1-0/+4
2018-03-01PCI: endpoint: Remove goto labels in pci_epf_create()Gravatar Rolf Evers-Fischer 1-20/+12
2018-03-01PCI: endpoint: Fix kernel panic after put_device()Gravatar Rolf Evers-Fischer 1-1/+1
2018-03-01PCI: endpoint: Simplify name allocation for EPF deviceGravatar Rolf Evers-Fischer 1-18/+4
2018-02-01Merge branch 'pci/spdx' into nextGravatar Bjorn Helgaas 1-12/+1
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-2/+2
2017-09-07Merge branch 'pci/misc' into nextGravatar Bjorn Helgaas 1-2/+2
2017-08-29PCI: endpoint: Make ->remove() callback optionalGravatar Kishon Vijay Abraham I 1-2/+3
2017-08-24PCI: Constify endpoint pci_epf_type device_typeGravatar Bhumika Goyal 1-2/+2
2017-08-18PCI: endpoint: Add an API to get matching "pci_epf_device_id"Gravatar Kishon Vijay Abraham I 1-0/+16
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/+355