]> git.baikalelectronics.ru Git - kernel.git/commit
Input: ads7846 - remove custom filter handling functions from pdata
authorDaniel Mack <daniel@zonque.org>
Fri, 10 Sep 2021 01:01:28 +0000 (18:01 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 10 Sep 2021 04:30:01 +0000 (21:30 -0700)
commit3b9e472ced61d323d6923f616fc955ccf97ad4d9
tree10445543935e704e11f316b7e6f54636a861f6b0
parent693182ab3a1c5b6a9840de4f20b677e5defa6912
Input: ads7846 - remove custom filter handling functions from pdata

The functions in the platform data struct to initialize, cleanup and
apply custom filters are not in use by any mainline board.

Remove support for them to pave the road for more cleanups to come.

The enum was moved as it has no users outside of the driver code
itself.

Signed-off-by: Daniel Mack <daniel@zonque.org>
Reviewed-by: Marco Felsch <m.felsch@pengutronix.de>
Link: https://lore.kernel.org/r/20210907200726.2034962-3-daniel@zonque.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/ads7846.c
include/linux/spi/ads7846.h