gpio: switch drivers to use new callback
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 14 Mar 2014 17:16:20 +0000 (18:16 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 18 Mar 2014 08:28:30 +0000 (09:28 +0100)
This switches all GPIO and pin control drivers with irqchips
that were using .startup() and .shutdown() callbacks to lock
GPIO lines for IRQ usage over to using the .request_resources()
and .release_resources() callbacks just introduced into the
irqchip vtable.

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Jean-Jacques Hiblot <jjhiblot@traphandler.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

No differences found