]> www.infradead.org Git - users/jedix/linux-maple.git/commit
hwmon: (max1619) Mask valid alarm bits
authorGuenter Roeck <linux@roeck-us.net>
Sun, 28 Jul 2024 14:09:54 +0000 (07:09 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 31 Jul 2024 17:43:53 +0000 (10:43 -0700)
commit02c3c4e7026b307a220132b59758432b6e7a0cac
tree0ba2ebb9a0aa845a7ccdb45140f962e42175b84f
parent216147e624638fbcd64ed1014916138733b01653
hwmon: (max1619) Mask valid alarm bits

Bit 0, 5, and 6 in the status register are reserved and, if set, do not
indicate an alarm. Bit 7 is the 'busy' bit and also does not indicate
an alarm. Mask the non-alarm bits to avoid reporting them to userspace.

Cc: Tzung-Bi Shih <tzungbi@kernel.org>
Reviewed-by: Tzung-Bi Shih <tzungbi@kernel.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/max1619.c