-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Linus Torvalds
committed
May 28, 2010
1 parent
37f6d37
commit 6b1d2d5
Showing
129 changed files
with
6,832 additions
and
3,620 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 4ec37de89d8c758ee8115e0e64b3f994910789ee | ||
refs/heads/master: 9dda696f0de87a2e5cfabb147e28c76b7d3c6846 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Kernel driver tmp102 | ||
==================== | ||
|
||
Supported chips: | ||
* Texas Instruments TMP102 | ||
Prefix: 'tmp102' | ||
Addresses scanned: none | ||
Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp102.html | ||
|
||
Author: | ||
Steven King <sfking@fdwdc.com> | ||
|
||
Description | ||
----------- | ||
|
||
The Texas Instruments TMP102 implements one temperature sensor. Limits can be | ||
set through the Overtemperature Shutdown register and Hysteresis register. The | ||
sensor is accurate to 0.5 degree over the range of -25 to +85 C, and to 1.0 | ||
degree from -40 to +125 C. Resolution of the sensor is 0.0625 degree. The | ||
operating temperature has a minimum of -55 C and a maximum of +150 C. | ||
|
||
The TMP102 has a programmable update rate that can select between 8, 4, 1, and | ||
0.5 Hz. (Currently the driver only supports the default of 4 Hz). | ||
|
||
The driver provides the common sysfs-interface for temperatures (see | ||
Documentation/hwmon/sysfs-interface under Temperatures). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.