Message ID | cover.1709587301.git.u.kleine-koenig@pengutronix.de (mailing list archive) |
---|---|
Headers | show |
Series | PM / devfreq: Convert to platform remove callback returning void | expand |
> -----Original Message----- > From: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> > Sent: Tuesday, March 5, 2024 6:29 AM > To: Chanwoo Choi <cw00.choi@samsung.com>; MyungJoo Ham > <myungjoo.ham@samsung.com>; Kyungmin Park <kyungmin.park@samsung.com> > Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>; Alim Akhtar > <alim.akhtar@samsung.com>; linux-pm@vger.kernel.org; linux-arm- > kernel@lists.infradead.org; linux-samsung-soc@vger.kernel.org; > kernel@pengutronix.de; Matthias Brugger <matthias.bgg@gmail.com>; > AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>; linux- > mediatek@lists.infradead.org; Chen-Yu Tsai <wens@csie.org>; Jernej Skrabec > <jernej.skrabec@gmail.com>; Samuel Holland <samuel@sholland.org>; linux- > sunxi@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