Re: [PATCH v2 2/5] gpio: qcom_pmic: rework pwrkey driver into a button driver

2023-11-09 Thread Stephan Gerhold
On Wed, Nov 08, 2023 at 04:20:54PM +, Caleb Connolly wrote: > The power and resin keys were implemented as GPIOs here, but their only > use would be as buttons. Avoid the additional layer of introspection and > rework this driver into a button driver. > > While we're here, replace the

[PATCH v2 2/5] gpio: qcom_pmic: rework pwrkey driver into a button driver

2023-11-08 Thread Caleb Connolly
The power and resin keys were implemented as GPIOs here, but their only use would be as buttons. Avoid the additional layer of introspection and rework this driver into a button driver. While we're here, replace the "qcom,pm8998-pwrkey" compatible with "qcom,pm8941-pwrkey" to match upstream