linux-stable/drivers/pci/endpoint
Kishon Vijay Abraham I 3d3248dbd0 PCI: endpoint: Replace spinlock with mutex
The pci_epc_ops is not intended to be invoked from interrupt context.
Hence replace spin_lock_irqsave and spin_unlock_irqrestore with
mutex_lock and mutex_unlock respectively.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2020-02-24 10:07:52 +00:00
..
functions PCI: endpoint: Use notification chain mechanism to notify EPC events to EPF 2020-02-24 10:07:06 +00:00
Kconfig PCI: consolidate PCI config entry in drivers/pci 2018-11-23 11:45:34 +09:00
Makefile PCI: Add SPDX GPL-2.0 when no license was specified 2018-01-26 11:45:16 -06:00
pci-ep-cfs.c PCI: endpoint: Add MSI-X interfaces 2018-07-19 11:34:23 +01:00
pci-epc-core.c PCI: endpoint: Replace spinlock with mutex 2020-02-24 10:07:52 +00:00
pci-epc-mem.c PCI: endpoint: Cast the page number to phys_addr_t 2019-10-15 15:47:54 +01:00
pci-epf-core.c PCI: endpoint: Use notification chain mechanism to notify EPC events to EPF 2020-02-24 10:07:06 +00:00