From: "Rafael J. Wysocki" <rjw@rjwysocki.net>
To: Ulf Hansson <ulf.hansson@linaro.org>
Cc: linux-pm@vger.kernel.org
Subject: Re: [PATCH] PM / core: Cleanup some function definitions in power.h
Date: Fri, 08 Nov 2019 12:40:31 +0100 [thread overview]
Message-ID: <2547127.Nu07Onx00h@kreacher> (raw)
In-Reply-To: <20191016141627.18642-1-ulf.hansson@linaro.org>
On Wednesday, October 16, 2019 4:16:27 PM CET Ulf Hansson wrote:
> The power.h is a bit messy due to the various existing CONFIG_PM* Kconfig
> combinations. However the final section for wakeup_source_sysfs*() can be
> moved inside one of the existing sections rather than adding yet another
> one, so let's do that to clean up the code a little bit.
Fair enough.
> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
> ---
> drivers/base/power/power.h | 30 ++++++++++++------------------
> 1 file changed, 12 insertions(+), 18 deletions(-)
>
> diff --git a/drivers/base/power/power.h b/drivers/base/power/power.h
> index 39a06a0cfdaa..444f5c169a0b 100644
> --- a/drivers/base/power/power.h
> +++ b/drivers/base/power/power.h
> @@ -117,6 +117,13 @@ static inline bool device_pm_initialized(struct device *dev)
> return dev->power.in_dpm_list;
> }
>
> +/* drivers/base/power/wakeup_stats.c */
> +extern int wakeup_source_sysfs_add(struct device *parent,
> + struct wakeup_source *ws);
> +extern void wakeup_source_sysfs_remove(struct wakeup_source *ws);
> +
> +extern int pm_wakeup_source_sysfs_add(struct device *parent);
> +
> #else /* !CONFIG_PM_SLEEP */
>
> static inline void device_pm_sleep_init(struct device *dev) {}
> @@ -141,6 +148,11 @@ static inline bool device_pm_initialized(struct device *dev)
> return device_is_registered(dev);
> }
>
> +static inline int pm_wakeup_source_sysfs_add(struct device *parent)
> +{
> + return 0;
> +}
> +
> #endif /* !CONFIG_PM_SLEEP */
>
> static inline void device_pm_init(struct device *dev)
> @@ -149,21 +161,3 @@ static inline void device_pm_init(struct device *dev)
> device_pm_sleep_init(dev);
> pm_runtime_init(dev);
> }
> -
> -#ifdef CONFIG_PM_SLEEP
> -
> -/* drivers/base/power/wakeup_stats.c */
> -extern int wakeup_source_sysfs_add(struct device *parent,
> - struct wakeup_source *ws);
> -extern void wakeup_source_sysfs_remove(struct wakeup_source *ws);
> -
> -extern int pm_wakeup_source_sysfs_add(struct device *parent);
> -
> -#else /* !CONFIG_PM_SLEEP */
> -
> -static inline int pm_wakeup_source_sysfs_add(struct device *parent)
> -{
> - return 0;
> -}
> -
> -#endif /* CONFIG_PM_SLEEP */
>
Applying as 5.5 material, thanks!
prev parent reply other threads:[~2019-11-08 12:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-16 14:16 [PATCH] PM / core: Cleanup some function definitions in power.h Ulf Hansson
2019-11-08 11:40 ` Rafael J. Wysocki [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2547127.Nu07Onx00h@kreacher \
--to=rjw@rjwysocki.net \
--cc=linux-pm@vger.kernel.org \
--cc=ulf.hansson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox