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)
Feb 14 2024, 7:11 AM
Unknown Object (File)
Dec 19 2023, 11:52 PM
Unknown Object (File)
Jun 18 2023, 1:09 AM
Unknown Object (File)
Jan 15 2023, 12:01 PM
Unknown Object (File)
Dec 22 2022, 1:40 PM
Unknown Object (File)
Dec 16 2022, 2:08 PM
Unknown Object (File)
Dec 1 2022, 12:56 PM
Unknown Object (File)
Apr 16 2017, 4:40 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 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.