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)
Thu, Nov 7, 8:22 PM
Unknown Object (File)
Fri, Nov 1, 1:58 AM
Unknown Object (File)
Tue, Oct 29, 4:40 AM
Unknown Object (File)
Oct 5 2024, 11:40 AM
Unknown Object (File)
Oct 4 2024, 7:19 PM
Unknown Object (File)
Oct 3 2024, 11:47 AM
Unknown Object (File)
Oct 3 2024, 11:32 AM
Unknown Object (File)
Oct 3 2024, 10:19 AM
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 Not Applicable
Unit
Tests Not Applicable

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.