All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] regulator: Add support for TPS6286x
@ 2022-02-04 15:52 Vincent Whitchurch
  2022-02-04 15:52 ` [PATCH 1/2] regulator: Add bindings for TPS62864x Vincent Whitchurch
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Vincent Whitchurch @ 2022-02-04 15:52 UTC (permalink / raw)
  To: lgirdwood, broonie
  Cc: kernel, devicetree, linux-kernel, robh+dt, Vincent Whitchurch

TI's TPS62864/TPS6286/TPS62868/TPS62869 are high-frequency synchronous
step-down converters controlled via I2C.  There are differences in the
electrical characteristics and packaging between the variants, but the
register interfaces are identical.

This series adds basic support for these chips.

Vincent Whitchurch (2):
  regulator: Add bindings for TPS62864x
  regulator: Add support for TPS6286x

 .../bindings/regulator/ti,tps62864.yaml       |  62 +++++++
 drivers/regulator/Kconfig                     |   9 +
 drivers/regulator/Makefile                    |   1 +
 drivers/regulator/tps6286x-regulator.c        | 159 ++++++++++++++++++
 include/dt-bindings/regulator/ti,tps62864.h   |   9 +
 5 files changed, 240 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/ti,tps62864.yaml
 create mode 100644 drivers/regulator/tps6286x-regulator.c
 create mode 100644 include/dt-bindings/regulator/ti,tps62864.h

-- 
2.34.1


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

end of thread, other threads:[~2022-02-09 18:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-04 15:52 [PATCH 0/2] regulator: Add support for TPS6286x Vincent Whitchurch
2022-02-04 15:52 ` [PATCH 1/2] regulator: Add bindings for TPS62864x Vincent Whitchurch
2022-02-09 18:05   ` Rob Herring
2022-02-04 15:52 ` [PATCH 2/2] regulator: Add support for TPS6286x Vincent Whitchurch
2022-02-08 19:00 ` [PATCH 0/2] " Mark Brown

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.