diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2015-03-11 18:43:44 +0300 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2015-03-15 03:55:24 +0300 |
commit | 783d31863fb826f1a3754a2d5959a022a1b12d54 (patch) | |
tree | 4610918642e934e9b3d0260a9d33bd569b89d55b /include/linux/irqchip | |
parent | 08b55e2a9208e4841a17c9d9c2c454986392977d (diff) | |
download | linux-783d31863fb826f1a3754a2d5959a022a1b12d54.tar.xz |
irqchip: crossbar: Convert dra7 crossbar to stacked domains
Support for the TI crossbar used on the DRA7 family of chips
is implemented as an ugly hack on the side of the GIC.
Converting it to stacked domains makes it slightly more
palatable, as it results in a cleanup.
Unfortunately, as the DT bindings failed to acknowledge the
fact that this is actually yet another interrupt controller
(the third, actually), we have yet another breakage. Oh well.
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Link: https://lkml.kernel.org/r/1426088629-15377-3-git-send-email-marc.zyngier@arm.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'include/linux/irqchip')
-rw-r--r-- | include/linux/irqchip/irq-crossbar.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/linux/irqchip/irq-crossbar.h b/include/linux/irqchip/irq-crossbar.h deleted file mode 100644 index e5537b81df8d..000000000000 --- a/include/linux/irqchip/irq-crossbar.h +++ /dev/null @@ -1,11 +0,0 @@ -/* - * drivers/irqchip/irq-crossbar.h - * - * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * - */ -int irqcrossbar_init(void); |