commit | d1a284b7ed8124599e3b747fb2b86311761fb609 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Wed Nov 13 12:46:20 2013 -0800 |
committer | Guenter Roeck <linux@roeck-us.net> | Mon Nov 18 14:08:05 2013 -0800 |
tree | ddfeb2aa9433881516d15442d9843404ebee5717 | |
parent | c98d6c65e6e6bd24a12174fff6ca4990d346de5d [diff] |
hwmon: (nct6775) Monitor additional temperature registers The number of SMIOVT registers on NCT6779 and NCT6791 is limited to 2. As result, the driver may not report some of the temperatures used for fan control. This can result in some of the pwmX_temp_sel or pwm2_weight_temp_sel attributes to wrongly return 0. Fortunately, the chip has registers to monitor those temperatures. Add them to the list of temperatures to report. Signed-off-by: Guenter Roeck <linux@roeck-us.net>