mbox series

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

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

Message

Gokhan Celik Oct. 22, 2023, 6:52 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     |  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