This patch series adds support for the SCU (System Control Unit) interrupt
controllers found in the Aspeed AST2700 SoC.
The AST2700 integrates multiple SCU interrupt groups, architecturally
similar to those in the AST2600, but using split registers for interrupt
enable (IER) and interrupt status (ISR), whereas AST2600 uses combined
registers.
Ryan Chen (2):
dt-bindings: interrupt-controller: aspeed: add AST2700 SCU IC
compatibles
irqchip/aspeed-scu-ic: Add support for AST2700 SCU interrupt
controllers
.../aspeed,ast2500-scu-ic.yaml | 6 +-
drivers/irqchip/irq-aspeed-scu-ic.c | 240 ++++++++++++++----
2 files changed, 200 insertions(+), 46 deletions(-)
--
2.34.1