From: Eric Jeong <eric.jeong.opensource@diasemi.com>
To: Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>, Rob Herring <robh+dt@kernel.org>
Cc: DEVICETREE <devicetree@vger.kernel.org>,
LINUX-KERNEL <linux-kernel@vger.kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Support Opensource <support.opensource@diasemi.com>
Subject: [PATCH V2 0/3] slg51000: regulator driver submission
Date: Thu, 18 Apr 2019 15:09:44 +0900 [thread overview]
Message-ID: <cover.1555567784.git.eric.jeong.opensource@diasemi.com> (raw)
This patch adds support for the Dialog SLG51000 regulator device.
In this patch set the following is provided:
[PATCH V2 1/3] MAINTAINERS file update for SLG51000
[PATCH V2 2/3] SLG51000 DT binding
[PATCH V2 3/3] SLG51000 regulator driver
This patch applies against linux-next and next-20190417
Thank you,
Eric Jeong, Dialog Semiconductor Ltd.
Eric Jeong (3):
MAINTAINERS: slg51000 updates to the Dialog Semiconductor search
terms
dt-bindings: regulator: add document bindings for slg51000
regulator: slg51000: add slg51000 regulator driver
.../devicetree/bindings/regulator/slg51000.txt | 88 ++++
MAINTAINERS | 2 +
drivers/regulator/Kconfig | 9 +
drivers/regulator/Makefile | 1 +
drivers/regulator/slg51000-regulator.c | 528 ++++++++++++++++++++
drivers/regulator/slg51000-regulator.h | 505 +++++++++++++++++++
6 files changed, 1133 insertions(+)
create mode 100644 Documentation/devicetree/bindings/regulator/slg51000.txt
create mode 100644 drivers/regulator/slg51000-regulator.c
create mode 100644 drivers/regulator/slg51000-regulator.h
--
end-of-patch for PATCH V2
next reply other threads:[~2019-04-18 6:09 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-18 6:09 Eric Jeong [this message]
2019-04-18 6:09 ` [PATCH V2 1/3] MAINTAINERS: slg51000 updates to the Dialog Semiconductor search terms Eric Jeong
2019-04-18 10:26 ` Applied "MAINTAINERS: slg51000 updates to the Dialog Semiconductor search terms" to the regulator tree Mark Brown
2019-04-18 10:26 ` Mark Brown
2019-04-18 6:09 ` [PATCH V2 2/3] dt-bindings: regulator: add document bindings for slg51000 Eric Jeong
2019-04-18 10:26 ` Applied "dt-bindings: regulator: add document bindings for slg51000" to the regulator tree Mark Brown
2019-04-18 10:26 ` Mark Brown
2019-04-18 6:09 ` [PATCH V2 3/3] regulator: slg51000: add slg51000 regulator driver Eric Jeong
2019-04-18 10:16 ` Mark Brown
2019-04-18 10:26 ` Applied "regulator: slg51000: add slg51000 regulator driver" to the regulator tree Mark Brown
2019-04-18 10:26 ` Mark Brown
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=cover.1555567784.git.eric.jeong.opensource@diasemi.com \
--to=eric.jeong.opensource@diasemi.com \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=robh+dt@kernel.org \
--cc=support.opensource@diasemi.com \
/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.