[PATCH v3 0/3] Add TI TPS1689 pmbus eFuse
From: Stoyan Bogdanov
Date: Tue Feb 17 2026 - 03:12:33 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 v2 -> v3:
- Fix error detected from kernel test bot regarding division
Tests:
- Test builds for x86_64, arm64, i386
- Retest driver on arm64
- Validate driver direct conversion functions manualy
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 | 190 +++++++++++++++---
3 files changed, 175 insertions(+), 34 deletions(-)
--
2.34.1