]> git.ipfire.org Git - thirdparty/kernel/linux.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)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 8 Oct 2025 04:51:31 +0000 (21:51 -0700)
commitc7866ee0a9ddd9789faadf58cdac6abd7aabf045
treebdedc6acaeb9ee89cfa950797522b9ddb16c5491
parentd655a684c24dde9e9f3f98f3dbae5a4f592117d4
Input: atmel_mxt_ts - allow reset GPIO to sleep

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>
drivers/input/touchscreen/atmel_mxt_ts.c