devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Gokhan Celik <gokhan.celik@analog.com>
To: <outreachy@lists.linux.dev>
Cc: Gokhan Celik <gokhan.celik@analog.com>,
	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>
Subject: [PATCH 0/2] drivers: regulator: Add MAX77503 regulator driver and bindings.
Date: Mon, 21 Aug 2023 19:28:20 +0300	[thread overview]
Message-ID: <cover.1692634090.git.gokhan.celik@analog.com> (raw)

Add MAX77503 buck converter driver and devicetree bindings.
Apply patches in sequence.

Gokhan Celik (2):
  drivers: regulator: Add MAX77503 regulator driver
  dt-bindings: regulator: Add MAX77503 regulator bindings

 .../regulator/adi,max77503-regulator.yaml     |  64 ++++++++
 drivers/regulator/Kconfig                     |  10 ++
 drivers/regulator/Makefile                    |   1 +
 drivers/regulator/max77503-regulator.c        | 137 ++++++++++++++++++
 4 files changed, 212 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/adi,max77503-regulator.yaml
 create mode 100644 drivers/regulator/max77503-regulator.c

-- 
2.34.1


             reply	other threads:[~2023-08-21 16:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-21 16:28 Gokhan Celik [this message]
2023-08-21 16:28 ` [PATCH 1/2] drivers: regulator: Add MAX77503 regulator driver Gokhan Celik
2023-08-21 18:41   ` Krzysztof Kozlowski
2023-08-21 16:28 ` [PATCH 2/2] dt-bindings: regulator: Add MAX77503 regulator bindings Gokhan Celik
2023-08-21 18:41   ` Krzysztof Kozlowski

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.1692634090.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).