Skip to content
  • Linus Walleij's avatar
    gpio: switch drivers to use new callback · 57ef0428
    Linus Walleij authored
    
    
    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: default avatarLinus Walleij <linus.walleij@linaro.org>
    57ef0428