]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-audio.git/commit
Input: atmel_mxt_ts: Add device tree support
authorSundar Raman <sunds@ti.com>
Wed, 7 Aug 2013 18:57:48 +0000 (13:57 -0500)
committerPraneeth Bajjuri <praneeth@ti.com>
Fri, 9 Aug 2013 21:11:21 +0000 (16:11 -0500)
commit70af0c5ff9ea2b0aa1deb8674398c4714eaf2869
tree029dcf62b8e26f1e94e4b7317823448457550aea
parentc5444cc3fe1dd3a812d4ec9e2c1890da5040eac6
Input: atmel_mxt_ts: Add device tree support

Add device tree support for Atmel touch driver. All platform
specific data is now read from dts files and parsed inside the
driver.

NOTE: Provision for supplying config data for controller is
given from board specific dts file since the driver no longer
configures these values for different firmware revisions,
after this commit: 71749f5c66e797a39600dae9de58aab3858dc488

Change-Id: Ic88bc62246e2465d527410e6fef78b301d681628
Signed-off-by: Sundar Raman <sunds@ti.com>
Acked-by: Nishanth Menon <nm@ti.com>
Documentation/devicetree/bindings/input/touchscreen/atmel_mxt_ts.txt [new file with mode: 0644]
drivers/input/touchscreen/atmel_mxt_ts.c