Skip to content
Commit 8c1d50a6 authored by Linus Walleij's avatar Linus Walleij
Browse files

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: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 57ef0428
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment