diff options
author | Lakshmi Yadlapati <lakshmiy@us.ibm.com> | 2023-10-26 23:43:46 -0500 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2023-10-28 09:22:03 -0700 |
commit | 205e0c0577faec05f5a9b92349cfd3454f2b00ec (patch) | |
tree | a8ede931f3c51189f93c457f1dfb1a30075b7866 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 2358151bfb304aedda44348384557c161151bf57 (diff) |
hwmon: (pmbus/max31785) Add delay between bus accesses
The MAX31785 has shown erratic behaviour across multiple system
designs, unexpectedly clock stretching and NAKing transactions.
Experimentation shows that this seems to be triggered by a register access
directly back to back with a previous register write. Experimentation also
shows that inserting a small delay after register writes makes the issue go
away.
Use a similar solution to what the max15301 driver does to solve the same
problem. Create a custom set of bus read and write functions that make sure
that the delay is added.
Signed-off-by: Lakshmi Yadlapati <lakshmiy@us.ibm.com>
Link: https://lore.kernel.org/r/20231027044346.2167548-1-lakshmiy@us.ibm.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions