Re: [PATCH 4/6] regulator: Initial commit of sy7636a

2021-01-23 Thread Alistair Francis
On Fri, Jan 22, 2021 at 5:37 AM Mark Brown wrote: > > On Thu, Jan 21, 2021 at 10:24:10PM -0800, Alistair Francis wrote: > > On Mon, Jan 18, 2021 at 4:32 AM Mark Brown wrote: > > > On Sat, Jan 16, 2021 at 08:25:37PM -0800, Alistair Francis wrote: > > > > > +static int get_vcom_voltage_op(struct

Re: [PATCH 4/6] regulator: Initial commit of sy7636a

2021-01-22 Thread Mark Brown
On Thu, Jan 21, 2021 at 10:24:10PM -0800, Alistair Francis wrote: > On Mon, Jan 18, 2021 at 4:32 AM Mark Brown wrote: > > On Sat, Jan 16, 2021 at 08:25:37PM -0800, Alistair Francis wrote: > > > +static int get_vcom_voltage_op(struct regulator_dev *rdev) > > > +{ > > > + int ret =

Re: [PATCH 4/6] regulator: Initial commit of sy7636a

2021-01-21 Thread Alistair Francis
On Mon, Jan 18, 2021 at 4:32 AM Mark Brown wrote: > > On Sat, Jan 16, 2021 at 08:25:37PM -0800, Alistair Francis wrote: > > > --- /dev/null > > +++ b/drivers/regulator/sy7636a-regulator.c > > @@ -0,0 +1,233 @@ > > +// SPDX-License-Identifier: GPL-2.0+ > > +/* > > + * Functions to access SY3686A

Re: [PATCH 4/6] regulator: Initial commit of sy7636a

2021-01-18 Thread Mark Brown
On Sat, Jan 16, 2021 at 08:25:37PM -0800, Alistair Francis wrote: > --- /dev/null > +++ b/drivers/regulator/sy7636a-regulator.c > @@ -0,0 +1,233 @@ > +// SPDX-License-Identifier: GPL-2.0+ > +/* > + * Functions to access SY3686A power management chip voltages > + * Please make the entire comment

[PATCH 4/6] regulator: Initial commit of sy7636a

2021-01-17 Thread Alistair Francis
Initial support for the Silergy SY7636A-regulator Power Management chip driver. Signed-off-by: Alistair Francis --- drivers/regulator/Kconfig | 6 + drivers/regulator/Makefile| 1 + drivers/regulator/sy7636a-regulator.c | 233 ++ 3 files