Re: [PATCH v2 10/15] regulator: mt6370: Add mt6370 DisplayBias and VibLDO support

2022-06-17 Thread ChiaEn Wu
Hi Randy, Thanks for your helpful comments! We will refine them in the next patch, thanks! Randy Dunlap 於 2022年6月14日 週二 凌晨4:15寫道: > > > > On 6/13/22 04:11, ChiaEn Wu wrote: > > diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig > > index cbe0f96ca342..dcb6866dab53 100644 > > ---

Re: [PATCH v2 10/15] regulator: mt6370: Add mt6370 DisplayBias and VibLDO support

2022-06-13 Thread Randy Dunlap
On 6/13/22 04:11, ChiaEn Wu wrote: > diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig > index cbe0f96ca342..dcb6866dab53 100644 > --- a/drivers/regulator/Kconfig > +++ b/drivers/regulator/Kconfig > @@ -804,6 +804,14 @@ config REGULATOR_MT6360 > 2-channel buck with Therm

[PATCH v2 10/15] regulator: mt6370: Add mt6370 DisplayBias and VibLDO support

2022-06-13 Thread ChiaEn Wu
From: ChiYuan Huang Add mt6370 DisplayBias and VibLDO support. Signed-off-by: ChiYuan Huang --- drivers/regulator/Kconfig| 8 + drivers/regulator/Makefile | 1 + drivers/regulator/mt6370-regulator.c | 388 +++ 3 files changed, 397 insertions(+)