Re: [PATCH v2 07/23] pmic: pca9450: Add regulator driver

2022-04-17 Thread Jaehoon Chung
On 4/12/22 04:45, Marek Vasut wrote: > Add PCA9450 regulator driver. This is complementary driver for the BUCKn > and LDOn regulators provided by the PCA9450 PMIC driver. Currently the > driver permits reading the settngs and configuring the BUCKn and LDOn > regulators. > > Reviewed-by: Fabio Este

[PATCH v2 07/23] pmic: pca9450: Add regulator driver

2022-04-11 Thread Marek Vasut
Add PCA9450 regulator driver. This is complementary driver for the BUCKn and LDOn regulators provided by the PCA9450 PMIC driver. Currently the driver permits reading the settngs and configuring the BUCKn and LDOn regulators. Reviewed-by: Fabio Estevam Signed-off-by: Marek Vasut Cc: Fabio Esteva