index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ofw
/
ofw_regulator.c
Age
Commit message (
Expand
)
Author
2019-04-30
We are allowed to enable regulators with the "regulator-always-on"
Patrick Wildt
2019-02-20
Add support for current limit regulators in addition to the voltage
Patrick Wildt
2019-02-18
In the voltage regulator getter we need to actually check the GPIO
Patrick Wildt
2019-01-02
Setting a fixed voltage regulator to the voltage it is fixed to
Patrick Wildt
2019-01-02
A fixed regulator's minimum voltage attribute is called regulator-min-microvolt
Patrick Wildt
2018-10-23
Fix OFW GPIO regulator by breaking out of the loop once the correct
Patrick Wildt
2018-08-28
avoid uninitialised variable use
Jonathan Gray
2018-08-13
Support GPIO-based voltage regulators.
Patrick Wildt
2018-08-02
Add delay when increasing the voltage of a regulator that has a
Mark Kettenis
2017-12-18
Add support for enabling registered regulators. Make sure that we leave
Mark Kettenis
2017-12-16
Enforce voltage limits from the device tree. Enforcing the limits also
Mark Kettenis
2017-11-18
Extend regulator "framework" with functions to get/set voltages.
Mark Kettenis
2016-08-13
Add a minimal regulator "framework".
Mark Kettenis