Page MenuHomeFreeBSD

armada38x: implement gateclk clkdev methods
ClosedPublic

Authored by mhorne on Jan 10 2025, 4:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jul 5, 5:10 PM
Unknown Object (File)
Fri, Jul 3, 9:12 AM
Unknown Object (File)
May 31 2026, 5:25 AM
Unknown Object (File)
May 30 2026, 4:09 AM
Unknown Object (File)
May 13 2026, 5:55 PM
Unknown Object (File)
May 13 2026, 5:55 PM
Unknown Object (File)
May 13 2026, 5:39 PM
Unknown Object (File)
Apr 28 2026, 6:01 AM
Subscribers

Details

Summary

Implement basic clkdev methods required by the generic clk_gate device.
This should make it functional, and prevent panics when invoking the
clock's CLKNODE_GET_GATE method (e.g. with sysctl -a).

Additionally, we need to fill in other key fields of the clk_gate_def
structure before registering each clk.

PR: 278188

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable