pinctrl: amd: Clear GPIO debounce for suspend
authorMario Limonciello <mario.limonciello@amd.com>
Fri, 27 Jun 2025 15:01:46 +0000 (10:01 -0500)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 3 Jul 2025 22:24:45 +0000 (00:24 +0200)
commit8ff4fb276e2384a87ae7f65f3c28e1e139dbb3fe
tree08be0eaae2f7ca02d403929b1fbf35d0d274b642
parent46147490b4098e200b7d7d3ac4637a3e4f7b806a
pinctrl: amd: Clear GPIO debounce for suspend

soc-button-array hardcodes a debounce value by means of gpio_keys
which uses pinctrl-amd as a backend to program debounce for a GPIO.

This hardcoded value doesn't match what the firmware intended to be
programmed in _AEI. The hardcoded debounce leads to problems waking
from suspend. There isn't appetite to conditionalize the behavior in
soc-button-array or gpio-keys so clear it when the system suspends to
avoid problems with being able to resume.

Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Hans de Goede <hansg@kernel.org>
Fixes: 5c4fa2a6da7fb ("Input: soc_button_array - debounce the buttons")
Link: https://lore.kernel.org/linux-input/mkgtrb5gt7miyg6kvqdlbu4nj3elym6ijudobpdi26gp4xxay5@rsa6ytrjvj2q/
Link: https://lore.kernel.org/linux-input/20250625215813.3477840-1-superm1@kernel.org/
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Reviewed-by: Hans de Goede <hansg@kernel.org>
Link: https://lore.kernel.org/20250627150155.3311574-1-superm1@kernel.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-amd.c