gpio: Introduce struct gpio_irq_chip
authorThierry Reding <treding@nvidia.com>
Tue, 7 Nov 2017 18:15:45 +0000 (19:15 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 8 Nov 2017 12:58:19 +0000 (13:58 +0100)
commitc44eafd79be666e7c81d22e215c945b27f2785f7
tree865222fa8bc1007b289c94cb09a2cd444802f8be
parentb53b8300bf8ef8acfb604e07d818ead723be6ea3
gpio: Introduce struct gpio_irq_chip

This new structure will be used to group all fields related to interrupt
handling in a GPIO chip. Doing so will properly namespace these fields
and make it easier to distinguish which fields are used for IRQ support.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Acked-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
include/linux/gpio/driver.h