On Sun, 06 Feb 2022 11:16:43 +0200, Sakari Ailus wrote: > Add irq_get() fwnode operation to implement fwnode_irq_get() through > fwnode operations, moving the code in fwnode_irq_get() to OF and ACPI > frameworks. > > Signed-off-by: Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx> > --- > drivers/acpi/property.c | 14 ++++++++++++++ > drivers/base/property.c | 12 +----------- > drivers/of/property.c | 7 +++++++ > include/linux/fwnode.h | 1 + > 4 files changed, 23 insertions(+), 11 deletions(-) > Acked-by: Rob Herring <robh@xxxxxxxxxx>