Blackfin: bf537: demux port H mask A and emac rx ints
authorMike Frysinger <vapier@gentoo.org>
Fri, 15 Apr 2011 17:04:59 +0000 (13:04 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 25 May 2011 12:13:43 +0000 (08:13 -0400)
commit8c0541035007bd8bbacfc5d71c696cdf37696794
tree3731d537dcb31b6decfc5493be6f4d5f3d055fb2
parente2a8092c3fa9766248e9515252ae44e6df2d97a0
Blackfin: bf537: demux port H mask A and emac rx ints

The BF537 SIC combines the gpio port H mask A interrupts with the
emac rx interrupt, so we need to demux this in software.

It also combines the gpio port H mask B and the emac tx interrupts,
and the watchdog and port F mask B interrupts, but since we don't
support mask B yet, just add the defines for now.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/include/asm/irq_handler.h
arch/blackfin/kernel/bfin_gpio.c
arch/blackfin/mach-bf537/include/mach/irq.h
arch/blackfin/mach-bf537/ints-priority.c
arch/blackfin/mach-common/ints-priority.c