commit | 09b2d20349e37a03a0951ab69524b516c8f1cc5b | [log] [tgz] |
---|---|---|
author | Vignesh R <vigneshr@ti.com> | Fri Dec 29 17:11:31 2017 +0530 |
committer | Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> | Wed Jan 10 11:20:32 2018 +0000 |
tree | 726cacfa874758f2337fe493149b31cd0a48ccd5 | |
parent | 524d59f6e30aab5b618da55e604c802ccd83e708 [diff] |
PCI: dra7xx: Iterate over INTx status bits It is possible that more than one legacy IRQ may be set at the same time, therefore iterate and handle all the pending INTx interrupts before clearing the status and exiting the IRQ handler. Otherwise, some interrupts would be lost. Signed-off-by: Vignesh R <vigneshr@ti.com> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Acked-by: Kishon Vijay Abraham I <kishon@ti.com>