]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Input: auo-pixcir-ts - handle reset gpio directly
authorHeiko Stübner <heiko@sntech.de>
Sat, 23 Feb 2013 20:06:44 +0000 (12:06 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 25 Feb 2013 03:10:10 +0000 (19:10 -0800)
commit27cef8b47cfb27fa2955a8577637794f1f275db2
treea92f52efaa486cc25b4302272aaef3c23110f86f
parentfa656308622fdaf54f2ff9ce8a70e4260f701b5d
Input: auo-pixcir-ts - handle reset gpio directly

Devicetree based platforms don't handle device callbacks very well
and until now no board has come along that needs more extended hwinit
than pulling the rst gpio high.

Therefore pull the reset handling directly into the driver and remove
the callbacks from the driver.

If extended device setup is needed at some later point, power-sequences
would probably be the solution of choice.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/auo-pixcir-ts.c
include/linux/input/auo-pixcir-ts.h