diff options
author | Eddie James <eajames@linux.ibm.com> | 2020-01-16 00:29:40 +0300 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2020-01-20 22:10:04 +0300 |
commit | 04f605906ff00c649751519ca73d3058372cdc78 (patch) | |
tree | 928670eb521c758578626d12b8186b8e987fda18 /MAINTAINERS | |
parent | 5350a237b4525ad12170f16239c9e9c7797df02f (diff) | |
download | linux-04f605906ff00c649751519ca73d3058372cdc78.tar.xz |
irqchip: Add Aspeed SCU interrupt controller
The Aspeed SOCs provide some interrupts through the System Control
Unit registers. Add an interrupt controller that provides these
interrupts to the system.
Signed-off-by: Eddie James <eajames@linux.ibm.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Reviewed-by: Andrew Jeffery <andrew@aj.id.au>
Link: https://lore.kernel.org/r/1579123790-6894-3-git-send-email-eajames@linux.ibm.com
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f9f6e4060a92..ac21e7b779c9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2697,6 +2697,7 @@ M: Eddie James <eajames@linux.ibm.com> L: linux-aspeed@lists.ozlabs.org (moderated for non-subscribers) S: Maintained F: Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2xxx-scu-ic.txt +F: drivers/irqchip/irq-aspeed-scu-ic.c F: include/dt-bindings/interrupt-controller/aspeed-scu-ic.h ASPEED VIDEO ENGINE DRIVER |