devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] regulator: add support for SY8827N regulator
@ 2020-07-02  9:13 Jisheng Zhang
  2020-07-02  9:13 ` [PATCH 1/2] dt-bindings: regulator: add document bindings for sy8827n Jisheng Zhang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jisheng Zhang @ 2020-07-02  9:13 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Rob Herring; +Cc: linux-kernel, devicetree

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-07-02 15:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-02  9:13 [PATCH 0/2] regulator: add support for SY8827N regulator Jisheng Zhang
2020-07-02  9:13 ` [PATCH 1/2] dt-bindings: regulator: add document bindings for sy8827n Jisheng Zhang
2020-07-02  9:14 ` [PATCH 2/2] regulator: add support for SY8827N regulator Jisheng Zhang
2020-07-02 15:46 ` [PATCH 0/2] " Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).