summaryrefslogtreecommitdiff
path: root/drivers/power/regulator/regulator-uclass.c
AgeCommit message (Expand)Author
2017-07-19regulator: Change get_enable return type to integer from boolKeerthy
2017-06-09power: regulator: Add more debugging and fix a missing newlineSimon Glass
2017-06-01dm: regulator: Convert regulator uclass to support livetreeSimon Glass
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-11-26power: regulator: Add limits checking while setting currentKeerthy
2016-11-26power: regulator: Add limits checking while setting voltageKeerthy
2016-11-25power: regulator: Introduce regulator_set_value_force functionKeerthy
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass
2016-01-22dm: power: Allow regulators to not implement all operationsSimon Glass
2016-01-22dm: power: Tidy up debugging output and return valuesSimon Glass
2015-11-02dm: regulator: add function device_get_supply_regulator()Przemyslaw Marczak
2015-08-12power: regulator use node name when no regulator-namePeng Fan
2015-08-06dm: power: Don't return an error when regulators are not autosetSimon Glass
2015-07-21dm: power: Use debug() for errors in regulator uclassSimon Glass
2015-07-21dm: power: Add a function to set up all regulatorsSimon Glass
2015-07-21dm: pmic: Split output from functionSimon Glass
2015-07-21dm: power: Add regulator flags to centralise auto-set logicSimon Glass
2015-05-15dm: regulator: uclass driver code cleanupPrzemyslaw Marczak
2015-05-15dm: regulator: add implementation of driver model regulator uclassPrzemyslaw Marczak