gpiolib: add a warning on gpiochip->to_irq defined
authorNikita Shubin <nikita.shubin@maquefel.me>
Mon, 18 Jan 2021 09:05:08 +0000 (12:05 +0300)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 19 Jan 2021 10:51:15 +0000 (11:51 +0100)
commitef38237444ce952daf041ed2885918f9f7d1e997
tree49a731f93d21f7363c2605b48c6c8eb3d3a9440c
parent1fc7c1ef37f86f207b4db40aba57084bb2f6a69a
gpiolib: add a warning on gpiochip->to_irq defined

gpiochip->to_irq method is redefined in gpiochip_add_irqchip.

A lot of gpiod driver's still define ->to_irq method, let's give
a gentle warning that they can no longer rely on it, so they can remove
it on ocassion.

Fixes: e0d8972898139 ("gpio: Implement tighter IRQ chip integration")
Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
drivers/gpio/gpiolib.c