freebsd-skq/sys/dev/extres/clk
manu 9f54e35383 clk: Get new parent freq after set_freq
During set_freq a clknode might have reparent (using a better parent that
have a higher frequency for example), before refreshing the cache, re-get
the parent frequency.

Reviewed by:	mmel
2018-01-20 14:47:27 +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 Do not check divider length if we have a div table. 2017-02-23 05:33:20 +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_gate.h
clk_mux.c
clk_mux.h
clk.c clk: Get new parent freq after set_freq 2018-01-20 14:47:27 +00:00
clk.h Add clk_set_assigned 2016-11-04 17:04:45 +00:00
clkdev_if.m
clknode_if.m