Messages in this thread |  | | From | Ravi Chandra Sadineni <> | Subject | [PATCH 0/2] Add wakeup_source symlink and update documentation. | Date | Wed, 24 Jul 2019 10:43:53 -0700 |
| |
As discussed in https://lkml.org/lkml/2019/7/23/687 this patch set creates symlink from device node to wakeup_source virtual device. This patch set also updates the documentation accordingly.
Ravi Chandra Sadineni (2): power: sysfs: Add link to wakeup class device. power: sysfs: move wakeup related nodes in power dir to obselete.
Documentation/ABI/obsolete/sysfs-device-power | 93 ++++++++++++++++++ Documentation/ABI/testing/sysfs-devices-power | 94 ------------------- drivers/base/power/power.h | 2 + drivers/base/power/sysfs.c | 25 +++++ drivers/base/power/wakeup.c | 2 + 5 files changed, 122 insertions(+), 94 deletions(-) create mode 100644 Documentation/ABI/obsolete/sysfs-device-power
-- 2.20.1
|  |