[PATCH 0/2] drivers: regulator: Add MAX77503 regulator driver and bindings.

From: Gokhan Celik
Date: Mon Aug 21 2023 - 12:29:13 EST


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