Re: [PATCH v3] Add ltc3562 voltage regulator driver

2014-11-05 Thread Mark Brown
On Wed, Nov 05, 2014 at 12:41:34PM +0100, Mike Looijmans wrote: > On 11/04/2014 09:26 PM, Mark Brown wrote: > >So, I managed to find a datasheet[1] and this does actually seem to be a > >standard register map. It looks like this is a 4x12 register map with > >the program bytes being essentially

Re: [PATCH v3] Add ltc3562 voltage regulator driver

2014-11-05 Thread Mike Looijmans
On 11/04/2014 09:26 PM, Mark Brown wrote: On Tue, Nov 04, 2014 at 07:50:45AM +0100, Mike Looijmans wrote: v3: Add .of_match_table and prefix lltc Clarify why regmap cannot be used Add lltc,operating-mode (0..3) DT property regulator child nodes are optional Leave out the mode

Re: [PATCH v3] Add ltc3562 voltage regulator driver

2014-11-05 Thread Mike Looijmans
On 11/04/2014 09:26 PM, Mark Brown wrote: On Tue, Nov 04, 2014 at 07:50:45AM +0100, Mike Looijmans wrote: v3: Add .of_match_table and prefix lltc Clarify why regmap cannot be used Add lltc,operating-mode (0..3) DT property regulator child nodes are optional Leave out the mode

Re: [PATCH v3] Add ltc3562 voltage regulator driver

2014-11-05 Thread Mark Brown
On Wed, Nov 05, 2014 at 12:41:34PM +0100, Mike Looijmans wrote: On 11/04/2014 09:26 PM, Mark Brown wrote: So, I managed to find a datasheet[1] and this does actually seem to be a standard register map. It looks like this is a 4x12 register map with the program bytes being essentially

Re: [PATCH v3] Add ltc3562 voltage regulator driver

2014-11-04 Thread Mark Brown
On Tue, Nov 04, 2014 at 07:50:45AM +0100, Mike Looijmans wrote: > v3: Add .of_match_table and prefix lltc > Clarify why regmap cannot be used > Add lltc,operating-mode (0..3) DT property > regulator child nodes are optional Leave out the mode setting in the DT for now please, Javier

Re: [PATCH v3] Add ltc3562 voltage regulator driver

2014-11-04 Thread Mark Brown
On Tue, Nov 04, 2014 at 07:50:45AM +0100, Mike Looijmans wrote: v3: Add .of_match_table and prefix lltc Clarify why regmap cannot be used Add lltc,operating-mode (0..3) DT property regulator child nodes are optional Leave out the mode setting in the DT for now please, Javier was

[PATCH v3] Add ltc3562 voltage regulator driver

2014-11-03 Thread Mike Looijmans
The ltc3562 is an I2C controlled regulator supporting 4 independent outputs. Signed-off-by: Mike Looijmans --- v3: Add .of_match_table and prefix lltc Clarify why regmap cannot be used Add lltc,operating-mode (0..3) DT property regulator child nodes are optional

[PATCH v3] Add ltc3562 voltage regulator driver

2014-11-03 Thread Mike Looijmans
The ltc3562 is an I2C controlled regulator supporting 4 independent outputs. Signed-off-by: Mike Looijmans mike.looijm...@topic.nl --- v3: Add .of_match_table and prefix lltc Clarify why regmap cannot be used Add lltc,operating-mode (0..3) DT property regulator child nodes are