All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clocksource/drivers/stm32-lp: Drop unused module alias
@ 2025-11-11 15:45 Johan Hovold
  2025-11-17  9:23 ` Daniel Lezcano
  2025-11-26 14:40 ` [tip: timers/clocksource] " tip-bot2 for Johan Hovold
  0 siblings, 2 replies; 3+ messages in thread
From: Johan Hovold @ 2025-11-11 15:45 UTC (permalink / raw)
  To: Daniel Lezcano, Thomas Gleixner; +Cc: linux-kernel, Johan Hovold

The driver cannot be built as a module so drop the unused platform
module alias.

Note that platform aliases are not needed for OF probing should it ever
become possible to build the driver as a module.

Signed-off-by: Johan Hovold <johan@kernel.org>
---
 drivers/clocksource/timer-stm32-lp.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/clocksource/timer-stm32-lp.c b/drivers/clocksource/timer-stm32-lp.c
index c2a699f5c1dd..3d804128c765 100644
--- a/drivers/clocksource/timer-stm32-lp.c
+++ b/drivers/clocksource/timer-stm32-lp.c
@@ -289,5 +289,4 @@ static struct platform_driver stm32_clkevent_lp_driver = {
 };
 module_platform_driver(stm32_clkevent_lp_driver);
 
-MODULE_ALIAS("platform:stm32-lptimer-timer");
 MODULE_DESCRIPTION("STMicroelectronics STM32 clockevent low power driver");
-- 
2.51.0


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

* Re: [PATCH] clocksource/drivers/stm32-lp: Drop unused module alias
  2025-11-11 15:45 [PATCH] clocksource/drivers/stm32-lp: Drop unused module alias Johan Hovold
@ 2025-11-17  9:23 ` Daniel Lezcano
  2025-11-26 14:40 ` [tip: timers/clocksource] " tip-bot2 for Johan Hovold
  1 sibling, 0 replies; 3+ messages in thread
From: Daniel Lezcano @ 2025-11-17  9:23 UTC (permalink / raw)
  To: Johan Hovold, Thomas Gleixner; +Cc: linux-kernel

On 11/11/25 16:45, Johan Hovold wrote:
> The driver cannot be built as a module so drop the unused platform
> module alias.
> 
> Note that platform aliases are not needed for OF probing should it ever
> become possible to build the driver as a module.
> 
> Signed-off-by: Johan Hovold <johan@kernel.org>
> ---

Applied, thanks


-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

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

* [tip: timers/clocksource] clocksource/drivers/stm32-lp: Drop unused module alias
  2025-11-11 15:45 [PATCH] clocksource/drivers/stm32-lp: Drop unused module alias Johan Hovold
  2025-11-17  9:23 ` Daniel Lezcano
@ 2025-11-26 14:40 ` tip-bot2 for Johan Hovold
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot2 for Johan Hovold @ 2025-11-26 14:40 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Johan Hovold, Daniel Lezcano, x86, linux-kernel

The following commit has been merged into the timers/clocksource branch of tip:

Commit-ID:     ed92a968a967042a7c7eb4c938e640b4deb79fe2
Gitweb:        https://git.kernel.org/tip/ed92a968a967042a7c7eb4c938e640b4deb79fe2
Author:        Johan Hovold <johan@kernel.org>
AuthorDate:    Tue, 11 Nov 2025 16:45:16 +01:00
Committer:     Daniel Lezcano <daniel.lezcano@linaro.org>
CommitterDate: Wed, 26 Nov 2025 11:25:15 +01:00

clocksource/drivers/stm32-lp: Drop unused module alias

The driver cannot be built as a module so drop the unused platform
module alias.

Note that platform aliases are not needed for OF probing should it ever
become possible to build the driver as a module.

Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://patch.msgid.link/20251111154516.1698-1-johan@kernel.org
---
 drivers/clocksource/timer-stm32-lp.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/clocksource/timer-stm32-lp.c b/drivers/clocksource/timer-stm32-lp.c
index c2a699f..3d80412 100644
--- a/drivers/clocksource/timer-stm32-lp.c
+++ b/drivers/clocksource/timer-stm32-lp.c
@@ -289,5 +289,4 @@ static struct platform_driver stm32_clkevent_lp_driver = {
 };
 module_platform_driver(stm32_clkevent_lp_driver);
 
-MODULE_ALIAS("platform:stm32-lptimer-timer");
 MODULE_DESCRIPTION("STMicroelectronics STM32 clockevent low power driver");

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

end of thread, other threads:[~2025-11-26 14:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-11 15:45 [PATCH] clocksource/drivers/stm32-lp: Drop unused module alias Johan Hovold
2025-11-17  9:23 ` Daniel Lezcano
2025-11-26 14:40 ` [tip: timers/clocksource] " tip-bot2 for Johan Hovold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.