]> git.dujemihanovic.xyz Git - u-boot.git/commit
dm: regulator: support regulator more state
authorJoseph Chen <chenjh@rock-chips.com>
Thu, 26 Sep 2019 07:43:52 +0000 (15:43 +0800)
committerKever Yang <kever.yang@rock-chips.com>
Sun, 10 Nov 2019 12:31:09 +0000 (20:31 +0800)
commit11406b8f7e24385ae8ee4065c5a193f2449fc08a
tree07864ae573a22b9f3527c78c82da14775e74c443
parent0f282c1876af26cc2c8c018ae6293a691561011e
dm: regulator: support regulator more state

support parse regulator standard property:
regulator-off-in-suspend;
regulator-init-microvolt;
regulator-suspend-microvolt:
 regulator_get_suspend_enable
 regulator_set_suspend_enable
 regulator_get_suspend_value
 regulator_set_suspend_value

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
doc/device-tree-bindings/regulator/regulator.txt
drivers/power/regulator/regulator-uclass.c
include/power/regulator.h
test/dm/regulator.c