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)
Mon, Apr 21, 8:05 PM
Unknown Object (File)
Mon, Apr 21, 7:47 AM
Unknown Object (File)
Mon, Apr 21, 7:43 AM
Unknown Object (File)
Sun, Apr 20, 8:35 PM
Unknown Object (File)
Sun, Apr 20, 9:11 AM
Unknown Object (File)
Sat, Apr 19, 10:36 PM
Unknown Object (File)
Sat, Apr 19, 10:50 AM
Unknown Object (File)
Thu, Apr 17, 8:44 PM
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