summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/fdt_regulator.c
AgeCommit message (Expand)Author
2021-08-08fdt: regulator: pre-allocate regulator handlejmcneill
2019-05-27Honour regulator-enable-ramp-delayjmcneill
2019-01-02Add a function to report if a regulator can support the requested voltage rangejmcneill
2018-06-30Use queue(3) API to manage lists. NFCI.jmcneill
2018-03-06I guess fdtbus_regulator_get_voltage() should check for the get_voltage()bouyer
2017-09-22Print an error if we fail to acquire a regulatorjmcneill
2017-04-22Add regulator APIs for setting and getting voltage.jmcneill
2015-12-16Only OF_* functions should be in fdt_openfirm.c, move the rest to fdt_subr.c.jmcneill
2015-12-16split gpio, i2c, intr, and regulator helpers into separate filesjmcneill