[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAPDyKFrX2tR_FdJ+SVJSBGso086Db8FpZiPv5m7FwQ9PLmMEEQ@mail.gmail.com>
Date: Thu, 17 Feb 2022 14:20:41 +0100
From: Ulf Hansson <ulf.hansson@...aro.org>
To: Daniel Lezcano <daniel.lezcano@...aro.org>
Cc: rjw@...ysocki.net, heiko@...ech.de, lukasz.luba@....com,
linux-kernel@...r.kernel.org, linux-pm@...r.kernel.org,
Daniel Lezcano <daniel.lezcano@...nel.org>,
"Rafael J. Wysocki" <rafael@...nel.org>
Subject: Re: [PATCH v1 6/7] powercap/dtpm/dtpm_cpu: Add exit function
On Sun, 30 Jan 2022 at 22:02, Daniel Lezcano <daniel.lezcano@...aro.org> wrote:
>
> Now that we can destroy the hierarchy, the code must remove what it
> had put in place at the creation. In our case, the cpu hotplug
> callbacks.
>
> Signed-off-by: Daniel Lezcano <daniel.lezcano@...aro.org>
Reviewed-by: Ulf Hansson <ulf.hansson@...aro.org>
Kind regards
Uffe
> ---
> drivers/powercap/dtpm_cpu.c | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/drivers/powercap/dtpm_cpu.c b/drivers/powercap/dtpm_cpu.c
> index 71f45d2f5a60..bca2f912d349 100644
> --- a/drivers/powercap/dtpm_cpu.c
> +++ b/drivers/powercap/dtpm_cpu.c
> @@ -299,8 +299,15 @@ static int dtpm_cpu_init(void)
> return 0;
> }
>
> +static void dtpm_cpu_exit(void)
> +{
> + cpuhp_remove_state_nocalls(CPUHP_AP_ONLINE_DYN);
> + cpuhp_remove_state_nocalls(CPUHP_AP_DTPM_CPU_DEAD);
> +}
> +
> struct dtpm_subsys_ops dtpm_cpu_ops = {
> .name = KBUILD_MODNAME,
> .init = dtpm_cpu_init,
> + .exit = dtpm_cpu_exit,
> .setup = dtpm_cpu_setup,
> };
> --
> 2.25.1
>
Powered by blists - more mailing lists