Re: [PATCH 1/3] remoteproc: pru: Fixup interrupt-parent logic for fw events

2021-04-07 Thread Suman Anna
On 4/6/21 6:28 PM, Mathieu Poirier wrote: > On Tue, Mar 23, 2021 at 05:38:37PM -0500, Suman Anna wrote: >> The PRU firmware interrupt mapping logic in pru_handle_intrmap() uses >> of_irq_find_parent() with PRU device node to get a handle to the PRUSS >> Interrupt Controller at present. This logic h

Re: [PATCH 1/3] remoteproc: pru: Fixup interrupt-parent logic for fw events

2021-04-06 Thread Mathieu Poirier
On Tue, Mar 23, 2021 at 05:38:37PM -0500, Suman Anna wrote: > The PRU firmware interrupt mapping logic in pru_handle_intrmap() uses > of_irq_find_parent() with PRU device node to get a handle to the PRUSS > Interrupt Controller at present. This logic however requires that the > PRU nodes always def

[PATCH 1/3] remoteproc: pru: Fixup interrupt-parent logic for fw events

2021-03-23 Thread Suman Anna
The PRU firmware interrupt mapping logic in pru_handle_intrmap() uses of_irq_find_parent() with PRU device node to get a handle to the PRUSS Interrupt Controller at present. This logic however requires that the PRU nodes always define a interrupt-parent property. This property is neither a required