]> 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)
commit418e52772416ff88e30d76cd10663865df5c3a31
tree1c72c3dca2b9807cc94593687c49423d8beaf077
parent8cd7464392153720af1253142993b27a5a34aa09
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]