[GIT PULL] irq_domain bug fixes against v3.4-rc2

From: Grant Likely
Date: Thu Apr 12 2012 - 02:43:22 EST


Hi Linus,

Here are the irq_domain bug fixes that need to be merged into v3.4.
This branch fixes PowerPC and MIPS boot failures. Please pull.

g.

The following changes since commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e:

Linux 3.4-rc2 (2012-04-07 18:30:41 -0700)

are available in the git repository at:

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

for you to fetch changes up to 6fa6c8e25e95bdc73e92e4c96b8e3299169b616e:

irq_domain: Move irq_virq_count into NOMAP revmap (2012-04-12 00:37:48 -0600)

----------------------------------------------------------------
irqdomain bug fixes for v3.4-rc3

This branch fixes a bug in irq_create_mapping() where an error return
from irq_alloc_desc_from() gets ignored. It also removes irq_virq_count
to fix a bug on powerpc where the irqdomain code does not find irqs
allocated above the CONFIG_NR_IRQS boundary. The remaining patches get
rid of an completely pointless export and fix some minor bugs in the
irqdomain debug output.

----------------------------------------------------------------
David Daney (1):
irq/irq_domain: Quit ignoring error returns from irq_alloc_desc_from().

Grant Likely (3):
irq: Kill pointless irqd_to_hw export
irqdomain: Fix debugfs formatting
irq_domain: Move irq_virq_count into NOMAP revmap

Mika Westerberg (1):
irq_domain: correct the debugfs file name

arch/c6x/include/asm/irq.h | 4 --
arch/c6x/kernel/irq.c | 13 -------
arch/powerpc/include/asm/irq.h | 2 -
arch/powerpc/kernel/irq.c | 6 ---
arch/powerpc/platforms/cell/axon_msi.c | 2 +-
arch/powerpc/platforms/cell/beat_interrupt.c | 2 +-
arch/powerpc/platforms/powermac/smp.c | 2 +-
arch/powerpc/platforms/ps3/interrupt.c | 3 +-
include/linux/irq.h | 5 +++
include/linux/irqdomain.h | 12 ++----
include/linux/types.h | 6 +++
kernel/irq/Kconfig | 2 +-
kernel/irq/irqdomain.c | 46 +++++++++-----------------
13 files changed, 36 insertions(+), 69 deletions(-)


--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
--
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/