On Mon, Jun 10, 2019 at 11:50 AM Phil Reid <preid@xxxxxxxxxxxxxxxxx> wrote: > Keeping the irq_chip definition static shares it with multiple instances > of the altera gpiochip in the system. This is bad and now we get this > warning from gpiolib core: > > "detected irqchip that is shared with multiple gpiochips: please fix the > driver." > > Hence, move the irq_chip definition from being driver static into the > struct altera_gpio_chips. So a unique irq_chip is used for each gpiochip > instance. > > Signed-off-by: Phil Reid <preid@xxxxxxxxxxxxxxxxx> Patch applied. Yours, Linus Walleij