]> Pileus Git - ~andy/linux/commit
Input: auo_pixcir_ts - add devicetree support
authorHeiko Stübner <heiko@sntech.de>
Sat, 23 Feb 2013 20:08:55 +0000 (12:08 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 25 Feb 2013 03:10:18 +0000 (19:10 -0800)
commit7241443f67bb352183bcfd7e3b807b87f2777b5d
tree24643c68bf0b3dfac6825fd5df0f0bad91546f98
parent38e83f7f9169400047aa3033d643891da1b00441
Input: auo_pixcir_ts - add devicetree support

Add the necessary code to create the needed platformdata from devicetree
informations.

The interrupt mode of the chip is not set via devicetree, as it is not
a property of the hardware but instead only a preferred type of operation.
This should probably be made settable via configfs in the future.
The option set as default is the mode the datasheet mentions as default.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Documentation/devicetree/bindings/input/touchscreen/auo_pixcir_ts.txt [new file with mode: 0644]
drivers/input/touchscreen/auo-pixcir-ts.c