[PATCH 3/3] PCI: dwc: pci-dra7xx: Handle legacy and MSI IRQs together

2018-02-09 Thread Vignesh R
Currently, pci-dra7xx driver handles MSI and Legacy IRQs exclusive of each other. This is not true, as there maybe both legacy and MSI IRQs raised at the same time. Fix this by making sure that driver handles both MSI and legacy IRQs in the IRQ handler. Signed-off-by: Vignesh R

[PATCH 3/3] PCI: dwc: pci-dra7xx: Handle legacy and MSI IRQs together

2018-02-09 Thread Vignesh R
Currently, pci-dra7xx driver handles MSI and Legacy IRQs exclusive of each other. This is not true, as there maybe both legacy and MSI IRQs raised at the same time. Fix this by making sure that driver handles both MSI and legacy IRQs in the IRQ handler. Signed-off-by: Vignesh R ---