]> asedeno.scripts.mit.edu Git - linux.git/commit
of/irq: Mark interrupt controllers as populated before initialisation
authorPhilipp Zabel <p.zabel@pengutronix.de>
Tue, 9 Aug 2016 14:18:51 +0000 (16:18 +0200)
committerRob Herring <robh@kernel.org>
Tue, 9 Aug 2016 17:36:28 +0000 (12:36 -0500)
commite55aeb6ba4e8cc3549bff1e75ea1d029324bce21
tree8508d24b726cb9b74244eb429b1371cfbb42372c
parent89c67752ae4dedc1244344b266c837ddb4053ebd
of/irq: Mark interrupt controllers as populated before initialisation

That way the init callback may clear the flag again, in case of drivers
split between early irq chip and a normal platform driver.

Fixes: 15cc2ed6dcf9 ("of/irq: Mark initialised interrupt controllers as populated")
Suggested-by: Rob Herring <robh@kernel.org>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Acked-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/irq.c