]> git.baikalelectronics.ru Git - kernel.git/commit
Input: auo-pixcir-ts - drop support for platform data
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 14 Sep 2022 14:14:24 +0000 (07:14 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 16 Sep 2022 13:38:50 +0000 (06:38 -0700)
commit95698d3840acb629950886a445fab90c6cd76729
tree7de62ffae580deee595abed1b6d4c8dc1b0f75ac
parent77badbeb6a7509870a4105bb2377f87b0acfca43
Input: auo-pixcir-ts - drop support for platform data

Currently there are no users of auo_pixcir_ts_platdata in the mainline, and
having it (with legacy gpio numbers) prevents us from converting the driver
to gpiod API, so let's drop it.

If, in the future, someone wants to use this driver on non-device tree,
non-ACPI system, they should use static device properties instead of
platform data.

Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20220914141428.2201784-1-dmitry.torokhov@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/auo-pixcir-ts.c
include/linux/input/auo-pixcir-ts.h [deleted file]