]> git.karo-electronics.de Git - karo-tx-linux.git/commit
driver: (adm1275) set the m,b and R coefficients correctly for power
authorShikhar Dogra <shidogra@cisco.com>
Mon, 27 Mar 2017 23:16:44 +0000 (16:16 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 28 Mar 2017 02:43:36 +0000 (19:43 -0700)
commit6faecba0b3da7b617bf72bef422bf0d3bb6dfe7d
treebef7d006fb618f359406ecc87e9e8df767ed1564
parentc02ed2e75ef4c74e41e421acb4ef1494671585e8
driver: (adm1275) set the m,b and R coefficients correctly for power

Seems like coefficient values for m, b and R under power have been
put in the wrong order. Rearranging them properly to get correct
values of coefficients for power.

For specs, please refer to table 7 (page 35) on
http://www.analog.com/media/en/technical-documentation/data-sheets/ADM1075.pdf

Fixes: 904b296f308d ("hwmon: (adm1275) Introduce configuration data structure for coeffcients")
Signed-off-by: Shikhar Dogra <shidogra@cisco.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/pmbus/adm1275.c