Home
last modified time | relevance | path

Searched hist:c2a338c9395eb843a9a11a2385f4b00cd0978494 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hwmon/pmbus/
H A Dfsp-3y.cdiff c2a338c9395eb843a9a11a2385f4b00cd0978494 Thu May 13 22:11:10 CEST 2021 Václav Kubernát <kubernat@cesnet.cz> hwmon: (pmbus/fsp-3y) Fix FSP-3Y YH-5151E VOUT

After testing new YH-5151E devices, we found out that not all YH-5151E
work the same. The newly tested devices actually report vout correctly
in linear16 (even though they're still YH-5151E). We suspect that it is
because these new devices have a different firmware version, but that is
unconfirmed. The version cannot be queried through PMBus.

The compliant versions of YH-5151E report VOUT_MODE normally, so we turn
on the linear11 workaround only if VOUT_MODE doesn't report anything.

Signed-off-by: Václav Kubernát <kubernat@cesnet.cz>
Link: https://lore.kernel.org/r/20210513201110.313523-1-kubernat@cesnet.cz
Signed-off-by: Guenter Roeck <linux@roeck-us.net>