]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - drivers/irqchip/Kconfig
irqchip/mvebu-odmi: Add new driver for platform MSI on Marvell 7K/8K
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 19 Feb 2016 13:34:43 +0000 (14:34 +0100)
committerJason Cooper <jason@lakedaemon.net>
Fri, 19 Feb 2016 15:34:33 +0000 (15:34 +0000)
commitc27f29bbbf02168c9b1e8ba0fe7a8cb917e5a50f
tree0a825fe6b67168361342136f33e3db414ee7d672
parent63131b636a0ec969e8b98122c1a928b5a2649d3b
irqchip/mvebu-odmi: Add new driver for platform MSI on Marvell 7K/8K

This commits adds a new irqchip driver that handles the ODMI
controller found on Marvell 7K/8K processors. The ODMI controller
provide MSI interrupt functionality to on-board peripherals, much like
the GIC-v2m.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Marc Zyngier <marc.zyngier@arm.com>
Link: https://lkml.kernel.org/r/1455888883-5127-1-git-send-email-thomas.petazzoni@free-electrons.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Documentation/devicetree/bindings/interrupt-controller/marvell,odmi-controller.txt [new file with mode: 0644]
drivers/irqchip/Kconfig
drivers/irqchip/Makefile
drivers/irqchip/irq-mvebu-odmi.c [new file with mode: 0644]