Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6
Pull irqdomain bug fixes from Grant Likely: "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." * tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6: irq_domain: Move irq_virq_count into NOMAP revmap irqdomain: Fix debugfs formatting irq_domain: correct the debugfs file name irq: Kill pointless irqd_to_hw export irq/irq_domain: Quit ignoring error returns from irq_alloc_desc_from().
No related branches found
No related tags found
Showing
- arch/c6x/include/asm/irq.h 0 additions, 4 deletionsarch/c6x/include/asm/irq.h
- arch/c6x/kernel/irq.c 0 additions, 13 deletionsarch/c6x/kernel/irq.c
- arch/powerpc/include/asm/irq.h 0 additions, 2 deletionsarch/powerpc/include/asm/irq.h
- arch/powerpc/kernel/irq.c 0 additions, 6 deletionsarch/powerpc/kernel/irq.c
- arch/powerpc/platforms/cell/axon_msi.c 1 addition, 1 deletionarch/powerpc/platforms/cell/axon_msi.c
- arch/powerpc/platforms/cell/beat_interrupt.c 1 addition, 1 deletionarch/powerpc/platforms/cell/beat_interrupt.c
- arch/powerpc/platforms/powermac/smp.c 1 addition, 1 deletionarch/powerpc/platforms/powermac/smp.c
- arch/powerpc/platforms/ps3/interrupt.c 1 addition, 2 deletionsarch/powerpc/platforms/ps3/interrupt.c
- include/linux/irq.h 5 additions, 0 deletionsinclude/linux/irq.h
- include/linux/irqdomain.h 4 additions, 8 deletionsinclude/linux/irqdomain.h
- include/linux/types.h 6 additions, 0 deletionsinclude/linux/types.h
- kernel/irq/Kconfig 1 addition, 1 deletionkernel/irq/Kconfig
- kernel/irq/irqdomain.c 16 additions, 30 deletionskernel/irq/irqdomain.c
Loading
Please register or sign in to comment