Re: [PATCH v2] hwmon: (pmbus/lm25066) Fix PMBus coefficients for LM5064/5066/5066i
From: Guenter Roeck
Date: Thu Jun 11 2026 - 01:25:57 EST
On Thu, Jun 11, 2026 at 09:59:48AM +0800, Potin Lai wrote:
> Swap the high setting and low setting coefficients in the lm25066_coeff
> table for LM5064, LM5066, and LM5066i. The coefficients were previously
> mapped incorrectly, resulting in inverted current and power scaling.
>
> Additionally, dynamically assign the exponent (R) registers inside the
> probe's LM25066_DEV_SETUP_CL check. This ensures that the proper
> exponent is applied (e.g., for LM25056, high setting power exponent
> is -4, but low setting power exponent is -3).
>
> Signed-off-by: Potin Lai <potin.lai@xxxxxxxxxxxx>
When I tried to apply this patch, I got:
WARNING: From:/Signed-off-by: email address mismatch: 'From: Potin Lai <potin.lai.pt@xxxxxxxxx>' != 'Signed-off-by: Potin Lai <potin.lai@xxxxxxxxxxxx>'
You'll have to decide which e-mail address to use; it has to be consistent.
Thanks,
Guenter