]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit789186bf61ef2dbcd9e93f7184f729959f317f05
tree6a9d4da6e6fa9c3f1a03f5b4ad22800569069e51
parent4d73f97321e8affe6b43da8397ae4b211ce6dc3e
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]