lkml.org 
[lkml]   [2011]   [Jul]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Subject[PATCH v3 0/2] Simple irq_domain implementation
From
Date
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


\
 
 \ /
  Last update: 2011-07-26 11:39    [W:0.057 / U:0.336 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site