irqdomain: Mark fwnodes when their irqdomain is added/removed
authorSaravana Kannan <saravanak@google.com>
Fri, 5 Feb 2021 22:26:42 +0000 (14:26 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Feb 2021 13:31:06 +0000 (14:31 +0100)
commited1054a02aa2323f1676093d6e58cde4484d8867
tree19d08fea5d8872e3fa7fac87e2e12252a8dc44ef
parent74c782cff77b3533290148df1fa6f8c7db5e60d5
irqdomain: Mark fwnodes when their irqdomain is added/removed

This allows fw_devlink to recognize irqdomain drivers that don't use the
device-driver model to initialize the device. fw_devlink will use this
information to make sure consumers of such irqdomain aren't indefinitely
blocked from probing, waiting for the irqdomain device to appear and
bind to a driver.

Tested-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Saravana Kannan <saravanak@google.com>
Link: https://lore.kernel.org/r/20210205222644.2357303-7-saravanak@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
kernel/irq/irqdomain.c