Re: [PATCH 2/3] soc/tegra: pmc: Allow optional irq parent callbacks

2020-10-05 Thread Marc Zyngier
On 2020-10-05 12:27, Thierry Reding wrote: On Mon, Oct 05, 2020 at 12:14:42PM +0100, Marc Zyngier wrote: Make the PMC driver resistent to variable depth interrupt hierarchy, which we are about to introduce. The irq_chip structure is now allocated statically, providing the indirection for the cou

Re: [PATCH 2/3] soc/tegra: pmc: Allow optional irq parent callbacks

2020-10-05 Thread Thierry Reding
On Mon, Oct 05, 2020 at 12:14:42PM +0100, Marc Zyngier wrote: > Make the PMC driver resistent to variable depth interrupt hierarchy, > which we are about to introduce. The irq_chip structure is now > allocated statically, providing the indirection for the couple of > callbacks that are SoC-specific