- 24 Jan, 2015 4 commits
-
-
Use module_pci_driver to simplify the code a bit. Signed-off-by:
Axel Lin <axel.lin@ingics.com> Reviewed-by:
Guenter Roeck <linux@roeck-us.net> Signed-off-by:
Jean Delvare <jdelvare@suse.de>
-
Jean DELVARE authored
On many motherboards, for an unknown reason, the thermal sensor seems to be disabled and will return a constant temperature value of 36.5 degrees Celsius. Don't bind to the device in that case, so that we don't report this bogus value to userspace. Signed-off-by:
Jean Delvare <jdelvare@suse.de> Cc: Romain Dolbeau <romain@dolbeau.org> Reviewed-by:
Guenter Roeck <linux@roeck-us.net>
-
Jean DELVARE authored
Use devm_hwmon_device_register_with_groups() to simplify the code a bit. Signed-off-by:
Jean Delvare <jdelvare@suse.de> Cc: Romain Dolbeau <romain@dolbeau.org> Reviewed-by:
Guenter Roeck <linux@roeck-us.net>
-
Jean DELVARE authored
The Intel 5500, 5520 and X58 chipsets embed a digital thermal sensor. This new driver supports it. Note that on many boards the sensor seems to be disabled and reports the minimum value (36.5 degrees Celsius) all the time. Signed-off-by:
Jean Delvare <jdelvare@suse.de> Tested-by:
Romain Dolbeau <romain@dolbeau.org> Reviewed-by:
Guenter Roeck <linux@roeck-us.net>
-