diff options
author | Mike Jones <michael-a1.jones@analog.com> | 2020-01-28 20:59:59 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2020-02-10 05:41:08 +0300 |
commit | cf2b012c90e74e85d8aea7d67e48868069cfee0c (patch) | |
tree | 9102d3b258d902477490f3e679db56fae6ed9f63 /tools/perf/scripts/python | |
parent | bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9 (diff) | |
download | linux-cf2b012c90e74e85d8aea7d67e48868069cfee0c.tar.xz |
hwmon: (pmbus/ltc2978) Fix PMBus polling of MFR_COMMON definitions.
Change 21537dc driver PMBus polling of MFR_COMMON from bits 5/4 to
bits 6/5. This fixs a LTC297X family bug where polling always returns
not busy even when the part is busy. This fixes a LTC388X and
LTM467X bug where polling used PEND and NOT_IN_TRANS, and BUSY was
not polled, which can lead to NACKing of commands. LTC388X and
LTM467X modules now poll BUSY and PEND, increasing reliability by
eliminating NACKing of commands.
Signed-off-by: Mike Jones <michael-a1.jones@analog.com>
Link: https://lore.kernel.org/r/1580234400-2829-2-git-send-email-michael-a1.jones@analog.com
Fixes: e04d1ce9bbb49 ("hwmon: (ltc2978) Add polling for chips requiring it")
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions