Re: [PATCH 09/13] pmic: Convert pm8916 driver to a generic Qcom PMIC driver

2022-08-26 Thread Tom Rini
On Thu, Aug 04, 2022 at 07:57:17PM +0530, Sumit Garg wrote: > Since both pm8916.c and pm8916_gpio.c are already supporting multiple > Qcom SoCs, it makes sense to rename these drivers to pmic_qcom.c and > qcom_pmic_gpio.c respectively. Also, these driver can be extended to > support additional fun

[PATCH 09/13] pmic: Convert pm8916 driver to a generic Qcom PMIC driver

2022-08-04 Thread Sumit Garg
Since both pm8916.c and pm8916_gpio.c are already supporting multiple Qcom SoCs, it makes sense to rename these drivers to pmic_qcom.c and qcom_pmic_gpio.c respectively. Also, these driver can be extended to support additional functionality if required for other Qcom SoCs. Along with this import l