devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Simple irq_domain implementation
@ 2011-07-26  9:36 Grant Likely
  2011-07-26  9:36 ` [PATCH v3 1/2] irq: add irq_domain translation infrastructure Grant Likely
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Grant Likely @ 2011-07-26  9:36 UTC (permalink / raw)
  To: devicetree-discuss, tglx, linux, linux-kernel

In the interest of getting this infrastructure merged, I've reworked the
basic irq_domain patch to implement only what is required for ARM device
tree board support.  That means it doesn't affect any architectures other
than ARM, and I'll send follow-on patches targeted at v3.2 to migrate
MIPS, Microblaze, x86 embedded and PowerPC over to it.

Thomas, can you please take a look?  I've got devicetree board support
queued up and ready to be merged but for this infrastructure.

g.

---

Grant Likely (2):
      irq: add irq_domain translation infrastructure
      dt/irq: add irq_domain_generate_simple() helper


 arch/arm/Kconfig            |    1 
 arch/arm/include/asm/prom.h |    5 -
 arch/arm/kernel/devtree.c   |   14 ---
 include/linux/irq.h         |    6 +
 include/linux/irqdomain.h   |   93 ++++++++++++++++++++++
 include/linux/of_irq.h      |    4 +
 kernel/irq/Kconfig          |    4 +
 kernel/irq/Makefile         |    1 
 kernel/irq/irqdomain.c      |  180 +++++++++++++++++++++++++++++++++++++++++++
 9 files changed, 289 insertions(+), 19 deletions(-)
 create mode 100644 include/linux/irqdomain.h
 create mode 100644 kernel/irq/irqdomain.c

-- 
Signature

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-07-28 22:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-26  9:36 [PATCH v3 0/2] Simple irq_domain implementation Grant Likely
2011-07-26  9:36 ` [PATCH v3 1/2] irq: add irq_domain translation infrastructure Grant Likely
2011-07-26  9:40   ` Grant Likely
2011-07-26  9:36 ` [PATCH v3 2/2] dt/irq: add irq_domain_generate_simple() helper Grant Likely
2011-07-28  9:31 ` [PATCH v3 0/2] Simple irq_domain implementation Thomas Gleixner
2011-07-28 22:20   ` 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).