diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2024-11-05 20:58:42 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2024-11-13 00:54:55 +0300 |
commit | 509c3a362675bc995771df74d545548f98e37621 (patch) | |
tree | 7801127aea8c33361cf1f779fea41ca605ee8908 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 7a750b3986b7910711a5525dde0c84b541e72746 (diff) | |
download | linux-509c3a362675bc995771df74d545548f98e37621.tar.xz |
hwmon: (pmbus/core) clear faults after setting smbalert mask
pmbus_write_smbalert_mask() ignores the errors if the chip can't set
smbalert mask the standard way. It is not necessarily a problem for the irq
support if the chip is otherwise properly setup but it may leave an
uncleared fault behind.
pmbus_core will pick the fault on the next register_check(). The register
check will fails regardless of the actual register support by the chip.
This leads to missing attributes or debugfs entries for chips that should
provide them.
We cannot rely on register_check() as PMBUS_SMBALERT_MASK may be read-only.
Unconditionally clear the page fault after setting PMBUS_SMBALERT_MASK to
avoid the problem.
Suggested-by: Guenter Roeck <linux@roeck-us.net>
Fixes: 221819ca4c36 ("hwmon: (pmbus/core) Add interrupt support")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Message-ID: <20241105-tps25990-v4-5-0e312ac70b62@baylibre.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions