[GIT PULL] irqdomain refactoring for v3.11

From: Grant Likely
Date: Fri Jul 05 2013 - 02:42:20 EST


Hi Linus,

Please pull the following irqdomain tree.

The following changes since commit 317ddd256b9c24b0d78fa8018f80f1e495481a10:

Linux 3.10-rc5 (2013-06-08 17:41:04 -0700)

are available in the git repository at:

git://git.secretlab.ca/git/linux tags/irqdomain-for-linus

for you to fetch changes up to 798f0fd188be3656991c8745104b5ee045769a5f:

irq: fix checkpatch error (2013-06-24 14:02:43 +0100)

----------------------------------------------------------------
(from the branch description for irqdomain/next local branch)

clone of "devicetree/test"
irqdomain refactoring for v3.11

This is the long awaited simplification of irqdomain. It gets rid of the
different types of irq domains and instead both linear and tree mappings
can be supported in a single domain. Doing this removes a lot of special
case code and makes irq domains simpler to understand overall.

----------------------------------------------------------------
Grant Likely (12):
Merge remote-tracking branch 'tip/irq/for-arm' into irqdomain/next
irqdomain: Relax failure path on setting up mappings
irqdomain: Replace LEGACY mapping with LINEAR
irqdomain: Add a name field
irqdomain: merge linear and tree reverse mappings.
irqdomain: Eliminate revmap type
irqdomain: Clean up aftermath of irq_domain refactoring
irqdomain: Beef up debugfs output
irqdomain: Refactor irq_domain_associate_many()
irqdomain: remove irq_domain_generate_simple()
irqdomain: make irq_linear_revmap() a fast path again
irqdomain: Include hwirq number in /proc/interrupts

Kefeng Wang (1):
irq: fix checkpatch error

arch/powerpc/platforms/cell/beat_interrupt.c | 2 +-
arch/powerpc/platforms/powermac/smp.c | 2 +-
arch/x86/kernel/devicetree.c | 4 +-
include/linux/irq.h | 47 ++-
include/linux/irqdomain.h | 140 ++++---
kernel/irq/generic-chip.c | 299 ++++++++++++--
kernel/irq/irqdomain.c | 585 +++++++++------------------
kernel/irq/proc.c | 2 +
8 files changed, 569 insertions(+), 512 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/