* Re: [PATCH] clk: Switch back to struct platform_driver::remove()
[not found] <20240909144026.870565-2-u.kleine-koenig@baylibre.com>
@ 2024-09-09 15:38 ` Geert Uytterhoeven
2024-09-09 21:20 ` Stephen Boyd
2024-09-21 21:12 ` Stephen Boyd
2 siblings, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2024-09-09 15:38 UTC (permalink / raw)
To: Uwe Kleine-König
Cc: Michael Turquette, Stephen Boyd, linux-clk, linux-rpi-kernel,
linux-arm-kernel, linux-samsung-soc, arm-scmi, imx,
linux-mediatek, linux-arm-msm, linux-renesas-soc, linux-stm32,
linux-tegra, linux-omap
On Mon, Sep 9, 2024 at 4:40 PM Uwe Kleine-König
<u.kleine-koenig@baylibre.com> wrote:
> After commit 0edb555a65d1 ("platform: Make platform_driver::remove()
> return void") .remove() is (again) the right callback to implement for
> platform drivers.
>
> Convert all clk drivers to use .remove(), with the eventual goal to drop
> struct platform_driver::remove_new(). As .remove() and .remove_new() have
> the same prototypes, conversion is done by just changing the structure
> member name in the driver initializer.
>
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
> drivers/clk/renesas/rcar-usb2-clock-sel.c | 2 +-
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> # renesas
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] clk: Switch back to struct platform_driver::remove()
[not found] <20240909144026.870565-2-u.kleine-koenig@baylibre.com>
2024-09-09 15:38 ` [PATCH] clk: Switch back to struct platform_driver::remove() Geert Uytterhoeven
@ 2024-09-09 21:20 ` Stephen Boyd
2024-09-21 21:12 ` Stephen Boyd
2 siblings, 0 replies; 3+ messages in thread
From: Stephen Boyd @ 2024-09-09 21:20 UTC (permalink / raw)
To: Michael Turquette, Uwe Kleine-König
Cc: linux-clk, linux-rpi-kernel, linux-arm-kernel, linux-samsung-soc,
arm-scmi, imx, linux-mediatek, linux-arm-msm, linux-renesas-soc,
linux-stm32, linux-tegra, linux-omap
Quoting Uwe Kleine-König (2024-09-09 07:40:25)
> After commit 0edb555a65d1 ("platform: Make platform_driver::remove()
> return void") .remove() is (again) the right callback to implement for
> platform drivers.
>
> Convert all clk drivers to use .remove(), with the eventual goal to drop
> struct platform_driver::remove_new(). As .remove() and .remove_new() have
> the same prototypes, conversion is done by just changing the structure
> member name in the driver initializer.
>
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
> ---
> Hello,
>
> I was lazy and created a single patch for all of clk. Please tell me if
> I should split per vendor (or per-driver). Given that touches so many
> drivers, I also stripped the individual maintainers and just kept the
> mailing lists. I hope this doesn't prevent people to give feedback, but
> otherwise the Cc: list gets Huge.
>
I'll apply it on top of clk-next right before sending the main clk PR to
Linus.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] clk: Switch back to struct platform_driver::remove()
[not found] <20240909144026.870565-2-u.kleine-koenig@baylibre.com>
2024-09-09 15:38 ` [PATCH] clk: Switch back to struct platform_driver::remove() Geert Uytterhoeven
2024-09-09 21:20 ` Stephen Boyd
@ 2024-09-21 21:12 ` Stephen Boyd
2 siblings, 0 replies; 3+ messages in thread
From: Stephen Boyd @ 2024-09-21 21:12 UTC (permalink / raw)
To: Michael Turquette, Uwe Kleine-König
Cc: linux-clk, linux-rpi-kernel, linux-arm-kernel, linux-samsung-soc,
arm-scmi, imx, linux-mediatek, linux-arm-msm, linux-renesas-soc,
linux-stm32, linux-tegra, linux-omap
Quoting Uwe Kleine-König (2024-09-09 07:40:25)
> After commit 0edb555a65d1 ("platform: Make platform_driver::remove()
> return void") .remove() is (again) the right callback to implement for
> platform drivers.
>
> Convert all clk drivers to use .remove(), with the eventual goal to drop
> struct platform_driver::remove_new(). As .remove() and .remove_new() have
> the same prototypes, conversion is done by just changing the structure
> member name in the driver initializer.
>
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
> ---
Applied to clk-next
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-21 21:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20240909144026.870565-2-u.kleine-koenig@baylibre.com>
2024-09-09 15:38 ` [PATCH] clk: Switch back to struct platform_driver::remove() Geert Uytterhoeven
2024-09-09 21:20 ` Stephen Boyd
2024-09-21 21:12 ` Stephen Boyd
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).