From: Linus Walleij Date: Fri, 14 Mar 2014 17:24:30 +0000 (+0100) Subject: pinctrl: coh901: move irq line locking to resource callbacks X-Git-Tag: v3.15-rc1~105^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c1d50a6a7aa29a45a43b6073cf540eb7ee028a5;p=pandora-kernel.git pinctrl: coh901: move irq line locking to resource callbacks This switches the COH901 GPIO driver over to using the .request_resources() and .release_resources() callbacks from the irqchip vtable and separate the calls from the .enable() and .disable() callbacks as the latter cannot really say no to a request, whereas the resource callbacks can. Signed-off-by: Linus Walleij --- Reading git-diff-tree failed