Re: [RFC PATCH] of/platform: Drop static setup of IRQ resource from DT core

From: Rob Herring
Date: Wed Apr 06 2022 - 12:36:54 EST


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've applied this now and it is in today's linux-next. Keep an eye out
for any regression reports. There's one for i.MX8 in kernel-ci, but I
don't think it is related.

Rob