Re: [PATCH v1 0/4] PM: Add dev_wakeup_path() helper

From: Ulf Hansson
Date: Fri Nov 06 2020 - 04:47:39 EST


On Fri, 6 Nov 2020 at 08:34, <patrice.chotard@xxxxxx> wrote:
>
> From: Patrice Chotard <patrice.chotard@xxxxxx>
>
> Add dev_wakeup_path() helper to avoid to spread
> dev->power.wakeup_path test in drivers.
>
> Cc: amelie.delaunay@xxxxxx,
> erwan_leray@xxxxxx,
> fabrice.gasnier@xxxxxx,
> alexandre.torgue@xxxxxx,
> alain.volmat@xxxxxx,
> pierre-yves.mordret@xxxxxx
>
> *** BLURB HERE ***

:-)

>
> Patrice Chotard (4):
> PM / wakeup: Add dev_wakeup_path() helper
> PM: domains: Make usage of device_wakeup_path() helper
> PM: core: Make usage of device_wakeup_path() helper
> i2c: stm32f7: Make usage of dev_wakeup_path() helper
>
> drivers/base/power/domain.c | 4 ++--
> drivers/base/power/main.c | 4 ++--
> drivers/i2c/busses/i2c-stm32f7.c | 4 ++--
> include/linux/pm_wakeup.h | 10 ++++++++++
> 4 files changed, 16 insertions(+), 6 deletions(-)
>
> --
> 2.17.1
>

For the series:

Reviewed-by: Ulf Hansson <ulf.hansson@xxxxxxxxxx>

Kind regards
Uffe