Re: [PATCH v1 1/2] regulator: rtmv20: Adds support for Richtek RTMV20 load switch regulator

2020-09-25 Thread ChiYuan Huang
Mark Brown 於 2020年9月25日 週五 下午7:33寫道: > > On Fri, Sep 25, 2020 at 12:07:50PM +0800, ChiYuan Huang wrote: > > Mark Brown 於 2020年9月25日 週五 上午12:12寫道: > > Please don't take things off-list unless there is a really strong reason > to do so. Sending things to the list ensures that everyone gets a >

Re: [PATCH v1 1/2] regulator: rtmv20: Adds support for Richtek RTMV20 load switch regulator

2020-09-25 Thread kernel test robot
Hi cy_huang, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on v5.9-rc6] [also build test WARNING on next-20200924] [cannot apply to regulator/for-next] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest

Re: [PATCH v1 1/2] regulator: rtmv20: Adds support for Richtek RTMV20 load switch regulator

2020-09-24 Thread Mark Brown
On Thu, Sep 24, 2020 at 11:04:50PM +0800, cy_huang wrote: > +static int rtmv20_apply_properties(struct rtmv20_priv *priv) > +{ > + const struct { > + int offset; > + int len; > + unsigned int reg; > + unsigned int mask; > + } props[] = { > +

[PATCH v1 1/2] regulator: rtmv20: Adds support for Richtek RTMV20 load switch regulator

2020-09-24 Thread cy_huang
From: ChiYuan Huang Add support for Richtek RTMV20 load switch regulator. Signed-off-by: ChiYuan Huang --- drivers/regulator/Kconfig| 9 + drivers/regulator/Makefile | 1 + drivers/regulator/rtmv20-regulator.c | 512 +++ 3 files