Re: [PATCH] rtc: tps6586x: device wakeup flags correction

2013-05-22 Thread Dmitry Osipenko
23.05.2013 02:22, Andrew Morton пишет: > On Sun, 12 May 2013 18:25:06 +0400 Dmitry Osipenko wrote: > >> Use device_init_wakeup() instead of device_set_wakeup_capable() and move it >> before rtc dev registering. This fixes issue with alarmtimer that checks >> wakeup >> capability with device_may_

Re: [PATCH] rtc: tps6586x: device wakeup flags correction

2013-05-22 Thread Andrew Morton
On Sun, 12 May 2013 18:25:06 +0400 Dmitry Osipenko wrote: > Use device_init_wakeup() instead of device_set_wakeup_capable() and move it > before rtc dev registering. This fixes issue with alarmtimer that checks > wakeup > capability with device_may_wakeup() on device add. Well OK, but what is t