Re: [PATCH v3 4/6] regulator: Add support for QCOM PMIC VBUS booster

2020-06-21 Thread Bjorn Andersson
On Wed 17 Jun 11:02 PDT 2020, Wesley Cheng wrote: > Some Qualcomm PMICs have the capability to source the VBUS output to > connected peripherals. This driver will register a regulator to the > regulator list to enable or disable this source by an external driver. > > Signed-off-by: Wesley Cheng

Re: [PATCH v3 4/6] regulator: Add support for QCOM PMIC VBUS booster

2020-06-17 Thread Randy Dunlap
Hi-- On 6/17/20 11:02 AM, Wesley Cheng wrote: > diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig > index 074a2ef55943..79d6b7596f0b 100644 > --- a/drivers/regulator/Kconfig > +++ b/drivers/regulator/Kconfig > @@ -797,6 +797,16 @@ config REGULATOR_QCOM_SPMI > Qualcomm

[PATCH v3 4/6] regulator: Add support for QCOM PMIC VBUS booster

2020-06-17 Thread Wesley Cheng
Some Qualcomm PMICs have the capability to source the VBUS output to connected peripherals. This driver will register a regulator to the regulator list to enable or disable this source by an external driver. Signed-off-by: Wesley Cheng --- drivers/regulator/Kconfig | 10 ++