]> git.baikalelectronics.ru Git - kernel.git/commit
hwmon: (pmbus) Detect if chip is write protected
authorGuenter Roeck <linux@roeck-us.net>
Thu, 12 Dec 2019 17:14:34 +0000 (09:14 -0800)
committerGuenter Roeck <linux@roeck-us.net>
Thu, 23 Jan 2020 21:15:09 +0000 (13:15 -0800)
commitf04c3c7672541315cce9c89e06152f216b6a5b16
treed601b417d40bbec1760081188efbdf08e115e20e
parent48f26bb96d53c1d843481d39069d46e11d751e3e
hwmon: (pmbus) Detect if chip is write protected

If a chip is write protected, we can not change any limits, and we can
not clear status flags. This may be the reason why clearing status flags
is reported to not work for some chips. Detect the condition in the pmbus
core. If the chip is write protected, set limit attributes as read-only,
and set the flag indicating that the status flag should be ignored.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/pmbus/pmbus.h
drivers/hwmon/pmbus/pmbus_core.c
include/linux/pmbus.h