Page MenuHomeFreeBSD

remove clock_common.*
ClosedPublic

Authored by oh on Sep 20 2024, 11:39 AM.
Tags
None
Referenced Files
F170819649: D46712.id143577.diff
Sun, Sep 6, 8:14 PM
F170693178: D46712.id185354.diff
Sun, Sep 6, 1:40 AM
Unknown Object (File)
Sat, Sep 5, 8:21 PM
Unknown Object (File)
Sat, Sep 5, 2:48 PM
Unknown Object (File)
Sat, Sep 5, 5:37 AM
Unknown Object (File)
Fri, Sep 4, 11:18 PM
Unknown Object (File)
Fri, Sep 4, 10:31 PM
Unknown Object (File)
Fri, Sep 4, 9:49 PM

Details

Summary

Remove sys/arm/ti/clk/clock_common.*

These helper function will not be needed anymore
because the way that clocks are parsed from the DTS is reworked.

Split of https://reviews.freebsd.org/D27889

Will be described in https://wiki.freebsd.org/arm/BeagleBoneBlackMain

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

oh requested review of this revision.Sep 20 2024, 11:39 AM

Remove both files, its simpler in review D46723 to add the new ti_clock_common.h with the changes

remove clock_common.c from sys/arm/ti/files.ti

This revision is now accepted and ready to land.Oct 1 2024, 10:44 PM
oh retitled this revision from remove clock_common.c and rename clock_common.h to remove clock_common.*.Apr 24 2025, 4:18 PM
oh edited the summary of this revision. (Show Details)

Tested on hardware as part of this stack: D46703, D46712, D46713, D46714, D41888, D46722, D46723, D46742, D46743, D46744 and D46746 rebased from stable/14 onto stable/15 (6b25004d1d18), KERNCONF=AM335X, on a BeagleBone Black Rev B3. The board boots 15.1-STABLE to multi-user with zero device attach failures. Full results and evidence: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=297800, discussion on D46723.

This one is already accepted, and it is hardware-validated now as part of that stack. Is there anything outstanding before it can be committed?

This revision was automatically updated to reflect the committed changes.