Merge branch 'rproc-linux-4.19.y' of git://git.ti.com/rpmsg/remoteproc into rpmsg-ti-linux-4.19.y
Pull in the updated remoteproc feature branch that adds the support
for setting affinity for the PRU System Events. The added support also
sets the affinity for the corresponding parent PRUSS INTC interrupt,
but the parent affinity will get overwritten with the affinity from
a most recent event if multiple events use the same parent PRUSS INTC
interrupt. This can be attributed to a lack of proper affinity support
for chained (non-hierarchical domain) interrupts, and to optimize both
an irq threaded handlers and the actual GIC interrupt to be on the same
CPU. PRU Application integrators have to design their event mappings
accordingly.
The merge also pulls in a fix for deactivating the PRUSS INTC interrupts
when the module is removed.
* 'rproc-linux-4.19.y' of git://git.ti.com/rpmsg/remoteproc:
TEMP: irqchip/irq-pruss-intc: Allow setting irq affinity for PRU events
irqchip/irq-pruss-intc: Reset chained handlers during cleanup
Signed-off-by: Suman Anna <s-anna@ti.com>