]> git.baikalelectronics.ru Git - kernel.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)
commit9976eef1f01c0feca62f59ee5564995877701992
tree1c72c3dca2b9807cc94593687c49423d8beaf077
parent4694d773ad69b153983347862f9070b6757c9600
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]