Re: [PATCH v1 1/3] mfd: Add new mfd device TPS68470

2017-07-20 Thread Lee Jones
On Wed, 19 Jul 2017, Mani, Rajmohan wrote: > Hi Lee, > > > > On Fri, 09 Jun 2017, Mani, Rajmohan wrote: > > > > > > > Hi Andy, > > > > > > > > > On Tue, Jun 06, 2017 at 03:59:49PM +0300, Andy Shevchenko wrote: > > > > > > On Tue, Jun 6, 2017 at 2:55 PM, Rajmohan Mani > > > > > wrote: > > > > > >

RE: [PATCH v1 1/3] mfd: Add new mfd device TPS68470

2017-07-19 Thread Mani, Rajmohan
Hi Lee, > > On Fri, 09 Jun 2017, Mani, Rajmohan wrote: > > > > > Hi Andy, > > > > > > > On Tue, Jun 06, 2017 at 03:59:49PM +0300, Andy Shevchenko wrote: > > > > > On Tue, Jun 6, 2017 at 2:55 PM, Rajmohan Mani > > > > wrote: > > > > > > The TPS68470 device is an advanced power management unit that

RE: [PATCH v1 1/3] mfd: Add new mfd device TPS68470

2017-06-12 Thread Mani, Rajmohan
Hi Lee, > Subject: Re: [PATCH v1 1/3] mfd: Add new mfd device TPS68470 > > On Fri, 09 Jun 2017, Mani, Rajmohan wrote: > > > Hi Andy, > > > > > On Tue, Jun 06, 2017 at 03:59:49PM +0300, Andy Shevchenko wrote: > > > > On Tue, Jun 6, 2017 at 2:55

Re: [PATCH v1 1/3] mfd: Add new mfd device TPS68470

2017-06-12 Thread Lee Jones
On Fri, 09 Jun 2017, Mani, Rajmohan wrote: > Hi Andy, > > > On Tue, Jun 06, 2017 at 03:59:49PM +0300, Andy Shevchenko wrote: > > > On Tue, Jun 6, 2017 at 2:55 PM, Rajmohan Mani > > wrote: > > > > The TPS68470 device is an advanced power management unit that powers > > > > a Compact Camera Module

RE: [PATCH v1 1/3] mfd: Add new mfd device TPS68470

2017-06-09 Thread Mani, Rajmohan
Hi Andy, > On Tue, Jun 06, 2017 at 03:59:49PM +0300, Andy Shevchenko wrote: > > On Tue, Jun 6, 2017 at 2:55 PM, Rajmohan Mani > wrote: > > > The TPS68470 device is an advanced power management unit that powers > > > a Compact Camera Module (CCM), generates clocks for image sensors, > > > drives a

RE: [PATCH v1 1/3] mfd: Add new mfd device TPS68470

2017-06-09 Thread Mani, Rajmohan
er.kernel.org; Lee Jones ; Linus Walleij > ; Alexandre Courbot ; Rafael J. > Wysocki ; Len Brown > Subject: Re: [PATCH v1 1/3] mfd: Add new mfd device TPS68470 > > On Tue, Jun 6, 2017 at 2:55 PM, Rajmohan Mani > wrote: > > The TPS68470 device is an advanced power manage

RE: [PATCH v1 1/3] mfd: Add new mfd device TPS68470

2017-06-09 Thread Mani, Rajmohan
..@vger.kernel.org; Lee Jones ; Linus Walleij > ; Alexandre Courbot ; Rafael J. > Wysocki ; Len Brown > Subject: Re: [PATCH v1 1/3] mfd: Add new mfd device TPS68470 > > Hi Rajmohan, > > On Tue, Jun 06, 2017 at 04:55:16AM -0700, Rajmohan Mani wrote: > > +/* > > + *

Re: [PATCH v1 1/3] mfd: Add new mfd device TPS68470

2017-06-07 Thread Sakari Ailus
Hi Andy, On Tue, Jun 06, 2017 at 03:59:49PM +0300, Andy Shevchenko wrote: > On Tue, Jun 6, 2017 at 2:55 PM, Rajmohan Mani wrote: > > The TPS68470 device is an advanced power management > > unit that powers a Compact Camera Module (CCM), > > generates clocks for image sensors, drives a dual > > LE

Re: [PATCH v1 1/3] mfd: Add new mfd device TPS68470

2017-06-07 Thread kbuild test robot
Hi Rajmohan, [auto build test ERROR on ljones-mfd/for-mfd-next] [also build test ERROR on v4.12-rc4 next-20170607] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Rajmohan-Mani/mfd-Add-new-mfd-de

Re: [PATCH v1 1/3] mfd: Add new mfd device TPS68470

2017-06-06 Thread kbuild test robot
Hi Rajmohan, [auto build test WARNING on ljones-mfd/for-mfd-next] [also build test WARNING on v4.12-rc4 next-20170606] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Rajmohan-Mani/mfd-Add-new-mf

Re: [PATCH v1 1/3] mfd: Add new mfd device TPS68470

2017-06-06 Thread Andy Shevchenko
On Tue, Jun 6, 2017 at 2:55 PM, Rajmohan Mani wrote: > The TPS68470 device is an advanced power management > unit that powers a Compact Camera Module (CCM), > generates clocks for image sensors, drives a dual > LED for Flash and incorporates two LED drivers for > general purpose indicators. > > Th

Re: [PATCH v1 1/3] mfd: Add new mfd device TPS68470

2017-06-06 Thread Heikki Krogerus
Hi Rajmohan, On Tue, Jun 06, 2017 at 04:55:16AM -0700, Rajmohan Mani wrote: > +/* > + * tps68470_reg_read: Read a single tps68470 register. > + * > + * @tps: Device to read from. > + * @reg: Register to read. > + * @val: Contains the value > + */ > +int tps68470_reg_read(struct tps68470 *tps, unsi

[PATCH v1 1/3] mfd: Add new mfd device TPS68470

2017-06-06 Thread Rajmohan Mani
The TPS68470 device is an advanced power management unit that powers a Compact Camera Module (CCM), generates clocks for image sensors, drives a dual LED for Flash and incorporates two LED drivers for general purpose indicators. This patch adds support for TPS68470 mfd device. Signed-off-by: Rajm