]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Input: st1232 - add reset pin handling
authorBastian Hecht <hechtb@gmail.com>
Mon, 15 Apr 2013 16:31:00 +0000 (09:31 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 15 Apr 2013 17:00:44 +0000 (10:00 -0700)
commite6a90810559cc3755a5b1629d1fd0b914462f98c
tree1c72c3dca2b9807cc94593687c49423d8beaf077
parent95b24d22135549ac8352d719a052002838bb9f80
Input: st1232 - add reset pin handling

We add the possibility to hand over a GPIO number for the reset pin.
This way we can remove existing board code that takes care of it and
group this information properly in the platform data or in the device
tree configuration.

Signed-off-by: Bastian Hecht <hechtb+renesas@gmail.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Documentation/devicetree/bindings/input/touchscreen/sitronix-st1232.txt [new file with mode: 0644]
drivers/input/touchscreen/st1232.c
include/linux/platform_data/st1232_pdata.h [new file with mode: 0644]