aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/extres/clk/clk.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r363122:Oleksandr Tymoshenko2020-09-041-2/+4
* MFC r354554-r354558, r355115Emmanuel Vadot2020-03-041-9/+83
* MFC r340987, r340989, r341254, r341269, r341333Emmanuel Vadot2019-08-051-4/+4
* clk: clk_set_assigned: Skip frequency of value 0Emmanuel Vadot2018-05-071-1/+1
* clk: Add support for assigned-clock-ratesEmmanuel Vadot2018-05-071-24/+76
* clk: Put the sysctls under hw.clock instead of clockEmmanuel Vadot2018-04-271-1/+3
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-091-1/+1
* Use more verbose panic messages.Michal Meloun2018-01-301-4/+5
* Revert r328511, it was committed with <patch>.diff instead of <patch>.txt asMichal Meloun2018-01-301-5/+4
* diff --git a/sys/dev/extres/clk/clk.c b/sys/dev/extres/clk/clk.cMichal Meloun2018-01-281-4/+5
* clk: Get new parent freq after set_freqEmmanuel Vadot2018-01-201-0/+8
* Export a sysctl dev.<clkdom>.<unit>.clocks for each clock domain containingEmmanuel Vadot2017-03-051-0/+118
* Clock framework fixes:Michal Meloun2016-12-041-5/+7
* Do not warn if the 'assigned-clock-parents' property does not exists.Emmanuel Vadot2016-11-081-1/+3
* Add clk_set_assignedEmmanuel Vadot2016-11-041-2/+48
* EXTRES: Add OF node as argument to all <foo>_get_by_ofw_<bar>() functions.Michal Meloun2016-07-101-20/+13
* Add clk_get_by_ofw_node_index, which is like clk_get_by_ofw_index butJared McNeill2016-07-101-7/+15
* Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko2016-05-141-5/+5
* Fix a format string when uint64_t is not unsigned long long by castingAndrew Turner2016-04-041-2/+2
* Do nothing if requested clk frequency is already correct.Alexander Kabaev2016-03-271-0/+4
* clk_parse_ofw_out_names is supposed to return a list of indices when theJared McNeill2016-03-231-3/+3
* CLK: Add enumerator for 'clocks' OFW node. Add bus device bindingsMichal Meloun2016-03-151-0/+71
* Add clock framework, a first part of new 'extended resources' family ofMichal Meloun2016-01-241-0/+1261