index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
power
/
regulator
/
regulator-uclass.c
Age
Commit message (
Expand
)
Author
2017-07-19
regulator: Change get_enable return type to integer from bool
Keerthy
2017-06-09
power: regulator: Add more debugging and fix a missing newline
Simon Glass
2017-06-01
dm: regulator: Convert regulator uclass to support livetree
Simon Glass
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2016-11-25
power: regulator: Add limits checking while setting current
Keerthy
2016-11-25
power: regulator: Add limits checking while setting voltage
Keerthy
2016-11-25
power: regulator: Introduce regulator_set_value_force function
Keerthy
2016-03-14
dm: Use uclass_first_device_err() where it is useful
Simon Glass
2016-01-21
dm: power: Allow regulators to not implement all operations
Simon Glass
2016-01-21
dm: power: Tidy up debugging output and return values
Simon Glass
2015-11-02
dm: regulator: add function device_get_supply_regulator()
Przemyslaw Marczak
2015-08-12
power: regulator use node name when no regulator-name
Peng Fan
2015-08-05
dm: power: Don't return an error when regulators are not autoset
Simon Glass
2015-07-21
dm: power: Use debug() for errors in regulator uclass
Simon Glass
2015-07-21
dm: power: Add a function to set up all regulators
Simon Glass
2015-07-21
dm: pmic: Split output from function
Simon Glass
2015-07-21
dm: power: Add regulator flags to centralise auto-set logic
Simon Glass
2015-05-14
dm: regulator: uclass driver code cleanup
Przemyslaw Marczak
2015-05-14
dm: regulator: add implementation of driver model regulator uclass
Przemyslaw Marczak