diff options
author | Sricharan R <[email protected]> | 2013-12-03 15:57:22 +0530 |
---|---|---|
committer | Sricharan R <[email protected]> | 2014-02-05 20:08:00 +0530 |
commit | 006e983bbc805431c44e2135e13841f66059a045 (patch) | |
tree | 9dc934900b47f2cb9ca0c3f297ad672924a786b5 /lib/string_helpers.c | |
parent | 38dbfb59d1175ef458d006556061adeaa8751b72 (diff) |
DRIVERS: IRQCHIP: IRQ-GIC: Add support for routable irqs
In some socs the gic can be preceded by a crossbar IP which
routes the peripheral interrupts to the gic inputs. The peripheral
interrupts are associated with a fixed crossbar input line and the
crossbar routes that to one of the free gic input line.
The DT entries for peripherals provides the fixed crossbar input line
as its interrupt number and the mapping code should associate this with
a free gic input line. This patch adds the support inside the gic irqchip
to handle such routable irqs. The routable irqs are registered in a linear
domain. The registered routable domain's callback should be implemented
to get a free irq and to configure the IP to route it.
Cc: Thomas Gleixner <[email protected]>
Cc: Linus Walleij <[email protected]>
Cc: Santosh Shilimkar <[email protected]>
Cc: Russell King <[email protected]>
Cc: Tony Lindgren <[email protected]>
Cc: Rajendra Nayak <[email protected]>
Cc: Marc Zyngier <[email protected]>
Cc: Grant Likely <[email protected]>
Cc: Rob Herring <[email protected]>
Signed-off-by: Sricharan R <[email protected]>
Reviewed-by: Thomas Gleixner <[email protected]>
Acked-by: Santosh Shilimkar <[email protected]>
Acked-by: Linus Walleij <[email protected]>
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions