commit | 6d44e43f225f96eea2e610f87070718032ad8aaa | [log] [tgz] |
---|---|---|
author | Amy Shih <amy.shih@advantech.com.tw> | Tue May 12 02:25:23 2020 +0000 |
committer | Guenter Roeck <linux@roeck-us.net> | Wed May 13 07:23:11 2020 -0700 |
tree | 544a2fcdb4eca4ac6c68bf17731fce846cf3fc7f | |
parent | bcb543cc3d4034da3f3fd8bc4296a26dfeadf47d [diff] |
hwmon: (nct7904) Read all SMI status registers in probe function When nct7904 power up, it compares current sensor readings against the default threshold immediately. This results in false alarms on startup. Read all SMI status registers in probe function to clear the alarms. Signed-off-by: Amy Shih <amy.shih@advantech.com.tw> [groeck: Reworded description] Signed-off-by: Guenter Roeck <linux@roeck-us.net>