]> git.baikalelectronics.ru Git - kernel.git/commit
input: touchscreen: mainstone: fix pxa2xx+pxa3xx configuration
authorArnd Bergmann <arnd@arndb.de>
Thu, 12 Sep 2019 08:56:20 +0000 (10:56 +0200)
committerArnd Bergmann <arnd@arndb.de>
Sat, 7 May 2022 20:55:48 +0000 (22:55 +0200)
commitbb628a6eb1a1b6539dc5a250a4b0b51c14ea7045
tree1b848876390abafc941cee5719c0205d2294cf10
parentf0b66b606ad0409c55539aa8326dd6b386b6594a
input: touchscreen: mainstone: fix pxa2xx+pxa3xx configuration

There are two different ways of flushing the ac97 queue
in this driver, selected by a compile time option.

Change this to a runtime selection to make it work when both
are enabled.

Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Cc: linux-input@vger.kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/input/touchscreen/mainstone-wm97xx.c