All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] power: Add support for the Dialog DA9063 PMIC
@ 2018-10-05  8:08 Martin Fuzzey
  2018-10-05  8:08 ` [U-Boot] [PATCH 1/3] pmic: allow dump command for non contiguous register maps Martin Fuzzey
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Martin Fuzzey @ 2018-10-05  8:08 UTC (permalink / raw)
  To: u-boot

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

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

end of thread, other threads:[~2018-10-05  8:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-05  8:08 [U-Boot] [PATCH 0/3] power: Add support for the Dialog DA9063 PMIC Martin Fuzzey
2018-10-05  8:08 ` [U-Boot] [PATCH 1/3] pmic: allow dump command for non contiguous register maps Martin Fuzzey
2018-10-05  8:08 ` [U-Boot] [PATCH 2/3] power: pmic: add driver for Dialog DA9063 PMIC Martin Fuzzey
2018-10-05  8:08 ` [U-Boot] [PATCH 3/3] power: regulator: " Martin Fuzzey

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.