gpio/nomadik: use genirq core to track enablement
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 20 Sep 2011 08:50:15 +0000 (10:50 +0200)
committerGrant Likely <grant.likely@secretlab.ca>
Tue, 20 Sep 2011 17:31:58 +0000 (11:31 -0600)
commit479a0c7eee68243ad9915a9ccc217a35c4e5e0e2
tree66f244a55f27d51b0c5e89b29337ab9e97196869
parent3c0227d262a5835849c68eb8328db016caad6085
gpio/nomadik: use genirq core to track enablement

Currently the Nomadik GPIO driver tracks enabled/disabled interrupt
status with a local variable, switch to using the interrupt core.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/gpio/gpio-nomadik.c