From: Vincent Whitchurch <vincent.whitchurch@axis.com>
To: <lgirdwood@gmail.com>, <broonie@kernel.org>
Cc: <kernel@axis.com>, <devicetree@vger.kernel.org>,
<linux-kernel@vger.kernel.org>, <robh+dt@kernel.org>,
Vincent Whitchurch <vincent.whitchurch@axis.com>
Subject: [PATCH 0/2] regulator: Add support for TPS6286x
Date: Fri, 4 Feb 2022 16:52:39 +0100 [thread overview]
Message-ID: <20220204155241.576342-1-vincent.whitchurch@axis.com> (raw)
TI's TPS62864/TPS6286/TPS62868/TPS62869 are high-frequency synchronous
step-down converters controlled via I2C. There are differences in the
electrical characteristics and packaging between the variants, but the
register interfaces are identical.
This series adds basic support for these chips.
Vincent Whitchurch (2):
regulator: Add bindings for TPS62864x
regulator: Add support for TPS6286x
.../bindings/regulator/ti,tps62864.yaml | 62 +++++++
drivers/regulator/Kconfig | 9 +
drivers/regulator/Makefile | 1 +
drivers/regulator/tps6286x-regulator.c | 159 ++++++++++++++++++
include/dt-bindings/regulator/ti,tps62864.h | 9 +
5 files changed, 240 insertions(+)
create mode 100644 Documentation/devicetree/bindings/regulator/ti,tps62864.yaml
create mode 100644 drivers/regulator/tps6286x-regulator.c
create mode 100644 include/dt-bindings/regulator/ti,tps62864.h
--
2.34.1
next reply other threads:[~2022-02-04 15:52 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-04 15:52 Vincent Whitchurch [this message]
2022-02-04 15:52 ` [PATCH 1/2] regulator: Add bindings for TPS62864x Vincent Whitchurch
2022-02-09 18:05 ` Rob Herring
2022-02-04 15:52 ` [PATCH 2/2] regulator: Add support for TPS6286x Vincent Whitchurch
2022-02-08 19:00 ` [PATCH 0/2] " 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=20220204155241.576342-1-vincent.whitchurch@axis.com \
--to=vincent.whitchurch@axis.com \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=kernel@axis.com \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®