Page MenuHomeFreeBSD

clk_fixed: Fix support for fixed factor clocks
ClosedPublic

Authored by jmcneill on Mar 22 2016, 1:12 PM.
Tags
Referenced Files
Unknown Object (File)
Sun, Mar 2, 3:19 AM
Unknown Object (File)
Jan 20 2025, 10:04 AM
Unknown Object (File)
Jan 15 2025, 12:19 PM
Unknown Object (File)
Jan 12 2025, 9:04 PM
Unknown Object (File)
Jan 1 2025, 6:17 PM
Unknown Object (File)
Dec 24 2024, 2:42 PM
Unknown Object (File)
Dec 20 2024, 5:47 PM
Unknown Object (File)
Dec 20 2024, 5:42 PM
Subscribers

Details

Summary

This patch changes the following in clk_fixed:

  • Use a different device description for fixed and fixed factor clocks
  • Fix a bug where the "clock-div" property for fixed factor clocks was stored in the "mult" field of the clock definition.
  • Get the fixed factor parent clock by index as there may not be a "clock-names" property on a fixed clock.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

jmcneill retitled this revision from to clk_fixed: Fix support for fixed factor clocks.
jmcneill updated this object.
jmcneill edited the test plan for this revision. (Show Details)
jmcneill added reviewers: mmel, ARM.
jmcneill set the repository for this revision to rS FreeBSD src repository - subversion.
jmcneill added a project: ARM.
mmel edited edge metadata.
This revision is now accepted and ready to land.Mar 22 2016, 3:42 PM
adrian added a reviewer: adrian.
This revision was automatically updated to reflect the committed changes.