]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
hwmon: (pmbus/lm25066) Add offset coefficients
authorZev Weiss <zev@bewilderbeest.net>
Tue, 28 Sep 2021 09:22:35 +0000 (02:22 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Nov 2021 10:36:00 +0000 (11:36 +0100)
commit9ac24e34588d7fd7f94a31648cd1be6140bb7c7e
tree029450724f5b4856b45c76b742e0311ca3ef5db5
parentf5f96e3643dc33d6117cf7047e73512046e4858b
hwmon: (pmbus/lm25066) Add offset coefficients

commit ae59dc455a78fb73034dd1fbb337d7e59c27cbd8 upstream.

With the exception of the lm5066i, all the devices handled by this
driver had been missing their offset ('b') coefficients for direct
format readings.

Cc: stable@vger.kernel.org
Fixes: 58615a94f6a1 ("hwmon: (pmbus/lm25066) Add support for LM25056")
Fixes: e53e6497fc9f ("hwmon: (pmbus/lm25066) Refactor device specific coefficients")
Signed-off-by: Zev Weiss <zev@bewilderbeest.net>
Link: https://lore.kernel.org/r/20210928092242.30036-2-zev@bewilderbeest.net
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hwmon/pmbus/lm25066.c