[U-Boot] [PATCH v2 0/8] power: pmic: support more PMIC

Elaine Zhang zhangqing at rock-chips.com
Tue Sep 10 09:52:01 UTC 2019


Support more PMIC and improve compatibility between pmics.

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

 drivers/power/pmic/pmic-uclass.c           |  11 +
 drivers/power/pmic/rk8xx.c                 | 135 ++++-
 drivers/power/regulator/regulator-uclass.c |  67 ++
 drivers/power/regulator/rk8xx.c            | 939 ++++++++++++++++++++++++++---
 include/power/pmic.h                       |   9 +
 include/power/regulator.h                  |  42 ++
 include/power/rk8xx_pmic.h                 |  42 ++
 test/dm/regulator.c                        |  46 ++
 8 files changed, 1203 insertions(+), 88 deletions(-)

-- 
1.9.1





More information about the U-Boot mailing list