Re: [PATCH 2/3] power: regulator: Add a driver for AXP PMIC regulators

2023-01-11 Thread Samuel Holland
Hi Andre, On 1/11/23 17:08, Andre Przywara wrote: > On Mon, 28 Nov 2022 00:47:55 -0600 > Samuel Holland wrote: > > Hi Samuel, > >> This driver handles most voltage regulators found in X-Powers AXP PMICs. >> It is based on, and intended to replace, the regulator driver in TF-A. > > Many thanks

Re: [PATCH 2/3] power: regulator: Add a driver for AXP PMIC regulators

2023-01-11 Thread Andre Przywara
On Mon, 28 Nov 2022 00:47:55 -0600 Samuel Holland wrote: Hi Samuel, > This driver handles most voltage regulators found in X-Powers AXP PMICs. > It is based on, and intended to replace, the regulator driver in TF-A. Many thanks for putting this together! That's much appreciated. > AXP PMIC reg

[PATCH 2/3] power: regulator: Add a driver for AXP PMIC regulators

2022-11-27 Thread Samuel Holland
This driver handles most voltage regulators found in X-Powers AXP PMICs. It is based on, and intended to replace, the regulator driver in TF-A. AXP PMIC regulators can be divided into 6 categories: - Switches without voltage control => fully supported. - Single linear range => fully supported.