]> git.baikalelectronics.ru Git - kernel.git/commit
Input: ili210x - convert to devm IRQ
authorMarek Vasut <marex@denx.de>
Thu, 7 Feb 2019 06:00:44 +0000 (22:00 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 7 Feb 2019 06:18:11 +0000 (22:18 -0800)
commit056334a55e22a7c2ac2b2def08f8b4c614f55159
tree2eed8b1781da1d3622e7e0e9600eb670c99b3a5f
parent1c2003ecc6373fe0c55bdf8932714410b1325f0b
Input: ili210x - convert to devm IRQ

Convert the driver to devm_request_irq(), drop the related unmanaged
deregistration code and add ili210x_irq_teardown() to tear the IRQ
down and cancel possible touchscreen pending work.

Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/ili210x.c