mbox series

[v4,0/2] PM / wakeup: Fix wakeup class wrecakge in -next

Message ID 20190819224158.62954-1-swboyd@chromium.org (mailing list archive)
Headers show
Series PM / wakeup: Fix wakeup class wrecakge in -next | expand

Message

Stephen Boyd Aug. 19, 2019, 10:41 p.m. UTC
Resending the patch series to pick up the tags and fix the subject
on patch #2. I didn't drop the "Fixes" tags even though they're
just in -next and the patches have been dropped in the latest version.
Please update them in the future so we know what commit they're fixing
if the commits change in the pm tree.

Changes from v3:
 * Picked up reviewed-by tags from Tri Vo
 * Fixed Cc tag on patch 2
 * Fixed subject on patch 2 to speak about proper symbols

Changes from v2:
 * Fix logic for not adding the wakeup class from dpm_sysfs_add()
 * Compile tested on !CONFIG_PM_SLEEP

Cc: Qian Cai <cai@lca.pw>
Cc: Tri Vo <trong@android.com>

Stephen Boyd (2):
  PM / wakeup: Register wakeup class kobj after device is added
  PM / wakeup: Unexport wakeup_source_sysfs_{add,remove}()

 drivers/base/power/power.h        |  9 +++++++++
 drivers/base/power/sysfs.c        |  6 ++++++
 drivers/base/power/wakeup.c       | 10 ++++++----
 drivers/base/power/wakeup_stats.c | 15 +++++++++++++--
 4 files changed, 34 insertions(+), 6 deletions(-)


base-commit: 0c3d3d648b3ed72b920a89bc4fd125e9b7aa5f23

Comments

Rafael J. Wysocki Aug. 26, 2019, 9:21 a.m. UTC | #1
On Tuesday, August 20, 2019 12:41:56 AM CEST Stephen Boyd wrote:
> Resending the patch series to pick up the tags and fix the subject
> on patch #2. I didn't drop the "Fixes" tags even though they're
> just in -next and the patches have been dropped in the latest version.
> Please update them in the future so we know what commit they're fixing
> if the commits change in the pm tree.
> 
> Changes from v3:
>  * Picked up reviewed-by tags from Tri Vo
>  * Fixed Cc tag on patch 2
>  * Fixed subject on patch 2 to speak about proper symbols
> 
> Changes from v2:
>  * Fix logic for not adding the wakeup class from dpm_sysfs_add()
>  * Compile tested on !CONFIG_PM_SLEEP
> 
> Cc: Qian Cai <cai@lca.pw>
> Cc: Tri Vo <trong@android.com>
> 
> Stephen Boyd (2):
>   PM / wakeup: Register wakeup class kobj after device is added
>   PM / wakeup: Unexport wakeup_source_sysfs_{add,remove}()
> 
>  drivers/base/power/power.h        |  9 +++++++++
>  drivers/base/power/sysfs.c        |  6 ++++++
>  drivers/base/power/wakeup.c       | 10 ++++++----
>  drivers/base/power/wakeup_stats.c | 15 +++++++++++++--
>  4 files changed, 34 insertions(+), 6 deletions(-)
> 
> 
> base-commit: 0c3d3d648b3ed72b920a89bc4fd125e9b7aa5f23
> 

Both patches applied, thanks!