summaryrefslogtreecommitdiff
path: root/sys/dev/ofw/ofw_regulator.c
AgeCommit message (Expand)Author
2019-04-30We are allowed to enable regulators with the "regulator-always-on"Patrick Wildt
2019-02-20Add support for current limit regulators in addition to the voltagePatrick Wildt
2019-02-18In the voltage regulator getter we need to actually check the GPIOPatrick Wildt
2019-01-02Setting a fixed voltage regulator to the voltage it is fixed toPatrick Wildt
2019-01-02A fixed regulator's minimum voltage attribute is called regulator-min-microvoltPatrick Wildt
2018-10-23Fix OFW GPIO regulator by breaking out of the loop once the correctPatrick Wildt
2018-08-28avoid uninitialised variable useJonathan Gray
2018-08-13Support GPIO-based voltage regulators.Patrick Wildt
2018-08-02Add delay when increasing the voltage of a regulator that has aMark Kettenis
2017-12-18Add support for enabling registered regulators. Make sure that we leaveMark Kettenis
2017-12-16Enforce voltage limits from the device tree. Enforcing the limits alsoMark Kettenis
2017-11-18Extend regulator "framework" with functions to get/set voltages.Mark Kettenis
2016-08-13Add a minimal regulator "framework".Mark Kettenis