]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Input: atmel_mxt_ts - allow reset GPIO to sleep
authorMarek Vasut <marek.vasut@mailbox.org>
Sun, 5 Oct 2025 02:33:10 +0000 (04:33 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Oct 2025 10:04:21 +0000 (12:04 +0200)
commitf652c7036bdea82fd978fe685604be5065cf12b9
tree7cb2916b26a60e004e90719ac91a2b1f789a0f7b
parentf3f59bab68e9bc714f757ab22f3fb36153014043
Input: atmel_mxt_ts - allow reset GPIO to sleep

commit c7866ee0a9ddd9789faadf58cdac6abd7aabf045 upstream.

The reset GPIO is not toggled in any critical section where it couldn't
sleep, allow the reset GPIO to sleep. This allows the driver to operate
reset GPIOs connected to I2C GPIO expanders.

Signed-off-by: Marek Vasut <marek.vasut@mailbox.org>
Link: https://lore.kernel.org/r/20251005023335.166483-1-marek.vasut@mailbox.org
Cc: stable@vger.kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/input/touchscreen/atmel_mxt_ts.c