[PATCH v2 0/3] Add TI TPS1689 pmbus eFuse

From: Stoyan Bogdanov

Date: Thu Feb 12 2026 - 19:15:48 EST


Rework TPS25990 eFuse pmbus driver to provide more unified way for
non standard direct conversions.Remove existing defines for TPS25990
conversions and replace them with enum listing all supported parameters
and structure using m, b, R. Add functions to covert raw to real value
and real value back to raw. Add data structure to hold pmbus_driver_info
and local_direct_values for direct conversion.

Add support TPS1689 support to TPS25990 driver, since both
chips are sharing a lot of similar internal functions with exception of
work range like Voltage and Current.

Change log 1v -> v2:
- Fix error detected from kernel test bot
- Add Acked-by to dt-bindings commit
- Drop "support" from dt-bindings commit subject

Stoyan Bogdanov (3):
hwmon: (pmbus/tps25990): Rework TPS25990 non standatd direct
conversion
dt-bindings: hwmon: pmbus/tps1689: Add TPS1689
hwmon: (pmbus/tps1689): Add TPS1689 support

.../bindings/hwmon/pmbus/ti,tps25990.yaml | 4 +-
Documentation/hwmon/tps25990.rst | 15 +-
drivers/hwmon/pmbus/tps25990.c | 185 +++++++++++++++---
3 files changed, 171 insertions(+), 33 deletions(-)

--
2.34.1