opnsense-src/sys/dev/extres/clk
Jared McNeill 64f86dc4cb Fix support for fixed factor clocks.
- Use a different device description for fixed and fixed factor clocks.
 - Fix a bug where the "clock-div" property was stored in the "mult" field
   of the clock definition.
 - Get the fixed factor parent clock by index instead of by name, as a
   clock-names property is not required to be present here.

Reviewed by:		mmel, adrian (mentor)
Approved by:		adrian (mentor)
Differential Revision:	https://reviews.freebsd.org/D5703
2016-03-23 19:26:53 +00:00
..
clk.c clk_parse_ofw_out_names is supposed to return a list of indices when the 2016-03-23 19:24:09 +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
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 Fix support for fixed factor clocks. 2016-03-23 19:26:53 +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
clkdev_if.m CLK: Add and use explicit locking for access to clock device registers. 2016-03-15 15:28:24 +00:00
clknode_if.m