mbox series

[v2,0/2] Add ADI MAX77503 regulator driver and bindings

Message ID cover.1695155379.git.gokhan.celik@analog.com
Headers show
Series Add ADI MAX77503 regulator driver and bindings | expand

Message

Gokhan Celik Sept. 19, 2023, 8:45 p.m. UTC
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     |  53 +++++++
 drivers/regulator/Kconfig                     |  10 ++
 drivers/regulator/Makefile                    |   1 +
 drivers/regulator/max77503-regulator.c        | 137 ++++++++++++++++++
 4 files changed, 201 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/adi,max77503-regulator.yaml
 create mode 100644 drivers/regulator/max77503-regulator.c