diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2018-10-02 10:54:16 +0200 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2018-10-02 11:59:59 +0100 |
commit | 4f4c867c91e644fc9d461c8c5cf2f09d6d5bcac2 (patch) | |
tree | 0b1d29bd22884c6e3419f4a4f4a1b3f5c090d4d7 /drivers/irqchip/irq-mvebu-gicp.c | |
parent | 00885a77c8ffbeee58a9662c92d6a60a9b49f120 (diff) | |
download | linux-4f4c867c91e644fc9d461c8c5cf2f09d6d5bcac2.tar.gz linux-4f4c867c91e644fc9d461c8c5cf2f09d6d5bcac2.tar.bz2 linux-4f4c867c91e644fc9d461c8c5cf2f09d6d5bcac2.zip |
irqchip/irq-mvebu-icu: Support ICU subnodes
The ICU can handle several type of interrupt, each of them being handled
differently on AP side. On CP side, the ICU should be able to make the
distinction between each interrupt group by pointing to the right parent.
This is done through the introduction of new bindings, presenting the ICU
node as the parent of multiple ICU sub-nodes, each of them being an
interrupt type with a different interrupt parent. ICU interrupt 'clients'
now directly point to the right sub-node, avoiding the need for the extra
ICU_GRP_* parameter.
ICU subnodes are probed automatically with devm_platform_populate(). If
the node as no child, the probe function for NSRs will still be called
'manually' in order to preserve backward compatibility with DT using the
old binding.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'drivers/irqchip/irq-mvebu-gicp.c')
0 files changed, 0 insertions, 0 deletions