aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/extres/clk
Commit message (Expand)AuthorAgeFilesLines
* 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