summaryrefslogtreecommitdiff
path: root/drivers/power/regulator/regulator-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* dm: regulator: support regulator more stateJoseph Chen2019-11-101-0/+70
* regulator: Allow autosetting fixed regulatorsSven Schwermer2019-07-131-0/+3
* regulator: Add support for ramp delayKrzysztof Kozlowski2019-03-111-2/+45
* power: regulator: Introduce regulator_set_enable_if_allowed apiLokesh Vutla2019-02-091-0/+11
* Revert "power: regulator: Return success on attempt to disable an always-on r...Lokesh Vutla2019-02-091-1/+1
* power: regulator: Return success on attempt to disable an always-on regulatorLokesh Vutla2018-12-271-1/+1
* power: regulator: denied disable on always-on regulatorPatrick Delaunay2018-12-051-0/+5
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* regulator: Change get_enable return type to integer from boolKeerthy2017-07-191-1/+1
* power: regulator: Add more debugging and fix a missing newlineSimon Glass2017-06-091-3/+5
* dm: regulator: Convert regulator uclass to support livetreeSimon Glass2017-06-011-23/+16
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-2/+2
* power: regulator: Add limits checking while setting currentKeerthy2016-11-251-0/+7
* power: regulator: Add limits checking while setting voltageKeerthy2016-11-251-0/+7
* power: regulator: Introduce regulator_set_value_force functionKeerthy2016-11-251-0/+14
* dm: Use uclass_first_device_err() where it is usefulSimon Glass2016-03-141-1/+1
* dm: power: Allow regulators to not implement all operationsSimon Glass2016-01-211-0/+2
* dm: power: Tidy up debugging output and return valuesSimon Glass2016-01-211-1/+1
* dm: regulator: add function device_get_supply_regulator()Przemyslaw Marczak2015-11-021-0/+7
* power: regulator use node name when no regulator-namePeng Fan2015-08-121-1/+3
* dm: power: Don't return an error when regulators are not autosetSimon Glass2015-08-051-1/+3
* dm: power: Use debug() for errors in regulator uclassSimon Glass2015-07-211-1/+1
* dm: power: Add a function to set up all regulatorsSimon Glass2015-07-211-0/+22
* dm: pmic: Split output from functionSimon Glass2015-07-211-63/+35
* dm: power: Add regulator flags to centralise auto-set logicSimon Glass2015-07-211-0/+12
* dm: regulator: uclass driver code cleanupPrzemyslaw Marczak2015-05-141-36/+68
* dm: regulator: add implementation of driver model regulator uclassPrzemyslaw Marczak2015-05-141-0/+300