On Sat, Jun 10, 2017 at 11:57 PM, Heiner Kallweit <hkallweit1@xxxxxxxxx> wrote: > Customized versions of the request_resources and release_resources > callbacks usually just extend what is available in gpiochip_irq_reqres > and gpiochip_irq_relres. Therefore export them to make them available > to gpio drivers. > > Signed-off-by: Heiner Kallweit <hkallweit1@xxxxxxxxx> I'm not happy with this patch. The gpiolib IRQchip abstraction was created to pull common code into the gpiolib library so I get less mess of GPIO IRQ drivers spread out all over the place. This does the reverse and start to spread it all over the place again. Can you think about a way to try to centralize what you are trying to do into the gpiolib with a flag or special registration call or similar? I guess I don't understand the context, I guess this is part of the problem Jerome is discussing with me in another thread. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html