freebsd-dev/sys/dev/extres/clk
Michal Meloun c0c5cf7b31 Reverse the processing order of assigned clocks property.
Linux processes these clocks in reverse order and some DT relies
on this fact. For example, the frequency setting for a given PLL
is the last in the list, preceded by the frequency setting of its
following divider or so...

MFC after:	1 week
2020-07-12 07:59:15 +00:00
..
clk_bus.c
clk_div.c extres: clkdiv: Fix div_with_table 2018-08-05 06:15:35 +00:00
clk_div.h
clk_fixed.c
clk_fixed.h
clk_gate.c
clk_gate.h
clk_link.c Implement support for (soft)linked clocks. 2019-11-08 18:57:41 +00:00
clk_link.h Implement support for (soft)linked clocks. 2019-11-08 18:57:41 +00:00
clk_mux.c
clk_mux.h
clk.c Reverse the processing order of assigned clocks property. 2020-07-12 07:59:15 +00:00
clk.h Implement support for (soft)linked clocks. 2019-11-08 18:57:41 +00:00
clkdev_if.m
clknode_if.m