Re: [PATCH v3 3/5] gpio/aspeed: Setup irqchip dynamically

2019-09-11 Thread Linus Walleij
On Fri, Sep 6, 2019 at 7:26 AM Rashmica Gupta wrote: > 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 Patch applied with Joel

Re: [PATCH v3 3/5] gpio/aspeed: Setup irqchip dynamically

2019-09-06 Thread Joel Stanley
On Fri, 6 Sep 2019 at 06:26, Rashmica Gupta wrote: > > 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 Reviewed-by: Joel Stanle

[PATCH v3 3/5] gpio/aspeed: Setup irqchip dynamically

2019-09-05 Thread Rashmica Gupta
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 --- drivers/gpio/gpio-aspeed.c | 16 +++- 1 file changed, 7 insertions(+),