aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/extres/clk
Commit message (Expand)AuthorAgeFilesLines
* Fix two typos in source code commentsGordon Bergling2021-10-191-1/+1
* MFC r366799:Bjoern A. Zeeb2020-11-051-1/+1
* MFC r363887 (by manu), r365395: allwinner: clk: Fix nm clock calculationAndriy Gapon2020-09-211-0/+6
* MFC r363122:Oleksandr Tymoshenko2020-09-041-2/+4
* MFC r354554-r354558, r355115Emmanuel Vadot2020-03-044-10/+255
* MFC r350842, r350844-r350846, r351099, r352848, r352859Emmanuel Vadot2019-11-281-0/+1
* MFC r340987, r340989, r341254, r341269, r341333Emmanuel Vadot2019-08-051-4/+4
* extres: clkdiv: Fix div_with_tableEmmanuel Vadot2018-08-051-9/+13
* 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
* Define meaning of remaining clock rounding flags combinations.Michal Meloun2018-02-271-0/+4
* 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
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-2/+0
* Export a sysctl dev.<clkdom>.<unit>.clocks for each clock domain containingEmmanuel Vadot2017-03-051-0/+118
* Do not check divider length if we have a div table.Emmanuel Vadot2017-02-231-1/+2
* clk_div: Add a div lookup tableEmmanuel Vadot2016-12-122-0/+49
* 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-042-2/+50
* EXTRES: Add OF node as argument to all <foo>_get_by_ofw_<bar>() functions.Michal Meloun2016-07-103-25/+17
* Add clk_get_by_ofw_node_index, which is like clk_get_by_ofw_index butJared McNeill2016-07-102-7/+17
* Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko2016-05-142-9/+9
* Fix a format string when uint64_t is not unsigned long long by castingAndrew Turner2016-04-041-2/+2
* Pass clkdev_if methods through to parent device by default.Jared McNeill2016-03-281-5/+53
* Do nothing if requested clk frequency is already correct.Alexander Kabaev2016-03-271-0/+4
* Fix support for fixed factor clocks.Jared McNeill2016-03-231-4/+11
* clk_parse_ofw_out_names is supposed to return a list of indices when theJared McNeill2016-03-232-4/+4
* Return BUS_PROBE_GENERIC instead of 0 from ofw_clkbus_probe, givingJared McNeill2016-03-231-1/+1
* CLK: Add and use explicit locking for access to clock device registers.Michal Meloun2016-03-154-5/+68
* CLK: Add enumerator for 'clocks' OFW node. Add bus device bindingsMichal Meloun2016-03-154-7/+340
* CLK: Remove forgotten mutex from clk_fixed class.Michal Meloun2016-03-152-9/+3
* Add clock framework, a first part of new 'extended resources' family ofMichal Meloun2016-01-2412-0/+2296