Commits
Suman Anna committed 6929520b166
irqchip/irq-pruss-intc: Reset chained handlers during cleanup The PRUSS INTC irqchip implementation provides a standard IRQ API for consumers to directly use the PRU System Events as interrupts and uses chained interrupts for connecting these to the main ARM GIC interrupt controllers. These chained irq handlers are not removed at present during any failures in probe, or uninstalled in remove. Reset these chained handlers so that the interrupts at the GIC level are deactivated properly when the INTC devices are unbound from the driver. Signed-off-by: Suman Anna <s-anna@ti.com>