All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for Richtek RT6190 36V 4-wwtich regulator
@ 2022-10-20  6:57 cy_huang
  2022-10-20  6:57 ` [PATCH 1/2] dt-bindings: regulator: Add bindings for Richtek RT6190 regulator cy_huang
  2022-10-20  6:57 ` [PATCH 2/2] regulator: rt6190: Add support " cy_huang
  0 siblings, 2 replies; 4+ messages in thread
From: cy_huang @ 2022-10-20  6:57 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, broonie
  Cc: lgirdwood, cy_huang, devicetree, linux-kernel

From: ChiYuan Huang <cy_huang@richtek.com>

The RT6190 is a 4-switch Buck-Boost controller designed for USB power delivery
(USB PD). It operates with wide input voltage range from 4.5V to 36V, and the
output voltage can be programmable between 3V and 36V. It implements peak
current mode control mechanism to deliver up to 100W power with the
programmable constant voltage and constant current output. It also has built-in
charge pumps for driving external low-cost N-MOSFETs to control the power path.

ChiYuan Huang (2):
  dt-bindings: regulator: Add bindings for Richtek RT6190 regulator
  regulator: rt6190: Add support for Richtek RT6190 regulator

 .../regulator/richtek,rt6190-regulator.yaml        |  77 ++++
 drivers/regulator/Kconfig                          |  11 +
 drivers/regulator/Makefile                         |   1 +
 drivers/regulator/rt6190-regulator.c               | 495 +++++++++++++++++++++
 4 files changed, 584 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/richtek,rt6190-regulator.yaml
 create mode 100644 drivers/regulator/rt6190-regulator.c

-- 
2.7.4


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

end of thread, other threads:[~2022-10-21  0:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-20  6:57 [PATCH 0/2] Add support for Richtek RT6190 36V 4-wwtich regulator cy_huang
2022-10-20  6:57 ` [PATCH 1/2] dt-bindings: regulator: Add bindings for Richtek RT6190 regulator cy_huang
2022-10-21  0:57   ` Krzysztof Kozlowski
2022-10-20  6:57 ` [PATCH 2/2] regulator: rt6190: Add support " cy_huang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.