linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] rtc: tps65910: Correct driver module alias
@ 2021-08-08 16:00 Dmitry Osipenko
  2021-08-17 21:45 ` Alexandre Belloni
  0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Osipenko @ 2021-08-08 16:00 UTC (permalink / raw)
  To: Alessandro Zummo, Alexandre Belloni, Anton Bambura
  Cc: linux-rtc, linux-tegra, linux-kernel

The TPS65910 RTC driver module doesn't auto-load because of the wrong
module alias that doesn't match the device name, fix it.

Cc: stable@vger.kernel.org
Reported-by: Anton Bambura <jenneron@protonmail.com>
Tested-by: Anton Bambura <jenneron@protonmail.com>
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
---
 drivers/rtc/rtc-tps65910.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/rtc/rtc-tps65910.c b/drivers/rtc/rtc-tps65910.c
index bc89c62ccb9b..75e4c2d777b9 100644
--- a/drivers/rtc/rtc-tps65910.c
+++ b/drivers/rtc/rtc-tps65910.c
@@ -467,6 +467,6 @@ static struct platform_driver tps65910_rtc_driver = {
 };
 
 module_platform_driver(tps65910_rtc_driver);
-MODULE_ALIAS("platform:rtc-tps65910");
+MODULE_ALIAS("platform:tps65910-rtc");
 MODULE_AUTHOR("Venu Byravarasu <vbyravarasu@nvidia.com>");
 MODULE_LICENSE("GPL");
-- 
2.32.0


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

* Re: [PATCH v1] rtc: tps65910: Correct driver module alias
  2021-08-08 16:00 [PATCH v1] rtc: tps65910: Correct driver module alias Dmitry Osipenko
@ 2021-08-17 21:45 ` Alexandre Belloni
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Belloni @ 2021-08-17 21:45 UTC (permalink / raw)
  To: Dmitry Osipenko, Anton Bambura, Alessandro Zummo
  Cc: Alexandre Belloni, linux-tegra, linux-kernel, linux-rtc

On Sun, 8 Aug 2021 19:00:30 +0300, Dmitry Osipenko wrote:
> The TPS65910 RTC driver module doesn't auto-load because of the wrong
> module alias that doesn't match the device name, fix it.
> 
> 
> 
> 

Applied, thanks!

[1/1] rtc: tps65910: Correct driver module alias
      commit: 8d448fa0a8bb1c8d94eef7647edffe9ac81a281e

Best regards,
-- 
Alexandre Belloni <alexandre.belloni@bootlin.com>

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

end of thread, other threads:[~2021-08-17 21:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-08 16:00 [PATCH v1] rtc: tps65910: Correct driver module alias Dmitry Osipenko
2021-08-17 21:45 ` Alexandre Belloni

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).