Re: [PATCH] power: Do not clear events_check_enabled in pm_wakeup_pending()

2019-06-27 Thread Rafael J. Wysocki
On Wednesday, June 19, 2019 7:51:42 PM CEST Ravi Chandra Sadineni wrote: > events_check_enabled bool is set when wakeup_count sysfs attribute > is written. User level daemon is expected to write this attribute > just before suspend. > > When this boolean is set, calls to pm_wakeup_event() will

Re: [PATCH] power: Do not clear events_check_enabled in pm_wakeup_pending()

2019-06-24 Thread Rafael J. Wysocki
On Tue, Jun 25, 2019 at 1:25 AM Ravi Chandra Sadineni wrote: > > Hi, > > Just wanted to check if this is o.k. It is in my "for review" queue, I'll let you know. Thanks!

Re: [PATCH] power: Do not clear events_check_enabled in pm_wakeup_pending()

2019-06-24 Thread Ravi Chandra Sadineni
Hi, Just wanted to check if this is o.k. Thanks, Ravi On Wed, Jun 19, 2019 at 10:52 AM Ravi Chandra Sadineni wrote: > > events_check_enabled bool is set when wakeup_count sysfs attribute > is written. User level daemon is expected to write this attribute > just before suspend. > > When this

[PATCH] power: Do not clear events_check_enabled in pm_wakeup_pending()

2019-06-19 Thread Ravi Chandra Sadineni
events_check_enabled bool is set when wakeup_count sysfs attribute is written. User level daemon is expected to write this attribute just before suspend. When this boolean is set, calls to pm_wakeup_event() will result in increment of per device and global wakeup count that helps in identifying

Re: [PATCH] power: Do not clear events_check_enabled in pm_wakeup_pending()

2019-06-19 Thread Greg KH
On Fri, Jun 14, 2019 at 11:23:31AM -0700, Ravi Chandra Sadineni wrote: > Hi, > > Just wanted to check if this o.k. You seem to have forgoten to send this to the maintainer of this file :( Please use scripts/get_maintainer.pl and resend it, remembering to send it to Rafael next time :) thanks,

Re: [PATCH] power: Do not clear events_check_enabled in pm_wakeup_pending()

2019-06-14 Thread Ravi Chandra Sadineni
Hi, Just wanted to check if this o.k. Thanks, Ravi On Thu, Jun 6, 2019 at 5:37 PM Ravi Chandra Sadineni wrote: > > events_check_enabled bool is set when wakeup_count sysfs attribute > is written. User level daemon is expected to write this attribute > just before suspend. > > When this boolean

[PATCH] power: Do not clear events_check_enabled in pm_wakeup_pending()

2019-06-06 Thread Ravi Chandra Sadineni
events_check_enabled bool is set when wakeup_count sysfs attribute is written. User level daemon is expected to write this attribute just before suspend. When this boolean is set, calls to pm_wakeup_event() will result in increment of per device and global wakeup count that helps in identifying