From: Grant Likely <grant.likely@secretlab.ca>
To: Grant Likely <grant.likely@secretlab.ca>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
Michal Simek <monstr@monstr.eu>,
devicetree-discuss@lists.ozlabs.org, linuxppc-dev@ozlabs.org,
microblaze-uclinux@itee.uq.edu.au, sparclinux@vger.kernel.org,
Jeremy Kerr <jeremy.kerr@canonical.com>,
"David S. Miller" <davem@davemloft.net>
Subject: [PATCH 0/5] Consolidate OF IRQ handling code
Date: Fri, 4 Jun 2010 15:24:54 -0600 [thread overview]
Message-ID: <AANLkTil1-afn4-qCEAza53taNamu-agigv09VSdyB0sB@mail.gmail.com> (raw)
This series merges the common IRQ handling code between Microblaze and Powerpc.
I'll be adding these patches to linux-next next week unless there are
objections.
Cheers,
g.
Grant Likely (5):
of/irq: Move irq_of_parse_and_map() to common code
of/microblaze: strip out of_irq_workarounds code
of/irq: merge of_irq_find_parent()
of/irq: Merge of_irq_map_raw()
of/irq: merge of_irq_map_one()
arch/microblaze/include/asm/irq.h | 13 --
arch/microblaze/include/asm/prom.h | 63 +-------
arch/microblaze/kernel/irq.c | 14 +--
arch/microblaze/kernel/prom_parse.c | 321 +---------------------------------
arch/powerpc/include/asm/irq.h | 13 --
arch/powerpc/include/asm/prom.h | 51 +-----
arch/powerpc/kernel/irq.c | 14 +--
arch/powerpc/kernel/prom_parse.c | 254 +--------------------------
arch/sparc/include/asm/prom.h | 1 -
drivers/of/Kconfig | 4 +
drivers/of/Makefile | 1 +
drivers/of/irq.c | 336 +++++++++++++++++++++++++++++++++++
drivers/of/of_mdio.c | 1 +
include/linux/of_irq.h | 49 +++++
14 files changed, 405 insertions(+), 730 deletions(-)
create mode 100644 drivers/of/irq.c
create mode 100644 include/linux/of_irq.h
reply other threads:[~2010-06-04 21:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=AANLkTil1-afn4-qCEAza53taNamu-agigv09VSdyB0sB@mail.gmail.com \
--to=grant.likely@secretlab.ca \
--cc=davem@davemloft.net \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=jeremy.kerr@canonical.com \
--cc=linuxppc-dev@ozlabs.org \
--cc=microblaze-uclinux@itee.uq.edu.au \
--cc=monstr@monstr.eu \
--cc=sfr@canb.auug.org.au \
--cc=sparclinux@vger.kernel.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).