]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] ARM: OMAP: Fix GPIO IRQ mask handling
authorImre Deak <imre.deak@nokia.com>
Fri, 26 May 2006 22:54:33 +0000 (15:54 -0700)
committerTony Lindgren <tony@atomide.com>
Fri, 26 May 2006 22:54:33 +0000 (15:54 -0700)
commit50dcd4448d79a7edee41b99be5ae5414fe04e779
treefd6314c95acd9a4d5ae04d967afd243e3b770135
parent6c91daaf8b6a76d0ecdc24343a4426a5a3217a3d
[PATCH] ARM: OMAP: Fix GPIO IRQ mask handling

The GPIO IRQ mask was retrieved incorrectly in cases where we have a mask
register instead of an enable register. Also we should only return the
valid bits depending on the bank size.

This fixes a bug on 1510/1610 based OMAPs where GPIO IRQs are not
delivered.

Signed-off-by: Imre Deak <imre.deak@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/gpio.c