Re: [PATCH] button: qcom-pmic: add software debounce

2025-01-22 Thread Caleb Connolly
On Wed, 13 Nov 2024 05:51:03 +0100, Caleb Connolly wrote: > This helps with reliability on some platforms. We should probably also > configure the hardware debounce timer eventually. > > Applied, thanks! [1/1] button: qcom-pmic: add software debounce https://source.denx.de/u-boot/custo

[PATCH] button: qcom-pmic: add software debounce

2024-11-12 Thread Caleb Connolly
This helps with reliability on some platforms. We should probably also configure the hardware debounce timer eventually. Signed-off-by: Caleb Connolly --- drivers/button/button-qcom-pmic.c | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/drivers/button/button-q