Re: [PATCH v5 0/9] Qualcomm PMIC fixes

2023-12-01 Thread Sumit Garg
Hi Caleb, On Fri, 1 Dec 2023 at 01:52, Caleb Connolly wrote: > > This series addresses some long-standing issues with the SPMI arb > driver, the PMIC, and the PMIC GPIO. It fixes compatibility with > upstream Linux devicetrees, and simplifies pwrkey/resin support by > rewriting the pon driver to

[PATCH v5 0/9] Qualcomm PMIC fixes

2023-11-30 Thread Caleb Connolly
This series addresses some long-standing issues with the SPMI arb driver, the PMIC, and the PMIC GPIO. It fixes compatibility with upstream Linux devicetrees, and simplifies pwrkey/resin support by rewriting the pon driver to be a button driver rather than a GPIO driver. Existing users are adjuste