Re: [rtc-linux] Re: [PATCH v4 0/4] pm: Add power off control

2013-11-26 Thread Ezequiel Garcia
On Sat, Nov 23, 2013 at 12:23:35PM -0500, Vaibhav Bedia wrote: On Fri, Nov 22, 2013 at 2:50 PM, Ezequiel Garcia ezequiel.gar...@free-electrons.com wrote: [...] And why specifically *2* seconds, instead of *1* or *33* ? Sounds a bit like voodoo magic on this side :-) Consider the

Re: [rtc-linux] Re: [PATCH v4 0/4] pm: Add power off control

2013-11-23 Thread Vaibhav Bedia
On Fri, Nov 22, 2013 at 2:50 PM, Ezequiel Garcia ezequiel.gar...@free-electrons.com wrote: [...] And why specifically *2* seconds, instead of *1* or *33* ? Sounds a bit like voodoo magic on this side :-) Consider the scenario where the actual time is 00:00:01.95 secs. Due to the 1 second

Re: [PATCH v4 0/4] pm: Add power off control

2013-11-22 Thread Ezequiel Garcia
Hi Russ, On Fri, Jan 11, 2013 at 12:09:56AM -0800, Russ Dill wrote: I personally like the series, it certainly adds needed functionality. I just wish there was a way to get it without a possible 4 second delay. I was just going through this patches and got confused by the same thing, could

Re: [PATCH v4 0/4] pm: Add power off control

2013-01-11 Thread Russ Dill
On Wed, Jan 2, 2013 at 2:15 AM, AnilKumar, Chimata anilku...@ti.com wrote: On Fri, Dec 14, 2012 at 11:33:13, AnilKumar, Chimata wrote: Add PM power_off control to rtc driver and PMIC status is set to STATUS_OFF to shutdown PMIC if PWR_EN is toggled by RTC module. System power off sequence:-

RE: [PATCH v4 0/4] pm: Add power off control

2013-01-02 Thread AnilKumar, Chimata
On Fri, Dec 14, 2012 at 11:33:13, AnilKumar, Chimata wrote: Add PM power_off control to rtc driver and PMIC status is set to STATUS_OFF to shutdown PMIC if PWR_EN is toggled by RTC module. System power off sequence:- * Set PMIC STATUS_OFF when PMIC_POWER_EN is pulled low * Enable

[PATCH v4 0/4] pm: Add power off control

2012-12-13 Thread AnilKumar Ch
Add PM power_off control to rtc driver and PMIC status is set to STATUS_OFF to shutdown PMIC if PWR_EN is toggled by RTC module. System power off sequence:- * Set PMIC STATUS_OFF when PMIC_POWER_EN is pulled low * Enable PMIC_POWER_EN in rtc module * Set rtc ALARM2 time * Enable ALARM2 interrupt