linux-rtc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] Stop setting max_user_freq in rtc drivers
@ 2025-11-01  0:45 Alexandre Belloni
  2025-11-01  0:45 ` [PATCH 01/11] rtc: sa1100: stop setting max_user_freq Alexandre Belloni
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Alexandre Belloni @ 2025-11-01  0:45 UTC (permalink / raw)
  To: Joshua Kinard, Claudiu Beznea, Ovidiu Panait
  Cc: linux-rtc, linux-kernel, linux-renesas-soc, Alexandre Belloni

max_user_freq has not been related to the hardware RTC since 6610e0893b8b
("RTC: Rework RTC code to use timerqueue for events"). It is not limited by
the hardware capabilities and so it is not necessary to set it from the RTC
drivers as a user with sufficient rights will be able to change the value.
Also, max_user_freq is always clamped to 5000, there is not point in
setting an higher value.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
---
Alexandre Belloni (11):
      rtc: sa1100: stop setting max_user_freq
      rtc: ds1685: stop setting max_user_freq
      rtc: pic32: stop setting max_user_freq
      rtc: renesas-rtca3: stop setting max_user_freq
      rtc: rv3028: stop setting max_user_freq
      rtc: rv3032: stop setting max_user_freq
      rtc: rv8803: stop setting max_user_freq
      rtc: rx6110: stop setting max_user_freq
      rtc: rx8010: stop setting max_user_freq
      rtc: rx8025: stop setting max_user_freq
      rtc: sh: stop setting max_user_freq

 drivers/rtc/rtc-ds1685.c        | 3 ---
 drivers/rtc/rtc-pic32.c         | 2 --
 drivers/rtc/rtc-renesas-rtca3.c | 1 -
 drivers/rtc/rtc-rv3028.c        | 2 --
 drivers/rtc/rtc-rv3032.c        | 2 --
 drivers/rtc/rtc-rv8803.c        | 2 --
 drivers/rtc/rtc-rx6110.c        | 2 --
 drivers/rtc/rtc-rx8010.c        | 1 -
 drivers/rtc/rtc-rx8025.c        | 2 --
 drivers/rtc/rtc-sa1100.c        | 3 ---
 drivers/rtc/rtc-sh.c            | 1 -
 include/linux/rtc/ds1685.h      | 1 -
 12 files changed, 22 deletions(-)
---
base-commit: 384150d7a5b60c1086790a8ee07b0629f906cca2
change-id: 20251031-max_user_freq-53e362de297e

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


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

end of thread, other threads:[~2025-11-02  6:51 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-01  0:45 [PATCH 00/11] Stop setting max_user_freq in rtc drivers Alexandre Belloni
2025-11-01  0:45 ` [PATCH 01/11] rtc: sa1100: stop setting max_user_freq Alexandre Belloni
2025-11-01  0:45 ` [PATCH 02/11] rtc: ds1685: " Alexandre Belloni
2025-11-02  6:51   ` Joshua Kinard
2025-11-01  0:45 ` [PATCH 03/11] rtc: pic32: " Alexandre Belloni
2025-11-01  0:45 ` [PATCH 04/11] rtc: renesas-rtca3: " Alexandre Belloni
2025-11-01 15:00   ` Claudiu Beznea
2025-11-01  0:45 ` [PATCH 05/11] rtc: rv3028: " Alexandre Belloni
2025-11-01  0:45 ` [PATCH 06/11] rtc: rv3032: " Alexandre Belloni
2025-11-01  0:45 ` [PATCH 07/11] rtc: rv8803: " Alexandre Belloni
2025-11-01  0:45 ` [PATCH 08/11] rtc: rx6110: " Alexandre Belloni
2025-11-01  0:45 ` [PATCH 09/11] rtc: rx8010: " Alexandre Belloni
2025-11-01  0:45 ` [PATCH 10/11] rtc: rx8025: " Alexandre Belloni
2025-11-01  0:45 ` [PATCH 11/11] rtc: sh: " Alexandre Belloni
2025-11-01 16:28   ` Wolfram Sang

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