]> git.baikalelectronics.ru Git - kernel.git/commit
Input: atmel_mxt_ts - switch from OF to generic device properties
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 20 Mar 2018 22:31:26 +0000 (15:31 -0700)
committerBenson Leung <bleung@chromium.org>
Tue, 10 Apr 2018 05:39:33 +0000 (22:39 -0700)
commita3becc14cf4fb8d9793ab1ab5a4c43f8a204d2ee
treedb8b1ec6299e0f4863462ab720b6f1c55b762c7d
parent2349075c6d2841fb85bce95eb9b94badd011396f
Input: atmel_mxt_ts - switch from OF to generic device properties

Instead of using OF-specific APIs to fecth device properties, let's switch
to generic device properties API. This will allow us to use device
properties on legacy ChromeOS devices and get rid of platform data down
the road.

Acked-by: Nick Dyer <nick@shmanahar.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Benson Leung <bleung@chromium.org>
drivers/input/touchscreen/atmel_mxt_ts.c