-
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.
yaml --- r: 163108 b: refs/heads/master c: 2511817 h: refs/heads/master v: v3
- Loading branch information
Linus Torvalds
committed
Sep 18, 2009
1 parent
511bb2e
commit 86d7b7a
Showing
723 changed files
with
26,342 additions
and
11,467 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: 56fcad29d4b3cbcbb2ed47a9d3ceca3f57175417 | ||
refs/heads/master: 2511817cf9b1cf2506f47e20bb128e2da231c150 |
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 |
---|---|---|
|
@@ -152,7 +152,6 @@ piggy.gz | |
piggyback | ||
pnmtologo | ||
ppc_defs.h* | ||
promcon_tbl.c | ||
pss_boot.h | ||
qconf | ||
raid6altivec*.c | ||
|
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,36 @@ | ||
Kernel driver tmp421 | ||
==================== | ||
|
||
Supported chips: | ||
* Texas Instruments TMP421 | ||
Prefix: 'tmp421' | ||
Addresses scanned: I2C 0x2a, 0x4c, 0x4d, 0x4e and 0x4f | ||
Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp421.html | ||
* Texas Instruments TMP422 | ||
Prefix: 'tmp422' | ||
Addresses scanned: I2C 0x2a, 0x4c, 0x4d, 0x4e and 0x4f | ||
Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp421.html | ||
* Texas Instruments TMP423 | ||
Prefix: 'tmp423' | ||
Addresses scanned: I2C 0x2a, 0x4c, 0x4d, 0x4e and 0x4f | ||
Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp421.html | ||
|
||
Authors: | ||
Andre Prendel <andre.prendel@gmx.de> | ||
|
||
Description | ||
----------- | ||
|
||
This driver implements support for Texas Instruments TMP421, TMP422 | ||
and TMP423 temperature sensor chips. These chips implement one local | ||
and up to one (TMP421), up to two (TMP422) or up to three (TMP423) | ||
remote sensors. Temperature is measured in degrees Celsius. The chips | ||
are wired over I2C/SMBus and specified over a temperature range of -40 | ||
to +125 degrees Celsius. Resolution for both the local and remote | ||
channels is 0.0625 degree C. | ||
|
||
The chips support only temperature measurement. The driver exports | ||
the temperature values via the following sysfs files: | ||
|
||
temp[1-4]_input | ||
temp[2-4]_fault |
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.