linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: bcm: rpi: Drop module alias
@ 2025-04-15 18:56 Stefan Wahren
  2025-04-17 17:54 ` Florian Fainelli
  2025-05-06 21:41 ` Stephen Boyd
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Wahren @ 2025-04-15 18:56 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Florian Fainelli
  Cc: linux-clk, linux-arm-kernel, bcm-kernel-feedback-list,
	kernel-list, Stefan Wahren

Since commit fbac2e7787ac ("clk: bcm: rpi: Allow the driver to
be probed by DT") the module alias isn't necessary anymore. So
we can drop it.

Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
---
 drivers/clk/bcm/clk-raspberrypi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/clk/bcm/clk-raspberrypi.c b/drivers/clk/bcm/clk-raspberrypi.c
index 0e1fe3759530..9bc11bafa41a 100644
--- a/drivers/clk/bcm/clk-raspberrypi.c
+++ b/drivers/clk/bcm/clk-raspberrypi.c
@@ -480,4 +480,3 @@ module_platform_driver(raspberrypi_clk_driver);
 MODULE_AUTHOR("Nicolas Saenz Julienne <nsaenzjulienne@suse.de>");
 MODULE_DESCRIPTION("Raspberry Pi firmware clock driver");
 MODULE_LICENSE("GPL");
-MODULE_ALIAS("platform:raspberrypi-clk");
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] clk: bcm: rpi: Drop module alias
  2025-04-15 18:56 [PATCH] clk: bcm: rpi: Drop module alias Stefan Wahren
@ 2025-04-17 17:54 ` Florian Fainelli
  2025-05-06 21:41 ` Stephen Boyd
  1 sibling, 0 replies; 3+ messages in thread
From: Florian Fainelli @ 2025-04-17 17:54 UTC (permalink / raw)
  To: Stefan Wahren, Michael Turquette, Stephen Boyd
  Cc: linux-clk, linux-arm-kernel, bcm-kernel-feedback-list,
	kernel-list

On 4/15/25 11:56, Stefan Wahren wrote:
> Since commit fbac2e7787ac ("clk: bcm: rpi: Allow the driver to
> be probed by DT") the module alias isn't necessary anymore. So
> we can drop it.
> 
> Signed-off-by: Stefan Wahren <wahrenst@gmx.net>

Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com>
-- 
Florian

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] clk: bcm: rpi: Drop module alias
  2025-04-15 18:56 [PATCH] clk: bcm: rpi: Drop module alias Stefan Wahren
  2025-04-17 17:54 ` Florian Fainelli
@ 2025-05-06 21:41 ` Stephen Boyd
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Boyd @ 2025-05-06 21:41 UTC (permalink / raw)
  To: Florian Fainelli, Michael Turquette, Stefan Wahren
  Cc: linux-clk, linux-arm-kernel, bcm-kernel-feedback-list,
	kernel-list, Stefan Wahren

Quoting Stefan Wahren (2025-04-15 11:56:14)
> Since commit fbac2e7787ac ("clk: bcm: rpi: Allow the driver to
> be probed by DT") the module alias isn't necessary anymore. So
> we can drop it.
> 
> Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
> ---

Applied to clk-next

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-05-06 21:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-15 18:56 [PATCH] clk: bcm: rpi: Drop module alias Stefan Wahren
2025-04-17 17:54 ` Florian Fainelli
2025-05-06 21:41 ` 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).