]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
irqdomain: Allow ACPI device nodes to be used as irqdomain identifiers
authorMarc Zyngier <marc.zyngier@arm.com>
Fri, 7 Jul 2017 08:39:59 +0000 (09:39 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 7 Jul 2017 10:13:29 +0000 (12:13 +0200)
commitc5c601c4295f89368f4a304cb3ae4aebdf80db22
tree886596465ec8bf81ea22b09ae746ece14c8c6440
parentf610c9d68b1a47f539b7764f4b5ce07d32fb9ae1
irqdomain: Allow ACPI device nodes to be used as irqdomain identifiers

A number of irqchip implementations are (ab)using the irqdomain allocator
by passing a fwnode that is neither a FWNODE_OF or a FWNODE_IRQCHIP.

This is pretty bad, but it also feels pretty crap to force these drivers to
allocate their own irqchip_fwid when they already have a proper fwnode.

Instead, let's teach the irqdomain allocator about ACPI device nodes, and
add some lovely name generation code... Tested on an arm64 D05 system.

Reported-and-tested-by: John Garry <john.garry@huawei.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Agustin Vega-Frias <agustinv@codeaurora.org>
Cc: Ma Jun <majun258@huawei.com>
Cc: Hanjun Guo <hanjun.guo@linaro.org>
Link: http://lkml.kernel.org/r/20170707083959.10349-1-marc.zyngier@arm.com
kernel/irq/irqdomain.c