On Thu, Jan 12, 2023 at 2:39 PM Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote:
irq_to_gpio() is legacy and unused API, remove it for good. This leaves gpio_to_irq() as it's used yet in many places. Nevertheless, removal of its counterpart is a good signal to whoever even trying to consider using them that do not. Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> ---
Applied, thanks! Bart