| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r363122: | Oleksandr Tymoshenko | 2020-09-04 | 1 | -2/+4 |
| * | MFC r356803: | Emmanuel Vadot | 2020-06-19 | 1 | -0/+16 |
| * | MFC r356487: | Emmanuel Vadot | 2020-06-16 | 1 | -2/+3 |
| * | MFC r354554-r354558, r355115 | Emmanuel Vadot | 2020-03-04 | 4 | -10/+255 |
| * | MFC r356649: regulator: small enhancements to regulator_shutdown | Kyle Evans | 2020-01-16 | 1 | -7/+27 |
| * | MFC r353917-r353919, r354396-r354397 | Emmanuel Vadot | 2019-11-28 | 4 | -0/+121 |
| * | MFC r350842, r350844-r350846, r351099, r352848, r352859 | Emmanuel Vadot | 2019-11-28 | 1 | -0/+1 |
| * | MFC r351184, r351189, r351217 | Emmanuel Vadot | 2019-09-13 | 2 | -0/+20 |
| * | MFC r345295: | Michal Meloun | 2019-08-09 | 3 | -3/+3 |
| * | MFC r343498: | Michal Meloun | 2019-08-09 | 2 | -2/+2 |
| * | MFC r340987, r340989, r341254, r341269, r341333 | Emmanuel Vadot | 2019-08-05 | 2 | -12/+12 |
| * | MFC r340845-r340848, r340971, r340981, r342076 | Emmanuel Vadot | 2019-08-05 | 5 | -50/+369 |
| * | regulator: Use bool values instead of 0/1 | Emmanuel Vadot | 2018-09-04 | 1 | -5/+6 |
| * | extres: clkdiv: Fix div_with_table | Emmanuel Vadot | 2018-08-05 | 1 | -9/+13 |
| * | nvmem: Add nvmem interface and helpers | Emmanuel Vadot | 2018-07-31 | 3 | -0/+303 |
| * | Fix handling of enable counter for shared GPIO line in fixed regulator. | Michal Meloun | 2018-06-16 | 3 | -4/+65 |
| * | extres/regulator: Switch boot_on/always_on sysctl to uint8 | Kyle Evans | 2018-06-15 | 1 | -4/+4 |
| * | Revert r335173 at request of mmel@ | Kyle Evans | 2018-06-15 | 3 | -20/+0 |
| * | extres/regulator: Properly refcount gpio regulators | Kyle Evans | 2018-06-14 | 3 | -0/+20 |
| * | regulator: Fix typo (shuting/shutting) | Emmanuel Vadot | 2018-05-30 | 1 | -1/+1 |
| * | Remove "All Rights Reserved" on files that I hold sole copyright on | Kyle Evans | 2018-05-09 | 3 | -3/+0 |
| * | 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 |
| * | regulator: Check status before disabling | Emmanuel Vadot | 2018-04-20 | 1 | -3/+5 |
| * | Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_alloc | Oleksandr Tymoshenko | 2018-04-09 | 4 | -4/+4 |
| * | Clean up OF_getprop_alloc API | Oleksandr Tymoshenko | 2018-04-08 | 1 | -2/+2 |
| * | regulator: Disable unused regulator | Emmanuel Vadot | 2018-04-04 | 1 | -0/+31 |
| * | extres/regulators: Add sysctls for regulators | Emmanuel Vadot | 2018-03-11 | 2 | -0/+91 |
| * | 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 |
| * | Convert extres/phy to kobj model. | Michal Meloun | 2018-01-20 | 4 | -97/+502 |
| * | clk: Get new parent freq after set_freq | Emmanuel Vadot | 2018-01-20 | 1 | -0/+8 |
| * | Add SPDX tags to syscon bits, correct inconsistency in Copyright line. | Kyle Evans | 2018-01-13 | 4 | -2/+10 |
| * | Introduce aw_syscon(4) for earlier attachment | Kyle Evans | 2018-01-13 | 2 | -18/+47 |
| * | Fix bogus pass for syscon_generic introduced in r327621 | Kyle Evans | 2018-01-07 | 1 | -1/+6 |
| * | Move syscon_generic to attach much later | Kyle Evans | 2018-01-06 | 1 | -1/+1 |
| * | extres/syscon: Commit missing bits from r327106 | Kyle Evans | 2017-12-26 | 1 | -98/+168 |
| * | Do pass removing some write-only variables from the kernel. | Alexander Kabaev | 2017-12-25 | 2 | -4/+0 |
| * | Move syscon into extres framework | Kyle Evans | 2017-12-23 | 4 | -0/+537 |
| * | Remove redundant declarations. Newer gcc has a warning for these so will | Andrew Turner | 2017-08-19 | 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 |
| * | REGULATOR: Move functions for handling with regulator ranges to | Michal Meloun | 2016-10-18 | 2 | -0/+105 |