[PATCH 0/5] PM / devfreq: Convert to platform remove callback returning void

Chanwoo Choi cw00.choi at samsung.com
Thu Mar 7 03:54:24 PST 2024



> -----Original Message-----
> From: Uwe Kleine-König <u.kleine-koenig at pengutronix.de>
> Sent: Tuesday, March 5, 2024 6:29 AM
> To: Chanwoo Choi <cw00.choi at samsung.com>; MyungJoo Ham
> <myungjoo.ham at samsung.com>; Kyungmin Park <kyungmin.park at samsung.com>
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>; Alim Akhtar
> <alim.akhtar at samsung.com>; linux-pm at vger.kernel.org; linux-arm-
> kernel at lists.infradead.org; linux-samsung-soc at vger.kernel.org;
> kernel at pengutronix.de; Matthias Brugger <matthias.bgg at gmail.com>;
> AngeloGioacchino Del Regno <angelogioacchino.delregno at collabora.com>; linux-
> mediatek at lists.infradead.org; Chen-Yu Tsai <wens at csie.org>; Jernej Skrabec
> <jernej.skrabec at gmail.com>; Samuel Holland <samuel at sholland.org>; linux-
> sunxi at lists.linux.dev
> Subject: [PATCH 0/5] PM / devfreq: Convert to platform remove callback
> returning void
> 
> Hello,
> 
> this series converts all drivers below drivers/devfreq to struct
> platform_driver::remove_new(). See commit 5c5a7680e67b ("platform: Provide a
> remove callback that returns no value") for an extended explanation and the
> eventual goal.
> 
> All conversations are trivial, because their .remove() callbacks returned
> zero unconditionally.
> 
> There are no interdependencies between these patches, so they could be picked
> up individually. But I'd hope that they get picked up all together by the
> devfreq maintainers.
> 
> Best regards
> Uwe
> 
> Uwe Kleine-König (5):
>   PM / devfreq: exynos-nocp: Convert to platform remove callback returning
> void
>   PM / devfreq: exynos-ppmu: Convert to platform remove callback returning
> void
>   PM / devfreq: mtk-cci: Convert to platform remove callback returning void
>   PM / devfreq: rk3399_dmc: Convert to platform remove callback returning
> void
>   PM / devfreq: sun8i-a33-mbus: Convert to platform remove callback returning
> void
> 
>  drivers/devfreq/event/exynos-nocp.c | 6 ++----
> drivers/devfreq/event/exynos-ppmu.c | 6 ++----
>  drivers/devfreq/mtk-cci-devfreq.c   | 6 ++----
>  drivers/devfreq/rk3399_dmc.c        | 6 ++----
>  drivers/devfreq/sun8i-a33-mbus.c    | 6 ++----
>  5 files changed, 10 insertions(+), 20 deletions(-)
> 
> base-commit: 67908bf6954b7635d33760ff6dfc189fc26ccc89
> --
> 2.43.0
> 

Applied it. Thanks.

Best Regards,
Chanwoo Choi






More information about the linux-arm-kernel mailing list