Skip to content

Draft: Move the kernel real-time-clock driver to userspace

Jacob Lorentzon requested to merge 4lDO2/kernel:outsource-rtc into master

The motivation behind this is that moving the RTC functionality into userspace is trivial, but most importantly, that userspace should really be able to set the value behind CLOCK_REALTIME, no matter whether that source is from RTC or something different.

Related: drivers!76.

Edited by Jacob Lorentzon

Merge request reports