This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
sys
/
dev
/
extres
/
clk
History
Oleksandr Tymoshenko
f4eefe43b2
Use OF_prop_free instead of direct call to free(9)
...
Reviewed by: mmel@
2016-05-14 04:59:36 +00:00
..
clk_bus.c
Return BUS_PROBE_GENERIC instead of 0 from ofw_clkbus_probe, giving
2016-03-23 19:21:21 +00:00
clk_div.c
CLK: Add and use explicit locking for access to clock device registers.
2016-03-15 15:28:24 +00:00
clk_div.h
…
clk_fixed.c
Use OF_prop_free instead of direct call to free(9)
2016-05-14 04:59:36 +00:00
clk_fixed.h
…
clk_gate.c
CLK: Add and use explicit locking for access to clock device registers.
2016-03-15 15:28:24 +00:00
clk_gate.h
…
clk_mux.c
CLK: Add and use explicit locking for access to clock device registers.
2016-03-15 15:28:24 +00:00
clk_mux.h
…
clk.c
Use OF_prop_free instead of direct call to free(9)
2016-05-14 04:59:36 +00:00
clk.h
clk_parse_ofw_out_names is supposed to return a list of indices when the
2016-03-23 19:24:09 +00:00
clkdev_if.m
Pass clkdev_if methods through to parent device by default.
2016-03-28 11:51:35 +00:00
clknode_if.m
…