|
|
Log in / Subscribe / Register

Add ADI MAX77503 regulator driver and bindings

From:  Gokhan Celik <gokhan.celik-AT-analog.com>
To:  <outreachy-AT-lists.linux.dev>
Subject:  [PATCH v4 0/2] Add ADI MAX77503 regulator driver and bindings
Date:  Sun, 22 Oct 2023 21:52:49 +0300
Message-ID:  <cover.1698000185.git.gokhan.celik@analog.com>
Cc:  Liam Girdwood <lgirdwood-AT-gmail.com>, Mark Brown <broonie-AT-kernel.org>, "Rob Herring" <robh+dt-AT-kernel.org>, Krzysztof Kozlowski <krzysztof.kozlowski+dt-AT-linaro.org>, Conor Dooley <conor+dt-AT-kernel.org>, Gokhan Celik <Gokhan.Celik-AT-analog.com>, <linux-kernel-AT-vger.kernel.org>, <devicetree-AT-vger.kernel.org>, Gokhan Celik <gokhan.celik-AT-analog.com>
Archive-link:  Article

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



Copyright © 2023, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds