]> www.infradead.org Git - users/jedix/linux-maple.git/commit
irqchip/aspeed-intc: Add AST27XX INTC support
authorKevin Chen <kevin_chen@aspeedtech.com>
Wed, 16 Oct 2024 02:24:10 +0000 (10:24 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 17 Oct 2024 19:35:28 +0000 (21:35 +0200)
commit010863f40fc3c3650eded3d5ebd7af7521b3c3fa
tree41fe485d1e3b2489d357734621c85234fe231c33
parent37a99ff53d1d913ec5b435cbe977a811b7b37995
irqchip/aspeed-intc: Add AST27XX INTC support

Support Aspeed Interrupt Controller on Aspeed Silicon SoCs.

ASPEED interrupt controller(INTC) maps the internal interrupt
sources to a parent interrupt controller, which can be GIC or INTC.

Signed-off-by: Kevin Chen <kevin_chen@aspeedtech.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20241016022410.1154574-3-kevin_chen@aspeedtech.com
drivers/irqchip/Makefile
drivers/irqchip/irq-aspeed-intc.c [new file with mode: 0644]