From: Gokhan Celik <gokhan.celik@analog.com>
To: <outreachy@lists.linux.dev>
Cc: Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>,
"Rob Herring" <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Gokhan Celik <Gokhan.Celik@analog.com>,
<linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>,
Gokhan Celik <gokhan.celik@analog.com>
Subject: [PATCH v4 0/2] Add ADI MAX77503 regulator driver and bindings
Date: Sun, 22 Oct 2023 21:52:49 +0300 [thread overview]
Message-ID: <cover.1698000185.git.gokhan.celik@analog.com> (raw)
Add MAX77503 buck converter driver and devicetree bindings.
Apply patches in sequence.
Gokhan Celik (2):
regulator: max77503: Add ADI MAX77503 support
regulator: dt-bindings: Add ADI MAX77503 support
.../regulator/adi,max77503-regulator.yaml | 50 +++++++
drivers/regulator/Kconfig | 10 ++
drivers/regulator/Makefile | 1 +
drivers/regulator/max77503-regulator.c | 137 ++++++++++++++++++
4 files changed, 198 insertions(+)
create mode 100644 Documentation/devicetree/bindings/regulator/adi,max77503-regulator.yaml
create mode 100644 drivers/regulator/max77503-regulator.c
--
2.34.1
next reply other threads:[~2023-10-22 18:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-22 18:52 Gokhan Celik [this message]
2023-10-22 18:52 ` [PATCH v4 1/2] regulator: max77503: Add ADI MAX77503 support Gokhan Celik
2023-10-22 18:52 ` [PATCH v4 2/2] regulator: dt-bindings: " Gokhan Celik
2023-10-23 17:00 ` [PATCH v4 0/2] Add ADI MAX77503 regulator driver and bindings 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.1698000185.git.gokhan.celik@analog.com \
--to=gokhan.celik@analog.com \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=outreachy@lists.linux.dev \
--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;
as well as URLs for NNTP newsgroup(s).