linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Consolidate OF IRQ handling code
@ 2010-06-04 21:24 Grant Likely
  0 siblings, 0 replies; only message in thread
From: Grant Likely @ 2010-06-04 21:24 UTC (permalink / raw)
  To: Grant Likely
  Cc: Stephen Rothwell, Michal Simek, devicetree-discuss, linuxppc-dev,
	microblaze-uclinux, sparclinux, Jeremy Kerr, David S. Miller

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-04 21:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-04 21:24 [PATCH 0/5] Consolidate OF IRQ handling code Grant Likely

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).