Re: [PATCH] power: Print wakeup_count instead of event_count in the sysfs attribute.

2018-06-08 Thread Rafael J. Wysocki
On Thursday, June 7, 2018 6:47:24 PM CEST Ravi Chandra Sadineni wrote: > Hi Rafeal, > > Soft ping. Is this patch good to be merged ? Yes, it is. It's there in my linux-next branch. Thanks, Rafael

Re: [PATCH] power: Print wakeup_count instead of event_count in the sysfs attribute.

2018-06-08 Thread Rafael J. Wysocki
On Thursday, June 7, 2018 6:47:24 PM CEST Ravi Chandra Sadineni wrote: > Hi Rafeal, > > Soft ping. Is this patch good to be merged ? Yes, it is. It's there in my linux-next branch. Thanks, Rafael

Re: [PATCH] power: Print wakeup_count instead of event_count in the sysfs attribute.

2018-06-07 Thread Ravi Chandra Sadineni
Hi Rafeal, Soft ping. Is this patch good to be merged ? Thanks, Ravi On Sun, Jun 3, 2018 at 10:14 AM, Ravi Chandra Sadineni wrote: > Hi Rafael, > > On Sun, Jun 3, 2018 at 1:05 AM, Rafael J. Wysocki wrote: >> On Sat, Jun 2, 2018 at 4:32 AM, Ravi Chandra Sadineni >> wrote: >>> Currently we

Re: [PATCH] power: Print wakeup_count instead of event_count in the sysfs attribute.

2018-06-07 Thread Ravi Chandra Sadineni
Hi Rafeal, Soft ping. Is this patch good to be merged ? Thanks, Ravi On Sun, Jun 3, 2018 at 10:14 AM, Ravi Chandra Sadineni wrote: > Hi Rafael, > > On Sun, Jun 3, 2018 at 1:05 AM, Rafael J. Wysocki wrote: >> On Sat, Jun 2, 2018 at 4:32 AM, Ravi Chandra Sadineni >> wrote: >>> Currently we

Re: [PATCH] power: Print wakeup_count instead of event_count in the sysfs attribute.

2018-06-03 Thread Ravi Chandra Sadineni
Hi Rafael, On Sun, Jun 3, 2018 at 1:05 AM, Rafael J. Wysocki wrote: > On Sat, Jun 2, 2018 at 4:32 AM, Ravi Chandra Sadineni > wrote: >> Currently we show event_count instead of wakeup_count as part of per >> device wakeup_count sysfs attribute. Change it to wakeup_count to make >> it more

Re: [PATCH] power: Print wakeup_count instead of event_count in the sysfs attribute.

2018-06-03 Thread Ravi Chandra Sadineni
Hi Rafael, On Sun, Jun 3, 2018 at 1:05 AM, Rafael J. Wysocki wrote: > On Sat, Jun 2, 2018 at 4:32 AM, Ravi Chandra Sadineni > wrote: >> Currently we show event_count instead of wakeup_count as part of per >> device wakeup_count sysfs attribute. Change it to wakeup_count to make >> it more

Re: [PATCH] power: Print wakeup_count instead of event_count in the sysfs attribute.

2018-06-03 Thread Rafael J. Wysocki
On Sat, Jun 2, 2018 at 4:32 AM, Ravi Chandra Sadineni wrote: > Currently we show event_count instead of wakeup_count as part of per > device wakeup_count sysfs attribute. Change it to wakeup_count to make > it more meaningful. More information, please. In particular, why it is more meaningful.

Re: [PATCH] power: Print wakeup_count instead of event_count in the sysfs attribute.

2018-06-03 Thread Rafael J. Wysocki
On Sat, Jun 2, 2018 at 4:32 AM, Ravi Chandra Sadineni wrote: > Currently we show event_count instead of wakeup_count as part of per > device wakeup_count sysfs attribute. Change it to wakeup_count to make > it more meaningful. More information, please. In particular, why it is more meaningful.

Re: [PATCH] power: Print wakeup_count instead of event_count in the sysfs attribute.

2018-06-02 Thread Pavel Machek
On Fri 2018-06-01 19:32:15, Ravi Chandra Sadineni wrote: > Currently we show event_count instead of wakeup_count as part of per > device wakeup_count sysfs attribute. Change it to wakeup_count to make > it more meaningful. > > Signed-off-by: Ravi Chandra Sadineni Acked-by: Pavel Machek --

Re: [PATCH] power: Print wakeup_count instead of event_count in the sysfs attribute.

2018-06-02 Thread Pavel Machek
On Fri 2018-06-01 19:32:15, Ravi Chandra Sadineni wrote: > Currently we show event_count instead of wakeup_count as part of per > device wakeup_count sysfs attribute. Change it to wakeup_count to make > it more meaningful. > > Signed-off-by: Ravi Chandra Sadineni Acked-by: Pavel Machek --

[PATCH] power: Print wakeup_count instead of event_count in the sysfs attribute.

2018-06-01 Thread Ravi Chandra Sadineni
Currently we show event_count instead of wakeup_count as part of per device wakeup_count sysfs attribute. Change it to wakeup_count to make it more meaningful. Signed-off-by: Ravi Chandra Sadineni --- drivers/base/power/sysfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] power: Print wakeup_count instead of event_count in the sysfs attribute.

2018-06-01 Thread Ravi Chandra Sadineni
Currently we show event_count instead of wakeup_count as part of per device wakeup_count sysfs attribute. Change it to wakeup_count to make it more meaningful. Signed-off-by: Ravi Chandra Sadineni --- drivers/base/power/sysfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git