[PATCH 0/3] MAX77675 regulator driver: Add support for MAX77675 device

Joan-Na-adi posted 3 patches 5 days, 16 hours ago
There is a newer version of this series
.../bindings/regulator/maxim,max77675.yaml    | 202 +++++
drivers/regulator/Kconfig                     |   9 +
drivers/regulator/Makefile                    |   1 +
drivers/regulator/max77675-regulator.c        | 794 ++++++++++++++++++
drivers/regulator/max77675-regulator.h        | 252 ++++++
.../regulator/maxim,max77675-regulator.h      |  78 ++
6 files changed, 1336 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
[PATCH 0/3] MAX77675 regulator driver: Add support for MAX77675 device
Posted by Joan-Na-adi 5 days, 16 hours ago
From: Joan Na <joan.na@analog.com>

BLURB: MAX77675 regulator driver and device tree bindings

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        | 794 ++++++++++++++++++
 drivers/regulator/max77675-regulator.h        | 252 ++++++
 .../regulator/maxim,max77675-regulator.h      |  78 ++
 6 files changed, 1336 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

--
2.34.1