Page MenuHomeFreeBSD

remove ti_scm_syscon.c
Needs ReviewPublic

Authored by oskar.holmlund_ohdata.se on Sep 10 2020, 8:01 PM.
Tags
Referenced Files
F111480662: D26401.id77145.diff
Tue, Mar 4, 7:48 AM
Unknown Object (File)
Sat, Feb 22, 11:27 AM
Unknown Object (File)
Jan 23 2025, 1:57 AM
Unknown Object (File)
Jan 20 2025, 7:48 PM
Unknown Object (File)
Jan 17 2025, 10:49 AM
Unknown Object (File)
Jan 17 2025, 10:17 AM
Unknown Object (File)
Jan 16 2025, 5:01 PM
Unknown Object (File)
Dec 23 2024, 2:04 PM
Subscribers

Details

Reviewers
mmel
skibo
manu
Summary

Remove sys/arm/ti/ti_scm_syscon.c due to the driver will interfere with other platforms than TI.
Add reference to dev/extres/syscon/syscon_generic.c

Reported by Thomas Skibo (ARM mailinglist)

Diff Detail

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

Event Timeline

Copy clk_div.c, clk_gate.c and clk_mux from sys/dev/extres/clk/ and extend them with options to use syscon if the parent are syscon, otherwise use clkdev.

Update ti_divider_clock.c/ti_gate_clock.c/ti_mux_clock.c to use "ti version" of clk_*.c.
Also get the handle to syscon if the (grand)parent are syscon otherwise it will be null and clkdev are used instead.

Remove ti_scm_syscon.c