Re: [PATCH 2/8] mfd: stpmu1: add stpmu1 pmic driver

2018-08-21 Thread Pascal PAILLET-LME
Hi, Thanks a lot for the review ! I just have a question below regarding populate method. Le 07/10/2018 12:38 AM, Enric Balletbo Serra a écrit : > Hi Pascal, > > Thanks for the patch some comments below. > > Missatge de Pascal PAILLET-LME del dia dj., 5 de > jul. 2018 a les 17:17: >> From: pas

Re: [PATCH 2/8] mfd: stpmu1: add stpmu1 pmic driver

2018-07-16 Thread Rob Herring
On Thu, Jul 05, 2018 at 03:14:22PM +, Pascal PAILLET-LME wrote: > From: pascal paillet > > stpmu1 is a pmic from STMicroelectronics. The stpmu1 integrates 10 > regulators and 3 switches with various capabilities. > > Signed-off-by: pascal paillet > --- > drivers/mfd/Kconfig

Re: [PATCH 2/8] mfd: stpmu1: add stpmu1 pmic driver

2018-07-09 Thread Enric Balletbo Serra
Hi Pascal, Thanks for the patch some comments below. Missatge de Pascal PAILLET-LME del dia dj., 5 de jul. 2018 a les 17:17: > > From: pascal paillet > > stpmu1 is a pmic from STMicroelectronics. The stpmu1 integrates 10 > regulators and 3 switches with various capabilities. > > Signed-off-by:

[PATCH 2/8] mfd: stpmu1: add stpmu1 pmic driver

2018-07-05 Thread Pascal PAILLET-LME
From: pascal paillet stpmu1 is a pmic from STMicroelectronics. The stpmu1 integrates 10 regulators and 3 switches with various capabilities. Signed-off-by: pascal paillet --- drivers/mfd/Kconfig | 14 ++ drivers/mfd/Makefile| 1 + drivers/mfd/stpmu1.c