• Linus Walleij's avatar
    gpio: em: lock IRQs when starting them · 0dc61623
    Linus Walleij authored
    This uses the new API for tagging GPIO lines as in use by
    IRQs. This enforces a few semantic checks on how the underlying
    GPIO line is used.
    
    Also assign the gpio_chip.dev pointer to be used for error
    messages.
    
    ChangeLog v1->v2:
    - Satisfy implicit semantics by calling .enable and .disable
      callbacks in the startup/shutdown callbacks.
    
    Cc: Ian Molton <ian.molton@codethink.co.uk>
    Cc: Simon Horman <horms+renesas@verge.net.au>
    Acked-by: default avatarMagnus Damm <damm@opensource.se>
    Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
    0dc61623
gpio-em.c 11.5 KB