[U-Boot] [PATCH 0/3] power: Add support for the Dialog DA9063 PMIC
Martin Fuzzey
martin.fuzzey at flowbird.group
Fri Oct 5 08:08:52 UTC 2018
Add basic support for the Dialog DA9063 PMIC.
Only the regulators are supported for the moment.
Also teach "pmic dump" to handle non contiguous register maps.
Martin Fuzzey (3):
pmic: allow dump command for non contiguous register maps
power: pmic: add driver for Dialog DA9063 PMIC
power: regulator: add driver for Dialog DA9063 PMIC
cmd/pmic.c | 12 +-
drivers/power/pmic/Kconfig | 7 +
drivers/power/pmic/Makefile | 1 +
drivers/power/pmic/da9063.c | 187 ++++++++++++++++++
drivers/power/regulator/Kconfig | 10 +
drivers/power/regulator/Makefile | 1 +
drivers/power/regulator/da9063.c | 395 +++++++++++++++++++++++++++++++++++++++
include/power/da9063_pmic.h | 308 ++++++++++++++++++++++++++++++
8 files changed, 919 insertions(+), 2 deletions(-)
create mode 100644 drivers/power/pmic/da9063.c
create mode 100644 drivers/power/regulator/da9063.c
create mode 100644 include/power/da9063_pmic.h
--
1.9.1
More information about the U-Boot
mailing list