Re: [PATCH 2/6] mfd: Initial commit of sy7636a

2021-03-25 Thread Alistair Francis
On Tue, Mar 23, 2021 at 5:35 AM Lee Jones wrote: > > On Sat, 20 Mar 2021, Alistair Francis wrote: > > > On Thu, Feb 4, 2021 at 5:31 AM Lee Jones wrote: > > > > > > On Sat, 16 Jan 2021, Alistair Francis wrote: > > > > > > > Initial support for the Silergy SY7636A Power Management chip > > > >

Re: [PATCH 2/6] mfd: Initial commit of sy7636a

2021-03-23 Thread Lee Jones
On Sat, 20 Mar 2021, Alistair Francis wrote: > On Thu, Feb 4, 2021 at 5:31 AM Lee Jones wrote: > > > > On Sat, 16 Jan 2021, Alistair Francis wrote: > > > > > Initial support for the Silergy SY7636A Power Management chip > > > driver. > > > > Please remove "driver", as this is not support for the

Re: [PATCH 2/6] mfd: Initial commit of sy7636a

2021-03-20 Thread Alistair Francis
On Thu, Feb 4, 2021 at 5:31 AM Lee Jones wrote: > > On Sat, 16 Jan 2021, Alistair Francis wrote: > > > Initial support for the Silergy SY7636A Power Management chip > > driver. > > Please remove "driver", as this is not support for the driver, it *is* > the driver which supports the chip. Sorry

Re: [PATCH 2/6] mfd: Initial commit of sy7636a

2021-02-04 Thread Lee Jones
On Sat, 16 Jan 2021, Alistair Francis wrote: > Initial support for the Silergy SY7636A Power Management chip > driver. Please remove "driver", as this is not support for the driver, it *is* the driver which supports the chip. > Signed-off-by: Alistair Francis > --- > drivers/mfd/Kconfig

[PATCH 2/6] mfd: Initial commit of sy7636a

2021-01-17 Thread Alistair Francis
Initial support for the Silergy SY7636A Power Management chip driver. Signed-off-by: Alistair Francis --- drivers/mfd/Kconfig | 10 ++ drivers/mfd/Makefile| 2 + drivers/mfd/sy7636a.c | 252 include/linux/mfd/sy7636a.h | 50 +++