[U-Boot] [PATCH v3 0/8] power: pmic: support more PMIC
Elaine Zhang
zhangqing at rock-chips.com
Thu Sep 19 08:08:05 UTC 2019
Support more PMIC and improve compatibility between pmics.
Change in V3:
[PATCH v3 1/8]: Add document instructions, Correct error handling.
[PATCH v3 2/8]: No change.
[PATCH v3 3/8]: No change.
[PATCH v3 4/8]: No change.
[PATCH v3 5/8]: Update commit message.
[PATCH v3 6/8]: Update commit message.
[PATCH v3 7/8]: No change.
[PATCH v3 8/8]: No change.
Change in V2:
[PATCH v2 1/8]: Add regulator suspend volatge and en/disable test.
[PATCH v2 2/8]: Split the [PATCH v1 2/7], rk808 and rk818 updates.
[PATCH v2 3/8]: Split the [PATCH v1 2/7], support rk816 pmic and update commit message.
[PATCH v2 4/8]: Update commit message.
[PATCH v2 5/8]: No change.
[PATCH v2 6/8]: No change.
[PATCH v2 7/8]: Remove rk809 keywords and update commit message.
[PATCH v2 8/8]: Update commit message.
Elaine Zhang (3):
power: regulator: rk8xx: update the driver for rk808 and rk818
power: pmic: rk816: support rk816 pmic
power: pmic: rk805: support rk805 pmic
Joseph Chen (5):
dm: regulator: support regulator more state
dm: pmic: add pmic_shutdown() interface
power: pmic: rk8xx: add pmic_shutdown() implement
power: pmic: rk817: support rk817 pmic
power: pmic: rk809: support rk809 pmic
doc/device-tree-bindings/regulator/regulator.txt | 27 +
drivers/power/pmic/pmic-uclass.c | 11 +
drivers/power/pmic/rk8xx.c | 135 +++-
drivers/power/regulator/regulator-uclass.c | 70 ++
drivers/power/regulator/rk8xx.c | 939 +++++++++++++++++++++--
include/power/pmic.h | 9 +
include/power/regulator.h | 64 ++
include/power/rk8xx_pmic.h | 42 +
test/dm/regulator.c | 46 ++
9 files changed, 1255 insertions(+), 88 deletions(-)
--
1.9.1
More information about the U-Boot
mailing list