summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/fdt_clock.c
AgeCommit message (Expand)Author
2019-11-09Add fdtbus_clock_enable and fdtbus_clock_enable_index shortcutsjmcneill
2019-10-28Add fdtbus_clock_count to count the number of clock references on a given nodejmcneill
2019-02-27Consolidate FDT [find "names" index by string] logic.jakllsch
2019-02-27Adjust residual calculation in "find index by name" idioms to take intojakllsch
2018-09-09Pass clock provider's phandle to fdtbus_clock_controller_func.decode()aymeric
2018-06-30Use queue(3) API to manage lists. NFCI.jmcneill
2018-06-16fdtbus_clock_assign: simplifyjmcneill
2018-06-12Process assigned clock parents and rates on clock provider nodes.jmcneill
2018-06-10Add fdtbus_clock_byname, which can be used by clock backends tojmcneill
2015-12-22Add support for fdt clock and reset controllers.jmcneill