summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/fdt_clock.c
AgeCommit message (Collapse)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
account the trailing NUL on each name. Some other similar instances of this idiom already account for this. (In preparation to factor out this idiom into its own function.)
2018-09-09Pass clock provider's phandle to fdtbus_clock_controller_func.decode()aymeric
and update callers. This allows to accomodate clock managers whose clocks are identified directly by a clock instead of a pair (clock provider, index). ok jmcneill@ on port-arm
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
lookup clocks in other domains by "clock-output-names" property. Not intended for ordinary driver use.
2015-12-22Add support for fdt clock and reset controllers.jmcneill