17 Jul, 2008
1 commit
-
The new-style lm93 driver implements the optional detect() callback
to cover the use cases of the legacy driver.Signed-off-by: Jean Delvare
Cc: Mark M. Hoffman
Cc: Eric J. Bowersox
Cc: Carsten Emde
Cc: Hans J. Koch
19 Feb, 2008
1 commit
-
Signed-off-by: Mark M. Hoffman
10 Oct, 2007
3 commits
-
The lm93 driver doesn't follow the standard naming convention for its
vid files. Fix this so that libsensors will pick them.Signed-off-by: Jean Delvare
Acked-by: Hans J. Koch
Signed-off-by: Mark M. Hoffman -
Convert from class_device to device for hwmon_device_register/unregister
Signed-off-by: Tony Jones
Signed-off-by: Greg Kroah-Hartman
Signed-off-by: Kay Sievers
Signed-off-by: Mark M. Hoffman -
- replace differing temperature variable types by long
- use strtol() instead of strtoul() for conversionSigned-off-by: Christian Hohnstaedt
Acked-by: Jean Delvare
Signed-off-by: Mark M. Hoffman
31 Jul, 2007
1 commit
-
This fixes an array overflow bug. We have 4 pairs of min/max temperature
limits, not 3.Signed-off-by: Hans J. Koch
Acked-by: Jean Delvare
Signed-off-by: Mark M. Hoffman
20 Jul, 2007
1 commit
-
This patch adds support for the LM93 hardware monitoring chip.
Signed-off-by: Hans J. Koch
Signed-off-by: Mark M. Hoffman