]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
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)
commitb3ddc40b61e37b65247d331b6ba3251362b8e7c3
tree3a207bff85aa30fe708d8f8140f232878e3f6a4c
parente2c6678bd836861093eecd733610f77b2d87e9f8
parent573016266e6767f7917feeda8e1e3b19673f4981
Merge series "regulator: add support for SY8827N regulator" from Jisheng Zhang <Jisheng.Zhang@synaptics.com>:

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