|
|
Subscribe / Log in / New account

MAX77675 regulator driver: Add support for MAX77675 device

From:  Joan-Na-adi <joan.na.devcode-AT-gmail.com>
To:  Liam Girdwood <lgirdwood-AT-gmail.com>
Subject:  [PATCH v2 0/3] MAX77675 regulator driver: Add support for MAX77675 device
Date:  Mon, 29 Sep 2025 19:56:15 +0900
Message-ID:  <20250929105618.177511-1-joan.na@analog.com>
Cc:  Mark Brown <broonie-AT-kernel.org>, Rob Herring <robh-AT-kernel.org>, Krzysztof Kozlowski <krzk+dt-AT-kernel.org>, Conor Dooley <conor+dt-AT-kernel.org>, linux-kernel-AT-vger.kernel.org, devicetree-AT-vger.kernel.org, Joan Na <joan.na-AT-analog.com>
Archive-link:  Article

From: Joan Na <joan.na@analog.com>

MAX77675 regulator driver and device tree bindings

Changes since v1:
- Fixed build error due to missing 'max77675_of_match' declaration.
- Removed duplicate '.list_voltage' initialization.
- Corrected value usage in regmap_update_bits call.
- Added CONFIG_OF guards and used of_match_ptr().

Joan Na (3):
  dt-bindings: regulator: Add MAX77675 binding header
  regulator: max77675: Add MAX77675 regulator driver
  dt-bindings: regulator: Add MAX77675 regulator binding

 .../bindings/regulator/maxim,max77675.yaml    | 202 +++++
 drivers/regulator/Kconfig                     |   9 +
 drivers/regulator/Makefile                    |   1 +
 drivers/regulator/max77675-regulator.c        | 792 ++++++++++++++++++
 drivers/regulator/max77675-regulator.h        | 252 ++++++
 .../regulator/maxim,max77675-regulator.h      |  78 ++
 6 files changed, 1334 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/maxim,max77675.yaml
 create mode 100644 drivers/regulator/max77675-regulator.c
 create mode 100644 drivers/regulator/max77675-regulator.h
 create mode 100644 include/dt-bindings/regulator/maxim,max77675-regulator.h


base-commit: bf40f4b87761e2ec16efc8e49b9ca0d81f4115d8
--
2.34.1




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