Re: [PATCH v4 2/2] regulator: add device tree support for max8997

2012-04-18 Thread Thomas Abraham
Hi Mark, On 18 April 2012 00:08, Mark Brown wrote: > On Wed, Apr 18, 2012 at 12:05:59AM +0530, Thomas Abraham wrote: >> On 28 March 2012 22:33, Karol Lewandowski wrote: > >> >> +    For BUCK's: > > No 's here, BTW. Ok. > >> >  - EN32KHz_AP >> >  - EN32KHz_CP >> >  - ENVICHG >> >  - ESAFEOUT1 >

Re: [PATCH v4 2/2] regulator: add device tree support for max8997

2012-04-17 Thread Mark Brown
On Wed, Apr 18, 2012 at 12:05:59AM +0530, Thomas Abraham wrote: > On 28 March 2012 22:33, Karol Lewandowski wrote: > >> +    For BUCK's: No 's here, BTW. > >  - EN32KHz_AP > >  - EN32KHz_CP > >  - ENVICHG > >  - ESAFEOUT1 > >  - ESAFEOUT2 > >  - CHARGER > >  - CHARGER_CV > >  - CHARGER_TOPOFF

Re: [PATCH v4 2/2] regulator: add device tree support for max8997

2012-04-17 Thread Thomas Abraham
On 28 March 2012 22:33, Karol Lewandowski wrote: > On 24.03.2012 10:49, Thomas Abraham wrote: > > Hi Thomas! > >> Add device tree based discovery support for max8997. > ... >> +Regulators: The regulators of max8997 that have to be instantiated should be >> +included in a sub-node named 'regulators

Re: [PATCH v4 2/2] regulator: add device tree support for max8997

2012-04-16 Thread Thomas Abraham
On 17 April 2012 00:21, Mark Brown wrote: > On Sat, Mar 24, 2012 at 03:19:50PM +0530, Thomas Abraham wrote: >> Add device tree based discovery support for max8997. > > I tried to apply this but it's collided with some other changes in the > driver which have arrived in the meantime and the rejects

Re: [PATCH v4 2/2] regulator: add device tree support for max8997

2012-04-16 Thread Mark Brown
On Sat, Mar 24, 2012 at 03:19:50PM +0530, Thomas Abraham wrote: > Add device tree based discovery support for max8997. I tried to apply this but it's collided with some other changes in the driver which have arrived in the meantime and the rejects were too large to fix up. I suspect it's mostly j

Re: [PATCH v4 2/2] regulator: add device tree support for max8997

2012-03-30 Thread Grant Likely
On Sat, 24 Mar 2012 15:19:50 +0530, Thomas Abraham wrote: > Add device tree based discovery support for max8997. > > Cc: MyungJoo Ham > Cc: Rajendra Nayak > Cc: Rob Herring > Cc: Grant Likely > Signed-off-by: Thomas Abraham > --- > .../devicetree/bindings/regulator/max8997-pmic.txt | 133

Re: [PATCH v4 2/2] regulator: add device tree support for max8997

2012-03-28 Thread Karol Lewandowski
On 24.03.2012 10:49, Thomas Abraham wrote: Hi Thomas! > Add device tree based discovery support for max8997. ... > +Regulators: The regulators of max8997 that have to be instantiated should be > +included in a sub-node named 'regulators'. Regulator nodes included in this > +sub-node should be of

Re: [PATCH v4 2/2] regulator: add device tree support for max8997

2012-03-26 Thread MyungJoo Ham
On Sat, Mar 24, 2012 at 6:49 PM, Thomas Abraham wrote: > Add device tree based discovery support for max8997. > > Cc: MyungJoo Ham > Cc: Rajendra Nayak > Cc: Rob Herring > Cc: Grant Likely > Signed-off-by: Thomas Abraham Acked-by: MyungJoo Ham > --- >  .../devicetree/bindings/regulator/max

[PATCH v4 2/2] regulator: add device tree support for max8997

2012-03-24 Thread Thomas Abraham
Add device tree based discovery support for max8997. Cc: MyungJoo Ham Cc: Rajendra Nayak Cc: Rob Herring Cc: Grant Likely Signed-off-by: Thomas Abraham --- .../devicetree/bindings/regulator/max8997-pmic.txt | 133 ++ drivers/mfd/max8997.c | 73