From: dbaryshkov@gmail.com (Dmitry Eremin-Solenikov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] ARM: sa1100: move irq driver to irqchip subsystem
Date: Tue, 19 May 2015 01:11:34 +0300 [thread overview]
Message-ID: <1431987096-16308-1-git-send-email-dbaryshkov@gmail.com> (raw)
Hello,
These two patches finish my work on refactoring StrongARM SA-11x0 IRQ
driver into sane irqchip driver. As they depend on the patches already
accepted by Russell, I'd ask Thomas and/or Jason to Ack merging these
two patches through his tree.
----------------------------------------------------------------
Dmitry Eremin-Solenikov (2):
ARM: sa1100: prepare for moving irq driver to drivers/irqchip
ARM: sa1100: move irq driver to drivers/irqchip/
arch/arm/mach-sa1100/Makefile | 2 +-
arch/arm/mach-sa1100/generic.c | 13 +++++++++++++
drivers/irqchip/Makefile | 1 +
arch/arm/mach-sa1100/irq.c => drivers/irqchip/irq-sa11x0.c | 23 ++++++-----------------
include/linux/irqchip/irq-sa11x0.h | 17 +++++++++++++++++
5 files changed, 38 insertions(+), 18 deletions(-)
rename arch/arm/mach-sa1100/irq.c => drivers/irqchip/irq-sa11x0.c (89%)
create mode 100644 include/linux/irqchip/irq-sa11x0.h
--
With best wishes
Dmitry
next reply other threads:[~2015-05-18 22:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-18 22:11 Dmitry Eremin-Solenikov [this message]
2015-05-18 22:11 ` [PATCH 1/2] ARM: sa1100: prepare for moving irq driver to drivers/irqchip Dmitry Eremin-Solenikov
2015-05-18 22:11 ` [PATCH 2/2] ARM: sa1100: move irq driver to drivers/irqchip/ Dmitry Eremin-Solenikov
2015-05-19 14:48 ` [PATCH 0/2] ARM: sa1100: move irq driver to irqchip subsystem Thomas Gleixner
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=1431987096-16308-1-git-send-email-dbaryshkov@gmail.com \
--to=dbaryshkov@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).