RE: [RFC V1] COMMIT 1: DA9210 driver files

2013-06-28 Thread Opensource [Steve Twiss]
On Fri, Jun 28, 2013, Mark Brown wrote: > >On Fri, Jun 28, 2013 at 10:32:08AM +, Opensource [Steve Twiss] wrote: > >Please fix your mail client to word wrap between paragraphs for legibility. > Hi Mark, Apologies for the word-wrap. >> Dialog are planning to submit a DA9063 driver that 'stan

Re: [RFC V1] COMMIT 1: DA9210 driver files

2013-06-28 Thread Mark Brown
On Fri, Jun 28, 2013 at 10:32:08AM +, Opensource [Steve Twiss] wrote: Please fix your mail client to word wrap between paragraphs for legibility. > Dialog are planning to submit a DA9063 driver that 'stands alone' > instead of being fully integrated with a combined DA9210 driver (i.e. > the o

RE: [RFC V1] COMMIT 1: DA9210 driver files

2013-06-28 Thread Opensource [Steve Twiss]
On Wed, 26 June 2013, Guennadi Liakhovetski wrote: > >Hi Steve > >On Mon, 24 Jun 2013, Opensource [Steve Twiss] wrote: > >[snip] > >> Thank you for the comments. > >Thanks for your work on this! I've got one more question to you though: it >looks like >you're doing Linux kernel driver open-sourci

RE: [RFC V1] COMMIT 1: DA9210 driver files

2013-06-26 Thread Guennadi Liakhovetski
Hi Steve On Mon, 24 Jun 2013, Opensource [Steve Twiss] wrote: [snip] > Thank you for the comments. Thanks for your work on this! I've got one more question to you though: it looks like you're doing Linux kernel driver open-sourcing for DiaSemi ATM. In the past http://lwn.net/Articles/513859/

RE: [RFC V1] COMMIT 1: DA9210 driver files

2013-06-24 Thread Opensource [Steve Twiss]
On Fri, 21 Jun 2013, Guennadi Liakhovetski wrote: > >On Thu, 20 Jun 2013, Steve Twiss wrote: > >> From: Steve Twiss >> >> This is the regulator driver for the Dialog DA9210 Multi-phase Buck. >> The patch is relative to linux-next next-20130620 >> >> The regulator implements the functions for .ena

RE: [RFC V1] COMMIT 1: DA9210 driver files

2013-06-24 Thread Opensource [Steve Twiss]
On Fri, 21 June 2013, Mark Brown wrote: > >On Thu, Jun 20, 2013 at 02:42:03PM +0100, Steve Twiss wrote: > >> @@ -293,6 +293,13 @@ config REGULATOR_LP8788 >> help >>This driver supports LP8788 voltage regulator chip. >> >> +config REGULATOR_DA9210 >> +bool "Dialog Semiconductor DA9

Re: [RFC V1] COMMIT 1: DA9210 driver files

2013-06-21 Thread Mark Brown
On Thu, Jun 20, 2013 at 02:42:03PM +0100, Steve Twiss wrote: > @@ -293,6 +293,13 @@ config REGULATOR_LP8788 > help > This driver supports LP8788 voltage regulator chip. > > +config REGULATOR_DA9210 > + bool "Dialog Semiconductor DA9210 Regulator" > + depends on I2C=y > +

Re: [RFC V1] COMMIT 1: DA9210 driver files

2013-06-21 Thread Guennadi Liakhovetski
Hi Steve Thanks a lot for the patch! I'm not an expert in this area, so, just some comments. I'm sure other persons on your CC list will have more of them. On Thu, 20 Jun 2013, Steve Twiss wrote: > From: Steve Twiss > > This is the regulator driver for the Dialog DA9210 Multi-phase Buck. > Th

[RFC V1] COMMIT 1: DA9210 driver files

2013-06-20 Thread Steve Twiss
From: Steve Twiss This is the regulator driver for the Dialog DA9210 Multi-phase Buck. The patch is relative to linux-next next-20130620 The regulator implements the functions for .enable, .set_voltage, .get_voltage, .set_current_limit, and .get_current_limit. It uses the kernel standard functio