[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1447958026-3015-1-git-send-email-mans@mansr.com>
Date: Thu, 19 Nov 2015 18:33:44 +0000
From: Mans Rullgard <mans@...sr.com>
To: Thomas Gleixner <tglx@...utronix.de>,
Jason Cooper <jason@...edaemon.net>,
Marc Zyngier <marc.zyngier@....com>,
Rob Herring <robh+dt@...nel.org>,
Pawel Moll <pawel.moll@....com>,
Mark Rutland <mark.rutland@....com>,
Ian Campbell <ijc+devicetree@...lion.org.uk>,
Kumar Gala <galak@...eaurora.org>,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org
Subject: [PATCH 0/2] Support for Sigma Designs SMP86xx interrupt controller
The Sigma Designs SMP86xx and SMP87xx chips use a secondary interrupt
controller with 64 inputs. The inputs go to an edge/level detector,
the outputs of which are replicated to three mask blocks, each with a
separate primary IRQ.
These patches add a device tree binding and an irqchip driver for this
controller.
Mans Rullgard (2):
devicetree: add binding for Sigma Designs SMP86xx interrupt controller
irqchip: add support for Sigma Designs SMP86xx interrupt controller
.../interrupt-controller/sigma,smp8642-intc.txt | 47 +++++
drivers/irqchip/Kconfig | 5 +
drivers/irqchip/Makefile | 1 +
drivers/irqchip/irq-tangox.c | 232 +++++++++++++++++++++
4 files changed, 285 insertions(+)
create mode 100644 Documentation/devicetree/bindings/interrupt-controller/sigma,smp8642-intc.txt
create mode 100644 drivers/irqchip/irq-tangox.c
--
2.6.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists