Re: [PATCH v5 2/9] button: qcom-pmic: introduce Qualcomm PMIC button driver

2023-12-01 Thread Neil Armstrong
On 30/11/2023 21:22, Caleb Connolly wrote: Qualcomm PMICs include a "pon" function which handles two buttons, the power button and "resin" button (usually volume down). Introduce a new driver following upstream Linux DT to enable these and map them to Enter and Down respectively to enable use in

[PATCH v5 2/9] button: qcom-pmic: introduce Qualcomm PMIC button driver

2023-11-30 Thread Caleb Connolly
Qualcomm PMICs include a "pon" function which handles two buttons, the power button and "resin" button (usually volume down). Introduce a new driver following upstream Linux DT to enable these and map them to Enter and Down respectively to enable use in boot menus. Signed-off-by: Caleb Connolly -