]> git.proxmox.com Git - mirror_qemu.git/commit
hw/i2c: pmbus: immediately clear faults on request
authorTitus Rwantare <titusr@google.com>
Mon, 23 Oct 2023 23:46:46 +0000 (23:46 +0000)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 7 Nov 2023 12:08:49 +0000 (13:08 +0100)
commit84db503e7c260ace0cf7267379955bbae77e85a4
tree3f26ff33c9055eb8da987e81fb6264d2480d1487
parent5861f5abf408a4d9c03a827869bc42d2aae8976b
hw/i2c: pmbus: immediately clear faults on request

The probing process of the generic pmbus driver generates
faults to determine if functions are available. These faults
were not always cleared resulting in probe failures.

Reviewed-by: Patrick Venture <venture@google.com>
Signed-off-by: Titus Rwantare <titusr@google.com>
Message-ID: <20231023-staging-pmbus-v3-v4-7-07a8cb7cd20a@google.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/i2c/pmbus_device.c