Re: [PATCH] rtc: rtc-twl: ensure IRQ is wakeup enabled

2013-06-05 Thread Kevin Hilman
Grygorii Strashko writes: > On 06/04/2013 08:46 PM, Kevin Hilman wrote: >> Grygorii Strashko writes: >> >>> Hi Kevin, >>> >>> On 06/01/2013 01:37 AM, Kevin Hilman wrote: Currently, the RTC IRQ is never wakeup-enabled so is not capable of bringing the system out of suspend. On

Re: [PATCH] rtc: rtc-twl: ensure IRQ is wakeup enabled

2013-06-05 Thread Grygorii Strashko
On 06/04/2013 08:46 PM, Kevin Hilman wrote: Grygorii Strashko writes: Hi Kevin, On 06/01/2013 01:37 AM, Kevin Hilman wrote: Currently, the RTC IRQ is never wakeup-enabled so is not capable of bringing the system out of suspend. On OMAP platforms, we have gotten by without this because the T

Re: [PATCH] rtc: rtc-twl: ensure IRQ is wakeup enabled

2013-06-04 Thread Kevin Hilman
Andrew Morton writes: > On Fri, 31 May 2013 15:37:07 -0700 Kevin Hilman wrote: > >> Currently, the RTC IRQ is never wakeup-enabled so is not capable of >> bringing the system out of suspend. >> >> On OMAP platforms, we have gotten by without this because the TWL RTC >> is on an I2C-connected ch

Re: [PATCH] rtc: rtc-twl: ensure IRQ is wakeup enabled

2013-06-04 Thread Kevin Hilman
Grygorii Strashko writes: > Hi Kevin, > > On 06/01/2013 01:37 AM, Kevin Hilman wrote: >> Currently, the RTC IRQ is never wakeup-enabled so is not capable of >> bringing the system out of suspend. >> >> On OMAP platforms, we have gotten by without this because the TWL RTC >> is on an I2C-connected

Re: [PATCH] rtc: rtc-twl: ensure IRQ is wakeup enabled

2013-06-04 Thread Grygorii Strashko
Hi Kevin, On 06/01/2013 01:37 AM, Kevin Hilman wrote: Currently, the RTC IRQ is never wakeup-enabled so is not capable of bringing the system out of suspend. On OMAP platforms, we have gotten by without this because the TWL RTC is on an I2C-connected chip which is capable of waking up the OMAP

Re: [PATCH] rtc: rtc-twl: ensure IRQ is wakeup enabled

2013-06-03 Thread Andrew Morton
On Fri, 31 May 2013 15:37:07 -0700 Kevin Hilman wrote: > Currently, the RTC IRQ is never wakeup-enabled so is not capable of > bringing the system out of suspend. > > On OMAP platforms, we have gotten by without this because the TWL RTC > is on an I2C-connected chip which is capable of waking up

[PATCH] rtc: rtc-twl: ensure IRQ is wakeup enabled

2013-05-31 Thread Kevin Hilman
Currently, the RTC IRQ is never wakeup-enabled so is not capable of bringing the system out of suspend. On OMAP platforms, we have gotten by without this because the TWL RTC is on an I2C-connected chip which is capable of waking up the OMAP via the IO ring when the OMAP is in low-power states. Ho