commit | c44eafd79be666e7c81d22e215c945b27f2785f7 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Tue Nov 07 19:15:45 2017 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Nov 08 13:58:19 2017 +0100 |
tree | 865222fa8bc1007b289c94cb09a2cd444802f8be | |
parent | b53b8300bf8ef8acfb604e07d818ead723be6ea3 [diff] |
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>