From: Linus Walleij Date: Fri, 14 Mar 2014 17:16:20 +0000 (+0100) Subject: gpio: switch drivers to use new callback X-Git-Tag: v3.15-rc1~105^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57ef04288abd27a717287a652d324f95cb77c3c6;p=pandora-kernel.git gpio: switch drivers to use new callback 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 Cc: Jean-Jacques Hiblot Signed-off-by: Linus Walleij --- Reading git-diff-tree failed