From: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
To: Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>, Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>
Subject: [PATCH v2 0/8] regulator: support Silergy SY8824C/SY8824E etc.
Date: Wed, 28 Aug 2019 06:08:09 +0000 [thread overview]
Message-ID: <20190828135646.52457ac3@xhacker.debian> (raw)
Add support for Silergy SY8824C/SY8824E/SY20276/SY20278 regulator.
Changes since v1:
- use c++ comment style for SPDX header
- add prefix for BUCK_EN and MODE
Jisheng Zhang (8):
regulator: add binding for the SY8824C voltage regulator
regulator: add support for SY8824C regulator
dt-bindings: sy8824x: Document SY8824E support
regulator: sy8824x: add SY8824E support
dt-bindings: sy8824x: Document SY20276 support
regulator: sy8824x: add SY20276 support
dt-bindings: sy8824x: Document SY20278 support
regulator: sy8824x: add SY20278 support
.../devicetree/bindings/regulator/sy8824x.txt | 24 ++
drivers/regulator/Kconfig | 7 +
drivers/regulator/Makefile | 1 +
drivers/regulator/sy8824x.c | 231 ++++++++++++++++++
4 files changed, 263 insertions(+)
create mode 100644 Documentation/devicetree/bindings/regulator/sy8824x.txt
create mode 100644 drivers/regulator/sy8824x.c
--
2.23.0.rc1
next reply other threads:[~2019-08-28 6:08 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-28 6:08 Jisheng Zhang [this message]
2019-08-28 6:08 ` [PATCH v2 1/8] regulator: add binding for the SY8824C voltage regulator Jisheng Zhang
2019-08-28 6:09 ` [PATCH v2 2/8] regulator: add support for SY8824C regulator Jisheng Zhang
2019-08-28 6:10 ` [PATCH v2 3/8] dt-bindings: sy8824x: Document SY8824E support Jisheng Zhang
2019-08-28 6:10 ` [PATCH v2 4/8] regulator: sy8824x: add " Jisheng Zhang
2019-08-28 6:11 ` [PATCH v2 5/8] dt-bindings: sy8824x: Document SY20276 support Jisheng Zhang
2019-08-28 6:12 ` [PATCH v2 6/8] regulator: sy8824x: add " Jisheng Zhang
2019-08-28 6:12 ` [PATCH v2 7/8] dt-bindings: sy8824x: Document SY20278 support Jisheng Zhang
2019-08-28 6:13 ` [PATCH v2 8/8] regulator: sy8824x: add " Jisheng Zhang
2019-08-28 10:08 ` [PATCH v2 0/8] regulator: support Silergy SY8824C/SY8824E etc 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=20190828135646.52457ac3@xhacker.debian \
--to=jisheng.zhang@synaptics.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 \
/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.