19 Mar, 2013
1 commit
-
File lm75.h used to include for SENSORS_LIMIT() but
this function is gone by now. Instead we call clamp_val() so we should
include , where this function is declared.Signed-off-by: Jean Delvare
Reviewed-by: Guenter Roeck
26 Jan, 2013
1 commit
-
SENSORS_LIMIT and the generic clamp_val have the same functionality,
and clamp_val is more efficient.This patch reduces text size by 9052 bytes and bss size by 11624 bytes
for x86_64 builds.Signed-off-by: Guenter Roeck
Acked-by: George Joseph
Acked-by: Jean Delvare
06 Jan, 2012
1 commit
-
Fix checkpatch warnings in lm75.h include file
Signed-off-by: Frans Meulenbroeks
Signed-off-by: Guenter Roeck
15 Aug, 2010
1 commit
-
There is a shutdown feature at suspend it can be enabled to
reduce current consumption and resume it can be switched off.Signed-off-by: Shubhrajyoti Datta
Signed-off-by: Jean Delvare
10 Oct, 2007
1 commit
-
- 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
06 Sep, 2005
1 commit
-
Move SENSORS_LIMIT from i2c-sensor.h to hwmon.h, as it is in no way
related to i2c.Signed-off-by: Jean Delvare
Signed-off-by: Greg Kroah-Hartman
12 Jul, 2005
1 commit
-
Part 2: Move the driver files themselves.
Note that the patch "adds trailing whitespace", because it does move the
files as-is, and some files happen to have trailing whitespace.From: Jean Delvare
Signed-off-by: Greg Kroah-Hartman