commit | 6ef6386ef7c15bea21afce06f951c87de7e2a562 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Fri Mar 16 14:35:17 2018 +0000 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Fri Mar 16 14:38:13 2018 +0000 |
tree | 86c451bedaa4b30d4229aa64424e907e88f36e76 | |
parent | 83a86fbb5b56b5eed8a476cc3fe214077d7c4f49 [diff] |
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>