OSDN Git Service

irqchip/ti-sci-inta: Add support for Interrupt Aggregator driver
authorLokesh Vutla <lokeshvutla@ti.com>
Tue, 30 Apr 2019 10:12:27 +0000 (15:42 +0530)
committerMarc Zyngier <marc.zyngier@arm.com>
Wed, 1 May 2019 09:49:13 +0000 (10:49 +0100)
commit9f1463b86c13277d0bd88d5ee359577ef40f4da7
tree6a9d4da6e6fa9c3f1a03f5b4ad22800569069e51
parentaccaf1fbfb5daebc9e5ea55644ff8fff3679b838
irqchip/ti-sci-inta: Add support for Interrupt Aggregator driver

Texas Instruments' K3 generation SoCs has an IP Interrupt Aggregator
which is an interrupt controller that does the following:
- Converts events to interrupts that can be understood by
  an interrupt router.
- Allows for multiplexing of events to interrupts.

Configuration of the interrupt aggregator registers can only be done by
a system co-processor and the driver needs to send a message to this
co processor over TISCI protocol. Add the required infrastructure to
allow the allocation and routing of these events.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
MAINTAINERS
drivers/irqchip/Kconfig
drivers/irqchip/Makefile
drivers/irqchip/irq-ti-sci-inta.c [new file with mode: 0644]