[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <2025011529-luridness-heat-0755@gregkh>
Date: Wed, 15 Jan 2025 09:03:06 +0100
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Bence Csókás <csokas.bence@...lan.hu>
Cc: linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org,
"Rafael J. Wysocki" <rafael@...nel.org>,
Len Brown <len.brown@...el.com>, Pavel Machek <pavel@....cz>
Subject: Re: [PATCH] pm: runtime: Add new devm functions
On Tue, Jan 14, 2025 at 11:28:49PM +0100, Bence Csókás wrote:
> Add `devm_pm_runtime_set_active()` and
> `devm_pm_runtime_get_noresume()` for
> simplifying common use cases in drivers.
>
> Signed-off-by: Bence Csókás <csokas.bence@...lan.hu>
> ---
> drivers/base/power/runtime.c | 36 ++++++++++++++++++++++++++++++++++++
> include/linux/pm_runtime.h | 4 ++++
> 2 files changed, 40 insertions(+)
We can't take new apis without actual users, sorry. Please submit this
as part of a patch series that uses it so we can verify that it actually
works properly.
thanks,
greg k-h
Powered by blists - more mailing lists