]> asedeno.scripts.mit.edu Git - linux.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)
commit9e347728c4fe0f0661194243384ac9f61d7a5c73
treed601b417d40bbec1760081188efbdf08e115e20e
parentd21ed22ba7b110746315dff56f62d76352ac5437
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