aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/clk/clknode_if.m
Commit message (Collapse)AuthorAgeFilesLines
* clknode_if.m: fix two typosMitchell Horne2026-08-141-2/+2
| | | | One is the parameter name.
* clk: Fix a typo in a source code commentGordon Bergling2026-06-141-1/+1
| | | | | | - s/freqency/frequency/ MFC after: 3 days
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-101-0/+89
We've removed kernel option EXT_RESOURCES almost two years ago. While it was ok to have some code under a common 'extres' subdirectory at first, we now have a lot of consumer of it and we made it mandatory so no need to have it under a cryptic name. Reviewed by: mhorne Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D43191