mbox series

[0/2] Fix pm8941-pwrkey debounce programming

Message ID 20230529-pm8941-pwrkey-debounce-v1-0-c043a6d5c814@linaro.org
Headers show
Series Fix pm8941-pwrkey debounce programming | expand

Message

Caleb Connolly May 29, 2023, 7:55 p.m. UTC
Since PM8998 the pon debounce register was adjusted to support much
lower debounce times however the driver was never changed to reflect
this.

This resulted in the debounce time being set to the minimum ~62us on
PMICs from PM8998/PM660 up until PMk8350.

Set the shift and mask correctly, and adjust MAINTAINERS to include the
driver under Qualcomm support.

---
Caleb Connolly (2):
      MAINTAINERS: Adjust Qualcomm driver globbing
      Input: pm8941-powerkey - fix debounce on gen2+ PMICs

 MAINTAINERS                        |  2 +-
 drivers/input/misc/pm8941-pwrkey.c | 19 +++++++++++++++----
 2 files changed, 16 insertions(+), 5 deletions(-)
---
base-commit: 44c026a73be8038f03dbdeef028b642880cf1511

// Caleb (they/them)