All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Fuzzey <martin.fuzzey@flowbird.group>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/3] power: Add support for the Dialog DA9063 PMIC
Date: Fri,  5 Oct 2018 10:08:52 +0200	[thread overview]
Message-ID: <1538726940-3233-1-git-send-email-martin.fuzzey@flowbird.group> (raw)

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

             reply	other threads:[~2018-10-05  8:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-05  8:08 Martin Fuzzey [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1538726940-3233-1-git-send-email-martin.fuzzey@flowbird.group \
    --to=martin.fuzzey@flowbird.group \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.