On Wed, Mar 16, 2022 at 08:06:33PM +0000, Lad Prabhakar wrote: > Now that all the DT drivers have switched to platform_get_irq() we can now > safely drop the static setup of IRQ resource from DT core code. > > With the above change hierarchical setup of irq domains is no longer > bypassed and thus allowing hierarchical interrupt domains to describe > interrupts using "interrupts" DT property. > > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> > --- > Hi All, > > Sending this as RFC as couple of more drivers need to hit -rc yet with > the platform_get_irq() change while that is in progress I wanted to get > some feedback on this patch. I just applied this on top of current master and pushed to my for-kernelci branch. It should show up in kernelCI in a bit. I did this before all the fixes too and there were definitely a couple of test regressions. Rob