Re: [RESEND PATCH v6 06/11] mfd: max77650: new core mfd driver

2019-03-26 Thread Bartosz Golaszewski
pt., 22 mar 2019 o 10:12 Pavel Machek napisaƂ(a): > > On Mon 2019-03-18 18:42:23, Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > > > Add the core mfd driver for max77650 PMIC. We define five sub-devices > > for which the drivers will be added in subsequent patches. > > > > Signed-of

Re: [RESEND PATCH v6 06/11] mfd: max77650: new core mfd driver

2019-03-22 Thread Pavel Machek
On Mon 2019-03-18 18:42:23, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Add the core mfd driver for max77650 PMIC. We define five sub-devices > for which the drivers will be added in subsequent patches. > > Signed-off-by: Bartosz Golaszewski > --- > drivers/mfd/Kconfig

[RESEND PATCH v6 06/11] mfd: max77650: new core mfd driver

2019-03-18 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add the core mfd driver for max77650 PMIC. We define five sub-devices for which the drivers will be added in subsequent patches. Signed-off-by: Bartosz Golaszewski --- drivers/mfd/Kconfig | 14 +++ drivers/mfd/Makefile | 1 + drivers/mfd/max77650.c