of/irq: Mark initialised interrupt controllers as populated
authorJon Hunter <jonathanh@nvidia.com>
Mon, 20 Jun 2016 13:49:18 +0000 (14:49 +0100)
committerRob Herring <robh@kernel.org>
Fri, 24 Jun 2016 20:17:02 +0000 (15:17 -0500)
commit15cc2ed6dcf91a8658e084be4e140147161819d7
tree0529d4bf516cfe296865ae4001cf0b41ecc15e0c
parentd9fc880723321dbf16b2981e3f3e916b73942210
of/irq: Mark initialised interrupt controllers as populated

For interrupt controllers successfully initialised early via device-tree,
mark these interrupt controllers as populated so we don't unnecessarily
create a device and populate any platform data later on in the boot
sequence when we populate all the various platform devices.

Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/irq.c