irqchip: Add support for Realtek RTL838x/RTL839x interrupt controller
authorBert Vermeulen <bert@biot.com>
Fri, 22 Jan 2021 20:42:24 +0000 (21:42 +0100)
committerMarc Zyngier <maz@kernel.org>
Thu, 4 Feb 2021 10:36:15 +0000 (10:36 +0000)
commit9f3a0f34b84ad1b9a8f2bdae44b66f16685b2143
tree6b664048be8d7957177e2856ffa7a81bb5455c3b
parent4a2b92a5d3519fc2c1edda4d4aa0e05bff41e8de
irqchip: Add support for Realtek RTL838x/RTL839x interrupt controller

This is a standard IRQ driver with only status and mask registers.

The mapping from SoC interrupts (18-31) to MIPS core interrupts is
done via an interrupt-map in device tree.

Signed-off-by: Bert Vermeulen <bert@biot.com>
Signed-off-by: Birger Koblitz <mail@birger-koblitz.de>
Acked-by: John Crispin <john@phrozen.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20210122204224.509124-3-bert@biot.com
drivers/irqchip/Makefile
drivers/irqchip/irq-realtek-rtl.c [new file with mode: 0644]