Re: [PATCH V5 REPOST] mfd: add support for ams AS3722 PMIC

2014-06-09 Thread Linus Walleij
On Fri, Jun 6, 2014 at 5:28 PM, Lee Jones wrote: >> + as3722->en_intern_int_pullup = of_property_read_bool(np, >> + "ams,enable-internal-int-pullup"); >> + as3722->en_intern_i2c_pullup = of_property_read_bool(np, >> +

Re: [PATCH V5 REPOST] mfd: add support for ams AS3722 PMIC

2014-06-09 Thread Laxman Dewangan
On Friday 06 June 2014 08:58 PM, Lee Jones wrote: Laxman, This patch has already been applied, but ... + as3722->en_intern_int_pullup = of_property_read_bool(np, + "ams,enable-internal-int-pullup"); + as3722->en_intern_i2c_pullup = of_property_r

Re: [PATCH V5 REPOST] mfd: add support for ams AS3722 PMIC

2014-06-06 Thread Lee Jones
Laxman, This patch has already been applied, but ... > The ams AS3722 is a compact system PMU suitable for mobile phones, > tablets etc. It has 4 DC/DC step-down regulators, 3 DC/DC step-down > controller, 11 LDOs, RTC, automatic battery, temperature and > over-current monitoring, 8 GPIOs, ADC an

Re: [PATCH V5 REPOST] mfd: add support for ams AS3722 PMIC

2013-10-27 Thread Grant Likely
On Sat, 26 Oct 2013 09:19:02 -0700, Lee Jones wrote: > Hi Grant, > > > > Acked-by: Stephen Warren > > > Signed-off-by: Laxman Dewangan > > > Signed-off-by: Florian Lobmaier > > > Signed-off-by: Lee Jones > > > > > > +Optional properties: > > > +--- > > > + The input

Re: [PATCH V5 REPOST] mfd: add support for ams AS3722 PMIC

2013-10-26 Thread Lee Jones
Hi Grant, > > Acked-by: Stephen Warren > > Signed-off-by: Laxman Dewangan > > Signed-off-by: Florian Lobmaier > > Signed-off-by: Lee Jones > > +Optional properties: > > +--- > > + The input supply of regulators are the optional properties on the > > + regulator n

Re: [PATCH V5 REPOST] mfd: add support for ams AS3722 PMIC

2013-10-25 Thread Grant Likely
On Tue, 22 Oct 2013 13:08:46 +0530, Laxman Dewangan wrote: > The ams AS3722 is a compact system PMU suitable for mobile phones, > tablets etc. It has 4 DC/DC step-down regulators, 3 DC/DC step-down > controller, 11 LDOs, RTC, automatic battery, temperature and > over-current monitoring, 8 GPIOs,

Re: [PATCH V5 REPOST] mfd: add support for ams AS3722 PMIC

2013-10-22 Thread Lee Jones
On Tue, 22 Oct 2013, Laxman Dewangan wrote: > The ams AS3722 is a compact system PMU suitable for mobile phones, > tablets etc. It has 4 DC/DC step-down regulators, 3 DC/DC step-down > controller, 11 LDOs, RTC, automatic battery, temperature and > over-current monitoring, 8 GPIOs, ADC and a watchd

[PATCH V5 REPOST] mfd: add support for ams AS3722 PMIC

2013-10-22 Thread Laxman Dewangan
The ams AS3722 is a compact system PMU suitable for mobile phones, tablets etc. It has 4 DC/DC step-down regulators, 3 DC/DC step-down controller, 11 LDOs, RTC, automatic battery, temperature and over-current monitoring, 8 GPIOs, ADC and a watchdog. Add MFD core driver for the AS3722 to support co