Re: [PATCH] gpio: pl061: Move irq_chip definition inside struct pl061

2018-10-31 Thread Linus Walleij
On Wed, Oct 24, 2018 at 7:29 PM Manivannan Sadhasivam wrote: > Keeping the irq_chip definition static will make it shared with multiple > giochips in the system. This practice is considered to be bad and now we > will get the below warning from gpiolib core: > > "detected irqchip that is shared w

[PATCH] gpio: pl061: Move irq_chip definition inside struct pl061

2018-10-24 Thread Manivannan Sadhasivam
Keeping the irq_chip definition static will make it shared with multiple giochips in the system. This practice is considered to be bad and now we will get the below warning from gpiolib core: "detected irqchip that is shared with multiple gpiochips: please fix the driver." Hence, move the irq_chi