diff options
| author | Jean Delvare <khali@linux-fr.org> | 2005-07-02 18:52:48 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-07-11 14:47:41 -0700 |
| commit | ede7fbdf526c314850c9f32dd8da1753bf8d0ad5 (patch) | |
| tree | 2f1fefa6f6df58f5c27bf98bd7df0908e97e44ef /Documentation/i2c/chips/lm77 | |
| parent | 8d5d45fb14680326f833295f2316a4ec5e357220 (diff) | |
| download | linux-ede7fbdf526c314850c9f32dd8da1753bf8d0ad5.tar.bz2 | |
[PATCH] I2C: Move hwmon drivers (3/3)
Part 3: Move the drivers documentation, plus two general documentation
files.
Note that the patch "adds trailing whitespace", because it does move the
files as-is, and some files happen to have trailing whitespace.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation/i2c/chips/lm77')
| -rw-r--r-- | Documentation/i2c/chips/lm77 | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Documentation/i2c/chips/lm77 b/Documentation/i2c/chips/lm77 deleted file mode 100644 index 57c3a46d6370..000000000000 --- a/Documentation/i2c/chips/lm77 +++ /dev/null @@ -1,22 +0,0 @@ -Kernel driver lm77 -================== - -Supported chips: - * National Semiconductor LM77 - Prefix: 'lm77' - Addresses scanned: I2C 0x48 - 0x4b - Datasheet: Publicly available at the National Semiconductor website - http://www.national.com/ - -Author: Andras BALI <drewie@freemail.hu> - -Description ------------ - -The LM77 implements one temperature sensor. The temperature -sensor incorporates a band-gap type temperature sensor, -10-bit ADC, and a digital comparator with user-programmable upper -and lower limit values. - -Limits can be set through the Overtemperature Shutdown register and -Hysteresis register. |