[PATCH 0/3] hwmon: (ltc4282) Fix issues reported by Sashiko
Guenter Roeck <[email protected]> Tue, 4 Aug 2026 17:57:18 -0700
| Newsgroups | org.kernel.vger.linux-hwmon |
|---|---|
| Message-ID | <[email protected]> |
This series started with a patch fixing a potential overflow issue in
maximum poer calculations. Sashiko then reported a similar problem when
setting current limits, and finally found a problem when evaluating
adi,current-limit-sense-microvolt.
This series fixes all those problems.
Note that Sashiko reports more issues in this driver. Leave those
to be fixed later.
----------------------------------------------------------------
Guenter Roeck (3):
hwmon: (ltc4282) Avoid overflow in maximum power calculation
hwmon: (ltc4282) Clamp negative current limits
hwmon: (ltc4282) Fix parsing adi,current-limit-sense-microvolt
drivers/hwmon/ltc4282.c | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)