From mboxrd@z Thu Jan 1 00:00:00 1970 From: ayankumarh@gmail.com (AYAN KUMAR HALDER) Date: Mon, 8 Sep 2014 02:06:18 +0530 Subject: wakeup source - power management In-Reply-To: References: Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Mon, Sep 8, 2014 at 1:50 AM, Ran Shalit wrote: > > > On Sun, Sep 7, 2014 at 11:14 PM, AYAN KUMAR HALDER > wrote: >> On Sat, Sep 6, 2014 at 9:56 PM, Ran Shalit wrote: >>> Hello >>> >>> What does it mean device without wakeup source in terms of runtime PM ? >>> >> Can you give some source/reference where you came across this terminology. >> "device without wakeup source" >> >> Regards, >> Ayan Kumar Halder > > Hi, > > You can find it here: > http://elinux.org/images/1/18/Elc2011_damm.pdf If I am not mistaken, it takes about device without wakeup source in Suspend to Ram which is system power management and not runtime power management. In this respect it means, the device cannot wake-up the system from suspend state. Such devices are completely powered down/clock disabled in suspend state. Devices which have wakeup source like RTC are not powered down completely so as to generate a wakeup interrupt. This would try to wakeup the system. Sorry, I am not aware about "device without wakeup source" in terms of runtime pm. Regards, Ayan Kumar Halder > > Thanks, Ran