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)