]> www.infradead.org Git - users/hch/xfs.git/commit
hwmon: (max6697) Fix swapped temp{1,8} critical alarms
authorGuenter Roeck <linux@roeck-us.net>
Sat, 13 Jul 2024 19:03:53 +0000 (12:03 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 14 Jul 2024 18:49:01 +0000 (11:49 -0700)
commit1ea3fd1eb9869fcdcbc9c68f9728bfc47b9503f1
tree0b5ca93cfe3fc7149cd16b1d50f3b6376e74e85e
parentcbf7467828cd4ec7ceac7a8b5b5ddb2f69f07b0e
hwmon: (max6697) Fix swapped temp{1,8} critical alarms

The critical alarm bit for the local temperature sensor (temp1) is in
bit 7 of register 0x45 (not bit 6), and the critical alarm bit for remote
temperature sensor 7 (temp8) is in bit 6 (not bit 7).

This only affects MAX6581 since all other chips supported by this driver
do not support those critical alarms.

Fixes: 5372d2d71c46 ("hwmon: Driver for Maxim MAX6697 and compatibles")
Reviewed-by: Tzung-Bi Shih <tzungbi@kernel.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/max6697.c