[U-Boot] [PATCH v4 0/6] power: pmic: support more PMIC

Elaine Zhang zhangqing at rock-chips.com
Thu Sep 26 07:43:51 UTC 2019


Support more PMIC and improve compatibility between pmics.

Change in V4:
[PATCH v4 1/6]: No change.
[PATCH v4 2/6]: No change.
[PATCH v4 3/6]: No change.
[PATCH v4 4/6]: No change.
[PATCH v4 5/6]: Resolve code conflicts after ptach v3 5/8 and 6/8 deletion.
[PATCH v4 6/6]: Resolve code conflicts after ptach v3 5/8 and 6/8 deletion.
Remove [PATCH v3 5/8] and [PATCH v3 6/8], There is no application scenario.

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 (3):
  dm: regulator: support regulator more state
  power: pmic: rk817: support rk817 pmic
  power: pmic: rk809: support rk809 pmic

 doc/device-tree-bindings/regulator/regulator.txt |  27 +
 drivers/power/pmic/rk8xx.c                       |  89 ++-
 drivers/power/regulator/regulator-uclass.c       |  70 ++
 drivers/power/regulator/rk8xx.c                  | 939 +++++++++++++++++++++--
 include/power/regulator.h                        |  64 ++
 include/power/rk8xx_pmic.h                       |  42 +
 test/dm/regulator.c                              |  46 ++
 7 files changed, 1189 insertions(+), 88 deletions(-)

-- 
1.9.1





More information about the U-Boot mailing list