> -----Original Message----- > From: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> > Sent: Tuesday, March 5, 2024 6:29 AM > To: Chanwoo Choi <cw00.choi@xxxxxxxxxxx>; MyungJoo Ham > <myungjoo.ham@xxxxxxxxxxx>; Kyungmin Park <kyungmin.park@xxxxxxxxxxx> > Cc: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>; Alim Akhtar > <alim.akhtar@xxxxxxxxxxx>; linux-pm@xxxxxxxxxxxxxxx; linux-arm- > kernel@xxxxxxxxxxxxxxxxxxx; linux-samsung-soc@xxxxxxxxxxxxxxx; > kernel@xxxxxxxxxxxxxx; Matthias Brugger <matthias.bgg@xxxxxxxxx>; > AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>; linux- > mediatek@xxxxxxxxxxxxxxxxxxx; Chen-Yu Tsai <wens@xxxxxxxx>; Jernej Skrabec > <jernej.skrabec@xxxxxxxxx>; Samuel Holland <samuel@xxxxxxxxxxxx>; linux- > sunxi@xxxxxxxxxxxxxxx > 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