commit | 8c1d50a6a7aa29a45a43b6073cf540eb7ee028a5 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Fri Mar 14 18:24:30 2014 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Tue Mar 18 09:28:30 2014 +0100 |
tree | f50268a2153488a79a9623908101aa735f7dd107 | |
parent | 57ef04288abd27a717287a652d324f95cb77c3c6 [diff] |
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 <linus.walleij@linaro.org>