Re: [PATCH 0/2] power: Refactor device level sysfs.

From: Rafael J. Wysocki
Date: Tue Jul 23 2019 - 03:44:18 EST


On Tue, Jul 23, 2019 at 12:33 AM Ravi Chandra Sadineni
<ravisadineni@xxxxxxxxxxxx> wrote:
>
> wakeup_abort_count and wakeup_count attributes print the
> same (wakeup_count) variable. Thus this patchset removes the
> duplicate wakeup_abort_count sysfs attribute. This patchset also
> exposes event_count as a sysfs attribute.
>
> Ravi Chandra Sadineni (2):
> power: sysfs: Remove wakeup_abort_count attribute.
> power:sysfs: Expose device wakeup_event_count.

I don't think you need this at all, because
https://patchwork.kernel.org/patch/11045069/ is exposing what you need
already.

Thanks!