Searched hist:"16358542 f32f47f372ad48e4cdf61ab245c9f49d" (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/hwmon/ |
H A D | pmbus.rst | diff 16358542f32f47f372ad48e4cdf61ab245c9f49d Tue Jan 14 00:30:14 CET 2020 Guenter Roeck <linux@roeck-us.net> hwmon: (pmbus) Implement multi-phase support
Some PMBus chips support multiple phases, and report telemetry such as input current, output current, or temperature for each phase. Add support for such chips to the PMBus core.
Start with a maximum of 8 phases per page, and assume that supported sensors per phase are similar for all pages. Only support per-phase telemetry attributes, no limits or alarms.
As part of this patch, set the initial page variable to 0xff to ensure that the page is updated when the first page command is issued. Also only issue page commands if the chip supports more than one page.
Cc: Vadim Pasternak <vadimp@mellanox.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
|
/linux/drivers/hwmon/pmbus/ |
H A D | pmbus.h | diff 16358542f32f47f372ad48e4cdf61ab245c9f49d Tue Jan 14 00:30:14 CET 2020 Guenter Roeck <linux@roeck-us.net> hwmon: (pmbus) Implement multi-phase support
Some PMBus chips support multiple phases, and report telemetry such as input current, output current, or temperature for each phase. Add support for such chips to the PMBus core.
Start with a maximum of 8 phases per page, and assume that supported sensors per phase are similar for all pages. Only support per-phase telemetry attributes, no limits or alarms.
As part of this patch, set the initial page variable to 0xff to ensure that the page is updated when the first page command is issued. Also only issue page commands if the chip supports more than one page.
Cc: Vadim Pasternak <vadimp@mellanox.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
|
H A D | pmbus_core.c | diff 16358542f32f47f372ad48e4cdf61ab245c9f49d Tue Jan 14 00:30:14 CET 2020 Guenter Roeck <linux@roeck-us.net> hwmon: (pmbus) Implement multi-phase support
Some PMBus chips support multiple phases, and report telemetry such as input current, output current, or temperature for each phase. Add support for such chips to the PMBus core.
Start with a maximum of 8 phases per page, and assume that supported sensors per phase are similar for all pages. Only support per-phase telemetry attributes, no limits or alarms.
As part of this patch, set the initial page variable to 0xff to ensure that the page is updated when the first page command is issued. Also only issue page commands if the chip supports more than one page.
Cc: Vadim Pasternak <vadimp@mellanox.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
|