]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
irqchip: add C-SKY SMP interrupt controller
authorGuo Ren <ren_guo@c-sky.com>
Sun, 16 Sep 2018 07:57:14 +0000 (15:57 +0800)
committerGuo Ren <ren_guo@c-sky.com>
Thu, 25 Oct 2018 16:54:29 +0000 (00:54 +0800)
commitd8a5f5f79122b42b8afdce29f03683c1b8cdb60e
tree417ea1d6d4bf864f5f4814679b3bb3eb6b106b4d
parent243b40a469d1c5d7824df8235ccddbde8c45f03e
irqchip: add C-SKY SMP interrupt controller

The driver is for C-SKY SMP interrupt controller. It support 16
soft-irqs, 16 private-irqs, and 992 max external-irqs, a total of
1024 interrupts.

C-SKY CPU 807/810/860 SMP/non-SMP could use it.

Signed-off-by: Guo Ren <ren_guo@c-sky.com>
Reviewed-by: Marc Zyngier <marc.zyngier@arm.com>
drivers/irqchip/Kconfig
drivers/irqchip/Makefile
drivers/irqchip/irq-csky-mpintc.c [new file with mode: 0644]