linux_dsm_epyc7002/drivers/pci/dwc
Keerthy d4c7d1a089 PCI: dwc: dra7xx: Push request_irq() call to the bottom of probe
Currently devm_request_irq() is being called before base, PCI fields of
dra7xx_pcie structure are populated. It is called even before
pm_runtime_enable() and pm_runtime_get_sync() are called. This will lead
to exceptions if in case an interrupt is triggered before the all of the
above are done. Hence push the devm_request_irq() call to the end of the
probe.

Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
2017-04-04 08:41:30 -05:00
..
Kconfig PCI: dwc: Select PCI_HOST_COMMON for hisi 2017-04-03 16:17:11 -05:00
Makefile
pci-dra7xx.c PCI: dwc: dra7xx: Push request_irq() call to the bottom of probe 2017-04-04 08:41:30 -05:00
pci-exynos.c PCI: dwc: all: Modify dbi accessors to access data of 4/2/1 bytes 2017-04-04 08:40:55 -05:00
pci-imx6.c
pci-keystone-dw.c
pci-keystone.c
pci-keystone.h
pci-layerscape.c
pcie-armada8k.c
pcie-artpec6.c PCI: dwc: artpec6: Populate cpu_addr_fixup ops 2017-04-04 08:40:12 -05:00
pcie-designware-host.c PCI: dwc: Fix uninitialized variable in dw_handle_msi_irq() 2017-04-04 08:29:56 -05:00
pcie-designware-plat.c PCI: dwc: Fix dw_pcie_ops NULL pointer dereference 2017-04-04 08:24:25 -05:00
pcie-designware.c PCI: dwc: designware: Move _unroll configurations to a separate function 2017-04-04 08:41:07 -05:00
pcie-designware.h PCI: dwc: all: Modify dbi accessors to access data of 4/2/1 bytes 2017-04-04 08:40:55 -05:00
pcie-hisi.c
pcie-qcom.c
pcie-spear13xx.c