]> git.karo-electronics.de Git - karo-tx-linux.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)
commitd0d89493bff8b7c7bf580197a44a1d49c50395b3
tree599941601b9018385965b00d82c062e16408e5a4
parentf7bf6f58675a76c08e6eee7fa5c264884eb5c599
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]