Re: [PATCH] Don't disable hpet emulation on suspend

2013-04-10 Thread Andrew Morton
On Tue, 9 Apr 2013 17:36:13 -0700 Derek Basehore wrote: > There's a bug where rtc alarms are ignored after the rtc cmos suspends but > before the system finishes suspend. Since hpet emulation is disabled and it > still handles the interrupts, a wake event is never registered which is done >

Re: [PATCH] Don't disable hpet emulation on suspend

2013-04-10 Thread Andrew Morton
On Tue, 9 Apr 2013 17:36:13 -0700 Derek Basehore dbaseh...@chromium.org wrote: There's a bug where rtc alarms are ignored after the rtc cmos suspends but before the system finishes suspend. Since hpet emulation is disabled and it still handles the interrupts, a wake event is never registered

[PATCH] Don't disable hpet emulation on suspend

2013-04-09 Thread Derek Basehore
There's a bug where rtc alarms are ignored after the rtc cmos suspends but before the system finishes suspend. Since hpet emulation is disabled and it still handles the interrupts, a wake event is never registered which is done from the rtc layer. This reverts an earlier commit which disables hpet

[PATCH] Don't disable hpet emulation on suspend

2013-04-09 Thread Derek Basehore
There's a bug where rtc alarms are ignored after the rtc cmos suspends but before the system finishes suspend. Since hpet emulation is disabled and it still handles the interrupts, a wake event is never registered which is done from the rtc layer. This reverts an earlier commit which disables hpet