]> bbs.cooldavid.org Git - net-next-2.6.git/commit
m68knommu: add support for second interrupt controller of ColdFire 5249
authorGreg Ungerer <gerg@uclinux.org>
Fri, 22 May 2009 04:16:39 +0000 (14:16 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 15 Sep 2009 23:43:53 +0000 (09:43 +1000)
commitda3601a5fa664c8d51383fe916d96bd4fbce84b8
tree83ee5d4e283cfdd11e83bdb7c739b5ccbeb9264a
parent3945ca0f84fee3fe564189fe8cf8f02491d19622
m68knommu: add support for second interrupt controller of ColdFire 5249

The ColdFire 5249 CPU has a second (compleletly different) interrupt
controller. It is the only ColdFire CPU that has this type. It controlls
GPIO interrupts amongst a number of interrupts from other internal
peripherals. Add support code for it.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/include/asm/m5249sim.h
arch/m68knommu/platform/5249/Makefile
arch/m68knommu/platform/5249/intc2.c [new file with mode: 0644]