All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] irq_domain bug fixes against v3.4-rc2
@ 2012-04-12  6:43 Grant Likely
  0 siblings, 0 replies; only message in thread
From: Grant Likely @ 2012-04-12  6:43 UTC (permalink / raw)
  To: Linus Torvalds, Linux Kernel Mailing List, linuxppc-dev

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.

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

only message in thread, other threads:[~2012-04-12  6:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-12  6:43 [GIT PULL] irq_domain bug fixes against v3.4-rc2 Grant Likely

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.