]> www.infradead.org Git - users/dwmw2/linux.git/commit
hwmon: (pmbus/core) allow drivers to override WRITE_PROTECT
authorJerome Brunet <jbrunet@baylibre.com>
Tue, 5 Nov 2024 17:58:39 +0000 (18:58 +0100)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 12 Nov 2024 21:54:39 +0000 (13:54 -0800)
commit7a750b3986b7910711a5525dde0c84b541e72746
treedf7ef1f7b865389b741dbd6dbbd946379903ac3e
parent544177f20be2eebc7dd2a55feaf186ac68acc22d
hwmon: (pmbus/core) allow drivers to override WRITE_PROTECT

Use _pmbus_read_byte_data() rather than calling smbus directly to check
the write protection status. This give a chance to device implementing
write protection differently to report back on the actual write protection
status.

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Message-ID: <20241105-tps25990-v4-2-0e312ac70b62@baylibre.com>
[groeck: Fix page parameter of _pmbus_read_byte_data()]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/pmbus/pmbus_core.c