]> 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)
commit9068c00606b6266cf87ea16d99f6b0f0eeb2edb7
tree599941601b9018385965b00d82c062e16408e5a4
parent7a9b375cb8fbff8f52131a2af1438ad5344e26ef
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]