]> git.baikalelectronics.ru Git - kernel.git/commit
Input: tsc2004/5 - switch to using generic device properties
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 10 Feb 2017 23:18:07 +0000 (15:18 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 12 Feb 2017 22:55:09 +0000 (14:55 -0800)
commit76fd388762535300ebf84dc1ebd924fc1bb229d3
tree599941601b9018385965b00d82c062e16408e5a4
parent50ebf38ff197cabdad6056a7573f2f18e0a00814
Input: tsc2004/5 - switch to using generic device properties

Instead of supporting legacy platform data (of which we have no mainline
users) and OF-based properties, let's switch to generic device properties.
This will still allow legacy boards to use the driver (by defining property
sets and attaching them to the drivers) and will simplify probe and make
driver usable on ACPI-based systems as well.

Reviewed-By: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/tsc200x-core.c
include/linux/spi/tsc2005.h [deleted file]