• L
    gpio: switch drivers to use new callback · 57ef0428
    Linus Walleij 提交于
    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: NLinus Walleij <linus.walleij@linaro.org>
    57ef0428
gpio-lynxpoint.c 13.1 KB