commit | b470cef1ffac1acc327fe3343a2ce3ef3a526a21 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Wed Jul 22 13:31:41 2020 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Thu Jul 30 00:13:10 2020 +0200 |
tree | 701bab1200538834db29b66a0323ae20b1af511f | |
parent | a070bdbbb06d7787ec7844a4f1e059cf8b55205d [diff] |
gpio: rcar: Use irqchip template This makes the driver use the irqchip template to assign properties to the gpio_irq_chip instead of using the explicit call to gpiochip_irqchip_add(). The irqchip is instead added while adding the gpiochip. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Cc: Biju Das <biju.das@bp.renesas.com> Cc: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20200722113141.243163-1-linus.walleij@linaro.org