[PATCH 0/3] clk: Convert to platform remove callback returning void

Uwe Kleine-König u.kleine-koenig at pengutronix.de
Wed Mar 6 02:38:54 PST 2024


Hello,

this series converts all platform drivers below drivers/clk that were
introduced after my last clk converstion[1] 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 clk maintainers.

Best regards
Uwe

[1] https://lore.kernel.org/linux-clk/20230312161512.2715500-1-u.kleine-koenig@pengutronix.de/

Uwe Kleine-König (3):
  clk: imx: imx8-acm: Convert to platform remove callback returning void
  clk: starfive: jh7110-isp: Convert to platform remove callback returning void
  clk: starfive: jh7110-vout: Convert to platform remove callback returning void

 drivers/clk/imx/clk-imx8-acm.c                  | 6 ++----
 drivers/clk/starfive/clk-starfive-jh7110-isp.c  | 6 ++----
 drivers/clk/starfive/clk-starfive-jh7110-vout.c | 6 ++----
 3 files changed, 6 insertions(+), 12 deletions(-)

base-commit: 11afac187274a6177a7ac82997f8691c0f469e41
-- 
2.43.0




More information about the linux-arm-kernel mailing list