summaryrefslogtreecommitdiff
path: root/sys/dev/firmware/arm/scmi_clk.c
AgeCommit message (Expand)Author
2024-04-11scmi: Introduce a new SCMI API and port CLK SCMI driver to itCristian Marussi
2024-04-11scmi: Implement scmi_clknode_recalc_freq methodCristian Marussi
2024-01-10clk: Move clock code in dev/clkEmmanuel Vadot
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-02-24scmi: Suppress a couple of -Wunused-function warningsMark Johnston
2022-12-19Add support for ARM System Control and Management Interface (SCMI) v3.1.Ruslan Bukin