| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix two typos in source code comments | Gordon Bergling | 2021-10-19 | 1 | -1/+1 |
| * | MFC r366799: | Bjoern A. Zeeb | 2020-11-05 | 1 | -1/+1 |
| * | MFC r363887 (by manu), r365395: allwinner: clk: Fix nm clock calculation | Andriy Gapon | 2020-09-21 | 1 | -0/+6 |
| * | MFC r363122: | Oleksandr Tymoshenko | 2020-09-04 | 1 | -2/+4 |
| * | MFC r354554-r354558, r355115 | Emmanuel Vadot | 2020-03-04 | 4 | -10/+255 |
| * | MFC r350842, r350844-r350846, r351099, r352848, r352859 | Emmanuel Vadot | 2019-11-28 | 1 | -0/+1 |
| * | MFC r340987, r340989, r341254, r341269, r341333 | Emmanuel Vadot | 2019-08-05 | 1 | -4/+4 |
| * | extres: clkdiv: Fix div_with_table | Emmanuel Vadot | 2018-08-05 | 1 | -9/+13 |
| * | clk: clk_set_assigned: Skip frequency of value 0 | Emmanuel Vadot | 2018-05-07 | 1 | -1/+1 |
| * | clk: Add support for assigned-clock-rates | Emmanuel Vadot | 2018-05-07 | 1 | -24/+76 |
| * | clk: Put the sysctls under hw.clock instead of clock | Emmanuel Vadot | 2018-04-27 | 1 | -1/+3 |
| * | Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_alloc | Oleksandr Tymoshenko | 2018-04-09 | 1 | -1/+1 |
| * | Define meaning of remaining clock rounding flags combinations. | Michal Meloun | 2018-02-27 | 1 | -0/+4 |
| * | Use more verbose panic messages. | Michal Meloun | 2018-01-30 | 1 | -4/+5 |
| * | Revert r328511, it was committed with <patch>.diff instead of <patch>.txt as | Michal Meloun | 2018-01-30 | 1 | -5/+4 |
| * | diff --git a/sys/dev/extres/clk/clk.c b/sys/dev/extres/clk/clk.c | Michal Meloun | 2018-01-28 | 1 | -4/+5 |
| * | clk: Get new parent freq after set_freq | Emmanuel Vadot | 2018-01-20 | 1 | -0/+8 |
| * | Do pass removing some write-only variables from the kernel. | Alexander Kabaev | 2017-12-25 | 1 | -2/+0 |
| * | Export a sysctl dev.<clkdom>.<unit>.clocks for each clock domain containing | Emmanuel Vadot | 2017-03-05 | 1 | -0/+118 |
| * | Do not check divider length if we have a div table. | Emmanuel Vadot | 2017-02-23 | 1 | -1/+2 |
| * | clk_div: Add a div lookup table | Emmanuel Vadot | 2016-12-12 | 2 | -0/+49 |
| * | Clock framework fixes: | Michal Meloun | 2016-12-04 | 1 | -5/+7 |
| * | Do not warn if the 'assigned-clock-parents' property does not exists. | Emmanuel Vadot | 2016-11-08 | 1 | -1/+3 |
| * | Add clk_set_assigned | Emmanuel Vadot | 2016-11-04 | 2 | -2/+50 |
| * | EXTRES: Add OF node as argument to all <foo>_get_by_ofw_<bar>() functions. | Michal Meloun | 2016-07-10 | 3 | -25/+17 |
| * | Add clk_get_by_ofw_node_index, which is like clk_get_by_ofw_index but | Jared McNeill | 2016-07-10 | 2 | -7/+17 |
| * | Use OF_prop_free instead of direct call to free(9) | Oleksandr Tymoshenko | 2016-05-14 | 2 | -9/+9 |
| * | Fix a format string when uint64_t is not unsigned long long by casting | Andrew Turner | 2016-04-04 | 1 | -2/+2 |
| * | Pass clkdev_if methods through to parent device by default. | Jared McNeill | 2016-03-28 | 1 | -5/+53 |
| * | Do nothing if requested clk frequency is already correct. | Alexander Kabaev | 2016-03-27 | 1 | -0/+4 |
| * | Fix support for fixed factor clocks. | Jared McNeill | 2016-03-23 | 1 | -4/+11 |
| * | clk_parse_ofw_out_names is supposed to return a list of indices when the | Jared McNeill | 2016-03-23 | 2 | -4/+4 |
| * | Return BUS_PROBE_GENERIC instead of 0 from ofw_clkbus_probe, giving | Jared McNeill | 2016-03-23 | 1 | -1/+1 |
| * | CLK: Add and use explicit locking for access to clock device registers. | Michal Meloun | 2016-03-15 | 4 | -5/+68 |
| * | CLK: Add enumerator for 'clocks' OFW node. Add bus device bindings | Michal Meloun | 2016-03-15 | 4 | -7/+340 |
| * | CLK: Remove forgotten mutex from clk_fixed class. | Michal Meloun | 2016-03-15 | 2 | -9/+3 |
| * | Add clock framework, a first part of new 'extended resources' family of | Michal Meloun | 2016-01-24 | 12 | -0/+2296 |