LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Baruch Siach <baruch@tkos.co.il>
To: Thomas Gleixner <tglx@linutronix.de>,
Jason Cooper <jason@lakedaemon.net>
Cc: linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
Arnd Bergmann <arnd@arndb.de>,
Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>,
Mark Rutland <mark.rutland@arm.com>,
Baruch Siach <baruch@tkos.co.il>
Subject: [PATCH v3 0/2] irqchip: Conexant CX92755 interrupts controller support
Date: Thu, 15 Jan 2015 12:33:58 +0200 [thread overview]
Message-ID: <cover.1421317616.git.baruch@tkos.co.il> (raw)
This short series adds support for the Conexant CX92755 SoC interrupts
controller. This SoC is part of the Conexant Digicolor series of SoCs.
v3:
* Split from the "ARM: Conexant Digicolor CX92755 SoC support" series, as
these patches should go via the irqchip maintainers
* Use syscon to access the system global UC_IRQ_CONTROL register
* Add description of the "syscon" property to the device tree binding
documentation
* Rename the interrupt controller node name to "interrupt-controller"
(Sergei Shtylyov)
v2:
http://marc.info/?t=142074613900007&r=1&w=2
* Migrate the irq driver to generic irq chip, simplifying the code somewhat
(Arnd Bergmann)
v1:
http://thread.gmane.org/gmane.linux.kernel/1855027
Baruch Siach (2):
irqchip: devicetree: document Conexant Digicolor irq binding
irqchip: Conexant CX92755 interrupts controller driver
.../bindings/interrupt-controller/digicolor-ic.txt | 22 ++++
drivers/irqchip/Makefile | 1 +
drivers/irqchip/irq-digicolor.c | 120 +++++++++++++++++++++
3 files changed, 143 insertions(+)
create mode 100644 Documentation/devicetree/bindings/interrupt-controller/digicolor-ic.txt
create mode 100644 drivers/irqchip/irq-digicolor.c
--
2.1.4
next reply other threads:[~2015-01-15 10:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-15 10:33 Baruch Siach [this message]
2015-01-15 10:33 ` [PATCH v3 1/2] irqchip: devicetree: document Conexant Digicolor irq binding Baruch Siach
2015-01-26 10:44 ` [tip:irq/core] irqchip: Devicetree: " tip-bot for Baruch Siach
2015-01-15 10:34 ` [PATCH v3 2/2] irqchip: Conexant CX92755 interrupts controller driver Baruch Siach
2015-01-26 10:45 ` [tip:irq/core] " tip-bot for Baruch Siach
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1421317616.git.baruch@tkos.co.il \
--to=baruch@tkos.co.il \
--cc=arnd@arndb.de \
--cc=devicetree@vger.kernel.org \
--cc=jason@lakedaemon.net \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=sergei.shtylyov@cogentembedded.com \
--cc=tglx@linutronix.de \
--subject='Re: [PATCH v3 0/2] irqchip: Conexant CX92755 interrupts controller support' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).