Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-09-21 | kern: clkdev: Add callback to get elapsed time | Ian Moffett | |
Add new clock device callback to get the elapsed time from the timer being initialized, in microseconds. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-21 | kern: Introduce clock device framework | Ian Moffett | |
This commit introduces a new framework we call "clkdev". It is used to keep track of the clock sources on the system and be able to fetch them later based on specific attributes. Signed-off-by: Ian Moffett <ian@osmora.org> |