]> 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)
commitc488e00279d683d933250e75f8e90f295a085f13
tree7de62ffae580deee595abed1b6d4c8dc1b0f75ac
parent1ab65188bf7de571bbe04c96a7bb4f575f8fd859
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]