diff options
author | Jean Delvare <[email protected]> | 2011-03-21 17:59:36 +0100 |
---|---|---|
committer | Jean Delvare <[email protected]> | 2011-03-21 17:59:36 +0100 |
commit | e76f67b5babc65cd620d395a1fd231409808df90 (patch) | |
tree | a5af03c47fd02f83e1a35f75a4efaf1a1f6fe5b6 /tools/perf/util/trace-event-scripting.c | |
parent | 05e82fe40faee8499b4e3ba12fddaaf013d84203 (diff) |
hwmon: (lm75) Speed up detection
Make the LM75/LM75A device detection faster:
* Don't read the current temperature value when we don't use it.
* Check for unused bits in the configuration register as soon as we
have read its value.
* Don't use word reads, not all devices support this, and some which
don't misbehave when you try.
* Check for cycling register values every 40 register addresses
instead of every 8, it's 5 times faster and just as efficient.
Some of these improvements come straight from the user-space
sensors-detect script, so both detection routines are in line now.
Signed-off-by: Jean Delvare <[email protected]>
Cc: Len Sorensen <[email protected]>
Acked-by: Guenter Roeck <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions