Re: [PATCH V3 2/2] mfd: Add ROHM BD9571MWV-M MFD PMIC driver

2017-07-17 Thread Marek Vasut
On 07/10/2017 05:33 PM, Geert Uytterhoeven wrote: > Hi Marek, > > On Tue, May 2, 2017 at 2:18 PM, Marek Vasut wrote: >> Add the MFD part of the ROHM BD9571MWV-M PMIC driver and MAINTAINERS >> entry. The MFD part only specifies the regmap bits for the PMIC and >> binds the subdevs together. >> >>

Re: [PATCH V3 2/2] mfd: Add ROHM BD9571MWV-M MFD PMIC driver

2017-07-10 Thread Geert Uytterhoeven
Hi Marek, On Tue, May 2, 2017 at 2:18 PM, Marek Vasut wrote: > Add the MFD part of the ROHM BD9571MWV-M PMIC driver and MAINTAINERS > entry. The MFD part only specifies the regmap bits for the PMIC and > binds the subdevs together. > > Signed-off-by: Marek Vasut > Cc: linux-kernel@vger.kernel.or

Re: [PATCH V3 2/2] mfd: Add ROHM BD9571MWV-M MFD PMIC driver

2017-07-03 Thread Lee Jones
On Mon, 03 Jul 2017, Marek Vasut wrote: > On 07/03/2017 03:48 PM, Lee Jones wrote: > > On Mon, 03 Jul 2017, Marek Vasut wrote: > > > >> On 07/03/2017 01:55 PM, Lee Jones wrote: > >>> On Tue, 27 Jun 2017, Marek Vasut wrote: > >>> > On 05/02/2017 02:18 PM, Marek Vasut wrote: > > Add the MF

Re: [PATCH V3 2/2] mfd: Add ROHM BD9571MWV-M MFD PMIC driver

2017-07-03 Thread Marek Vasut
On 07/03/2017 03:48 PM, Lee Jones wrote: > On Mon, 03 Jul 2017, Marek Vasut wrote: > >> On 07/03/2017 01:55 PM, Lee Jones wrote: >>> On Tue, 27 Jun 2017, Marek Vasut wrote: >>> On 05/02/2017 02:18 PM, Marek Vasut wrote: > Add the MFD part of the ROHM BD9571MWV-M PMIC driver and MAINTAINER

Re: [PATCH V3 2/2] mfd: Add ROHM BD9571MWV-M MFD PMIC driver

2017-07-03 Thread Lee Jones
On Mon, 03 Jul 2017, Marek Vasut wrote: > On 07/03/2017 01:55 PM, Lee Jones wrote: > > On Tue, 27 Jun 2017, Marek Vasut wrote: > > > >> On 05/02/2017 02:18 PM, Marek Vasut wrote: > >>> Add the MFD part of the ROHM BD9571MWV-M PMIC driver and MAINTAINERS > >>> entry. The MFD part only specifies th

Re: [PATCH V3 2/2] mfd: Add ROHM BD9571MWV-M MFD PMIC driver

2017-07-03 Thread Marek Vasut
On 07/03/2017 01:55 PM, Lee Jones wrote: > On Tue, 27 Jun 2017, Marek Vasut wrote: > >> On 05/02/2017 02:18 PM, Marek Vasut wrote: >>> Add the MFD part of the ROHM BD9571MWV-M PMIC driver and MAINTAINERS >>> entry. The MFD part only specifies the regmap bits for the PMIC and >>> binds the subdevs

Re: [PATCH V3 2/2] mfd: Add ROHM BD9571MWV-M MFD PMIC driver

2017-07-03 Thread Lee Jones
On Tue, 27 Jun 2017, Marek Vasut wrote: > On 05/02/2017 02:18 PM, Marek Vasut wrote: > > Add the MFD part of the ROHM BD9571MWV-M PMIC driver and MAINTAINERS > > entry. The MFD part only specifies the regmap bits for the PMIC and > > binds the subdevs together. > > > > Signed-off-by: Marek Vasut

Re: [PATCH V3 2/2] mfd: Add ROHM BD9571MWV-M MFD PMIC driver

2017-06-27 Thread Marek Vasut
On 05/02/2017 02:18 PM, Marek Vasut wrote: > Add the MFD part of the ROHM BD9571MWV-M PMIC driver and MAINTAINERS > entry. The MFD part only specifies the regmap bits for the PMIC and > binds the subdevs together. > > Signed-off-by: Marek Vasut > Cc: linux-kernel@vger.kernel.org > Cc: Geert Uytte