public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot, 0/3] power: pmic: add Dialog DA9063 PMIC and regulators
@ 2020-01-14 15:56 Ian Ray
  2020-01-14 15:56 ` [U-Boot, 1/3] power: pmic: add driver for Dialog DA9063 PMIC Ian Ray
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ian Ray @ 2020-01-14 15:56 UTC (permalink / raw)
  To: u-boot

Add a PMIC driver for DA9063 PMIC and associated registers.
Allow pmic dump command to skip register holes.

Note: This change is a prerequisite for enabling full DM support
for ge_bx50v3_config.

Note: Split out of https://patchwork.ozlabs.org/cover/1182351/.
Feedback in https://patchwork.ozlabs.org/patch/1182404/ and
https://patchwork.ozlabs.org/patch/1182416/ has been addressed.


Martin Fuzzey (3):
  power: pmic: add driver for Dialog DA9063 PMIC
  power: regulator: add driver for Dialog DA9063 PMIC
  pmic: allow dump command for non contiguous register maps

 cmd/pmic.c                       |  12 +-
 drivers/power/pmic/Kconfig       |  14 ++
 drivers/power/pmic/Makefile      |   1 +
 drivers/power/pmic/da9063.c      | 130 +++++++++++++
 drivers/power/regulator/Kconfig  |  20 ++
 drivers/power/regulator/Makefile |   1 +
 drivers/power/regulator/da9063.c | 388 +++++++++++++++++++++++++++++++++++++++
 include/power/da9063_pmic.h      | 320 ++++++++++++++++++++++++++++++++
 8 files changed, 884 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

-- 
2.10.1

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-01-28  0:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-14 15:56 [U-Boot, 0/3] power: pmic: add Dialog DA9063 PMIC and regulators Ian Ray
2020-01-14 15:56 ` [U-Boot, 1/3] power: pmic: add driver for Dialog DA9063 PMIC Ian Ray
2020-01-28  0:56   ` Tom Rini
2020-01-14 15:56 ` [U-Boot, 2/3] power: regulator: " Ian Ray
2020-01-28  0:56   ` Tom Rini
2020-01-14 15:56 ` [U-Boot, 3/3] pmic: allow dump command for non contiguous register maps Ian Ray
2020-01-28  0:56   ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox