opnsense-src/sys/dev/extres/clk
Emmanuel Vadot baec4d5985 extres: clk: Fix clk_set_assigned
ofw_bus_parse_xref_list_get_length doesn't returns the number of elements, fix this.
While here when setting the clock to the assigned freqeuncy, allow the clock
driver to round down or up the frequency as sometimes the exact frequency cannot
be obtain.
2018-11-29 19:06:05 +00:00
..
clk.c extres: clk: Fix clk_set_assigned 2018-11-29 19:06:05 +00:00
clk.h Define meaning of remaining clock rounding flags combinations. 2018-02-27 16:08:08 +00:00
clk_bus.c Do pass removing some write-only variables from the kernel. 2017-12-25 04:48:39 +00:00
clk_div.c extres: clkdiv: Fix div_with_table 2018-08-05 06:15:35 +00:00
clk_div.h clk_div: Add a div lookup table 2016-12-12 16:43:31 +00:00
clk_fixed.c EXTRES: Add OF node as argument to all <foo>_get_by_ofw_<bar>() functions. 2016-07-10 18:28:15 +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 Pass clkdev_if methods through to parent device by default. 2016-03-28 11:51:35 +00:00
clknode_if.m