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

2023-11-07 Thread Stephan Gerhold
On Mon, Nov 06, 2023 at 08:57:30PM +, 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

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

2023-11-07 Thread Caleb Connolly
On 07/11/2023 13:27, Stephan Gerhold wrote: > On Mon, Nov 06, 2023 at 08:57:30PM +, 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

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

2023-11-06 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