summaryrefslogtreecommitdiffstats
path: root/sys/dev/ofw/ofw_regulator.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* We are allowed to enable regulators with the "regulator-always-on"patrick2019-04-301-3/+3
* Add support for current limit regulators in addition to the voltagepatrick2019-02-201-25/+136
* In the voltage regulator getter we need to actually check the GPIOpatrick2019-02-181-2/+3
* Setting a fixed voltage regulator to the voltage it is fixed topatrick2019-01-021-1/+5
* A fixed regulator's minimum voltage attribute is called regulator-min-microvoltpatrick2019-01-021-2/+2
* Fix OFW GPIO regulator by breaking out of the loop once the correctpatrick2018-10-231-2/+4
* avoid uninitialised variable usejsg2018-08-281-1/+2
* Support GPIO-based voltage regulators.patrick2018-08-131-2/+118
* Add delay when increasing the voltage of a regulator that has akettenis2018-08-021-3/+15
* Add support for enabling registered regulators. Make sure that we leavekettenis2017-12-181-10/+30
* Enforce voltage limits from the device tree. Enforcing the limits alsokettenis2017-12-161-2/+18
* Extend regulator "framework" with functions to get/set voltages.kettenis2017-11-181-1/+54
* Add a minimal regulator "framework".kettenis2016-08-131-0/+81