From: Grant Likely <grant.likely@secretlab.ca>
To: microblaze-uclinux@itee.uq.edu.au,
devicetree-discuss@lists.ozlabs.org,
linuxppc-dev@lists.ozlabs.org
Cc: sfr@canb.auug.org.au, monstr@monstr.eu, linux-kernel@vger.kernel.org
Subject: [PATCH v2 0/5] Consolidate OF IRQ handling code
Date: Mon, 21 Jun 2010 16:30:11 -0600 [thread overview]
Message-ID: <20100621222052.18925.61569.stgit@angua> (raw)
This series merges the common IRQ handling code between Microblaze and Powerpc
Changes in v2:
- The 3 patches to merge of_irq_find_parent(), of_irq_map_raw() and
of_irq_map_one() have been merged into a single patch.
- Patch added to move powermac quirk handing into
arch/powerpc/platforms/powermac.
- Add endian fixes patch from Rob Herring
Ben, please take a look and let me know if you like this better.
Thanks,
g.
---
Grant Likely (4):
of/irq: Move irq_of_parse_and_map() to common code
of/microblaze: strip out of_irq_workarounds code
of/powerpc: Move Powermac irq quirk code into powermac pic driver code
of/irq: merge irq mapping code
Rob Herring (1):
of/irq: little endian fixes
arch/microblaze/include/asm/irq.h | 13 -
arch/microblaze/include/asm/prom.h | 67 ------
arch/microblaze/kernel/irq.c | 14 -
arch/microblaze/kernel/prom_parse.c | 331 -------------------------------
arch/powerpc/include/asm/irq.h | 13 -
arch/powerpc/include/asm/prom.h | 68 ------
arch/powerpc/kernel/irq.c | 14 -
arch/powerpc/kernel/prom_parse.c | 351 ---------------------------------
arch/powerpc/platforms/powermac/pic.c | 72 ++++++-
arch/sparc/include/asm/prom.h | 1
drivers/of/Kconfig | 4
drivers/of/Makefile | 1
drivers/of/irq.c | 339 ++++++++++++++++++++++++++++++++
drivers/of/of_mdio.c | 1
include/linux/of_irq.h | 70 +++++++
15 files changed, 487 insertions(+), 872 deletions(-)
create mode 100644 drivers/of/irq.c
create mode 100644 include/linux/of_irq.h
next reply other threads:[~2010-06-21 22:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-21 22:30 Grant Likely [this message]
2010-06-21 22:30 ` [PATCH v2 1/5] of/irq: Move irq_of_parse_and_map() to common code Grant Likely
2010-06-21 22:30 ` [PATCH v2 2/5] of/microblaze: strip out of_irq_workarounds code Grant Likely
2010-06-21 22:32 ` [PATCH v2 3/5] of/powerpc: Move Powermac irq quirk code into powermac pic driver code Grant Likely
2010-06-21 22:32 ` [PATCH v2 4/5] of/irq: merge irq mapping code Grant Likely
2010-06-21 22:32 ` [PATCH v2 5/5] of/irq: little endian fixes Grant Likely
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=20100621222052.18925.61569.stgit@angua \
--to=grant.likely@secretlab.ca \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=microblaze-uclinux@itee.uq.edu.au \
--cc=monstr@monstr.eu \
--cc=sfr@canb.auug.org.au \
/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).