]> asedeno.scripts.mit.edu Git - linux.git/commit
gpio: aspeed: Setup irqchip dynamically
authorRashmica Gupta <rashmica.g@gmail.com>
Fri, 6 Sep 2019 06:26:44 +0000 (16:26 +1000)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 11 Sep 2019 10:08:59 +0000 (11:08 +0100)
commit3d64a5a742ac95f2e6384605ea2825aa1c17e575
tree066a951385b45153b1120acb6f4039fb8adcbd1a
parent3c4710ae6f883f9c6e3df5e27e274702a1221c57
gpio: aspeed: Setup irqchip dynamically

This is in preparation for adding ast2600 support. The ast2600 SoC
requires two instances of the GPIO driver as it has two GPIO
controllers. Each instance needs it's own irqchip.

Signed-off-by: Rashmica Gupta <rashmica.g@gmail.com>
Link: https://lore.kernel.org/r/20190906062644.13445-1-rashmica.g@gmail.com
Reviewed-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-aspeed.c