]> git.baikalelectronics.ru Git - kernel.git/commit
irqchip/gic-v3: Loudly complain about the use of IRQ_TYPE_NONE
authorMarc Zyngier <marc.zyngier@arm.com>
Fri, 16 Mar 2018 14:35:17 +0000 (14:35 +0000)
committerMarc Zyngier <marc.zyngier@arm.com>
Fri, 16 Mar 2018 14:38:13 +0000 (14:38 +0000)
commit4b1cc2730199d7889e13e0e44f548920eb33d3fc
tree86c451bedaa4b30d4229aa64424e907e88f36e76
parent84afc849b2fe8d9070d4ad360ae6c397b9ef8754
irqchip/gic-v3: Loudly complain about the use of IRQ_TYPE_NONE

There is a huge number of broken device trees out there. Just
grepping through the tree for the use of IRQ_TYPE_NONE in conjunction
with the GIC is scary.

People just don't realise that IRQ_TYPE_NONE just doesn't exist, and
you just get whatever junk was there before. So let's make them aware
of the issue.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
drivers/irqchip/irq-gic-v3.c