lkml.org 
[lkml]   [2022]   [Feb]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/2] regulator: Add support for TPS6286x
Date
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

\
 
 \ /
  Last update: 2022-02-04 16:53    [W:0.058 / U:0.140 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site