irqdomain: Introduce irq_domain_create_legacy() API
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 30 Oct 2020 16:59:18 +0000 (18:59 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 7 Nov 2020 10:33:46 +0000 (11:33 +0100)
commitb6e95788fde8c9bc9da729102085dd36a5a0cda6
tree2b61e1df7e5e67e8da079c9842f1c0ebe689a9c5
parentc3a877fea962d9d0fb1e3747334699978f566930
irqdomain: Introduce irq_domain_create_legacy() API

Introduce irq_domain_create_legacy() API which is functional equivalent
to the existing irq_domain_add_legacy(), but takes a pointer to the struct
fwnode_handle as a parameter.

This is useful for non OF systems.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Link: https://lore.kernel.org/r/20201030165919.86234-5-andriy.shevchenko@linux.intel.com
Documentation/core-api/irq/irq-domain.rst
include/linux/irqdomain.h
kernel/irq/irqdomain.c