]> 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)
commitb5711f52af9128e01df5ae1f35bf6f9b11b8185e
tree10445543935e704e11f316b7e6f54636a861f6b0
parent9354b2a98c16ad5ce6fa86a46bace81c4406781d
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