[PATCH v3 0/2] regulator: Add TPS65185

From: Andreas Kemnade
Date: Fri Jan 02 2026 - 05:16:53 EST


Add a driver for the TPS65185 regulator which provides the
comparatively high voltages needed for electronic paper displays.

Datasheet for the TPS65185 is at https://www.ti.com/lit/gpn/tps65185

To simplify things, include the hwmon part directly which is only
one temperature sensor and there are no other functions besides regulators
in this chip.

Signed-off-by: Andreas Kemnade <andreas@xxxxxxxxxxxx>
---
Changes in v3:
- fix subject prefix for binding
- remove description for vin-supply
- Link to v2: https://patch.msgid.link/20251227-tps65185-submit-v2-0-1882024b8f33@xxxxxxxxxxxx

Changes in v2:
- try to find a more common subject line for bindings patch
- align pwr-good name to pin name
- remove runtime pm
- make vin supply non-optional
- use more standard regulator ops
- Link to v1: https://patch.msgid.link/20251222-tps65185-submit-v1-0-34986b504d5f@xxxxxxxxxxxx

---
Andreas Kemnade (2):
regulator: dt-bindings: Document TI TPS65185
regulator: Add TPS65185 driver

.../devicetree/bindings/regulator/ti,tps65185.yaml | 96 +++++
drivers/regulator/Kconfig | 11 +
drivers/regulator/Makefile | 1 +
drivers/regulator/tps65185.c | 454 +++++++++++++++++++++
4 files changed, 562 insertions(+)
---
base-commit: 9448598b22c50c8a5bb77a9103e2d49f134c9578
change-id: 20251222-tps65185-submit-272cc756e0ad

Best regards,
--
Andreas Kemnade <andreas@xxxxxxxxxxxx>