On Mon, Feb 15, 2021 at 4:43 PM Saravana Kannan <[email protected]> wrote: > > When CONFIG_OF_IRQ is not defined, it doesn't make sense to parse > interrupts property. > > Also, parsing and tracking interrupts property breaks some PPC > devices[1]. But none of the IRQ drivers in PPC seem ready to be > converted to a proper platform (or any bus) driver. So, there's not much > of a point in tracking the interrupts property for CONFIG_PPC. So, let's > stop parsing interrupts for CONFIG_PPC. > > [1] - https://lore.kernel.org/lkml/[email protected]/ > Fixes: 4104ca776ba3 ("of: property: Add fw_devlink support for interrupts") > Reported-by: Guenter Roeck <[email protected]> > Signed-off-by: Saravana Kannan <[email protected]> > --- > Greg/Rob, > > I believe this needs to land on driver-core-next.
Acked-by: Rob Herring <[email protected]>

