Blackfin: bf537: fix excessive gpio int demuxing
authorMike Frysinger <vapier@gentoo.org>
Fri, 15 Apr 2011 16:51:33 +0000 (12:51 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 25 May 2011 12:13:43 +0000 (08:13 -0400)
commite2a8092c3fa9766248e9515252ae44e6df2d97a0
tree99619c0acee0ad019c8551465a1e37b71a9ff27a
parentdd8cb37b4e92c487fd10e7da96bab18d33de62da
Blackfin: bf537: fix excessive gpio int demuxing

The search logic in the gpio demux walks all possible gpio blocks starting
at the specified pin.  The trouble on bf537 parts when we demux the port
F and port G mask A interrupts is that we also demux port H mask A ints.
Most of the time this isn't an issue as people don't usually use port H,
but might as well avoid it when possible.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/mach-common/ints-priority.c