]> git.baikalelectronics.ru Git - kernel.git/commitdiff
Merge series "regulator: add support for SY8827N regulator" from Jisheng Zhang <Jishe...
authorMark Brown <broonie@kernel.org>
Thu, 2 Jul 2020 15:45:47 +0000 (16:45 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 2 Jul 2020 15:45:47 +0000 (16:45 +0100)
The SY8827N from Silergy Corp is a single output DC/DC converter. The
voltage can be controlled via I2C.

Jisheng Zhang (2):
  dt-bindings: regulator: add document bindings for sy8827n
  regulator: add support for SY8827N regulator

 .../bindings/regulator/silergy,sy8827n.yaml   |  45 +++++
 drivers/regulator/Kconfig                     |   7 +
 drivers/regulator/Makefile                    |   1 +
 drivers/regulator/sy8827n.c                   | 185 ++++++++++++++++++
 4 files changed, 238 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/silergy,sy8827n.yaml
 create mode 100644 drivers/regulator/sy8827n.c

--
2.27.0


Trivial merge