]> git.ipfire.org Git - thirdparty/linux.git/commit
hwmon: (pmbus/core) Add support for NVIDIA nvidia195mv mode
authorAshish Yadav <ashish.yadav@infineon.com>
Mon, 23 Feb 2026 05:08:03 +0000 (10:38 +0530)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 31 Mar 2026 02:45:05 +0000 (19:45 -0700)
commit969a4ec86ca5fbd9952d5262b5a63ff434ccd63b
tree21c9f2154433fb2a593cf3e96c17f190c088e482
parent4c9d861b423b488312327728532b7ea7a2b8fb5c
hwmon: (pmbus/core) Add support for NVIDIA nvidia195mv mode

Extend the PMBus core vrm_version handling to support NVIDIA nvidia195mv
VID mode. This adds a new VRM/VID encoding type and the corresponding
voltage conversion logic so devices reporting nvidia195mv can have their
VOUT/VID values interpreted correctly by the hwmon PMBus core.

Signed-off-by: Ashish Yadav <ashish.yadav@infineon.com>
Link: https://lore.kernel.org/r/20260223050804.4287-3-Ashish.Yadav@infineon.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/pmbus/pmbus.h
drivers/hwmon/pmbus/pmbus_core.c