]> git.ipfire.org Git - thirdparty/linux.git/commit
timekeeping: Provide interface to control auxiliary clocks
authorThomas Gleixner <tglx@linutronix.de>
Wed, 25 Jun 2025 18:38:49 +0000 (20:38 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 27 Jun 2025 18:13:13 +0000 (20:13 +0200)
commit7b95663a3d96b39b40f169dba5faef3e20163c5c
tree57cf77d37a3d28a772b4263a2c0d519d33102255
parente6d4c00719a6b1dda3fb358b4c973595f9dfd455
timekeeping: Provide interface to control auxiliary clocks

Auxiliary clocks are disabled by default and attempts to access them
fail.

Provide an interface to enable/disable them at run-time.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: John Stultz <jstultz@google.com>
Link: https://lore.kernel.org/all/20250625183758.444626478@linutronix.de
Documentation/ABI/stable/sysfs-kernel-time-aux-clocks [new file with mode: 0644]
kernel/time/timekeeping.c