]> git.baikalelectronics.ru Git - kernel.git/commit
irq_domain/c6x: Convert c6x to use generic irq_domain support.
authorMark Salter <msalter@redhat.com>
Thu, 26 Jan 2012 14:26:21 +0000 (09:26 -0500)
committerGrant Likely <grant.likely@secretlab.ca>
Thu, 16 Feb 2012 13:11:24 +0000 (06:11 -0700)
commit5b114c47cd670919b0ccd71c5ca7f24559deba2d
tree9ea9032e6259e2a6fd495e75db7755cdb92cef3e
parent4b190f6954834548086ccb0a90fad4d6a68906ad
irq_domain/c6x: Convert c6x to use generic irq_domain support.

The C6X IRQ support was copied almost verbatim from the PowerPC virtual IRQ
code. The PowerPC code was used as the basis for generic irq_domain support,
so this patch mostly copies what what done to arch/powerpc by Grant Likely
in his irq_domain patch series.

Signed-off-by: Mark Salter <msalter@redhat.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Cc: Aurelien Jacquiot <a-jacquiot@ti.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
arch/c6x/Kconfig
arch/c6x/include/asm/irq.h
arch/c6x/kernel/irq.c
arch/c6x/platforms/megamod-pic.c