Changeset 2625

Show
Ignore:
Timestamp:
07/03/04 09:17:52 (9 years ago)
Author:
khali
Message:

The LM77 is not compatible with the LM75.

Location:
lm-sensors/trunk
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/README

    r2588 r2625  
    9696  Microchip TC1068, TCM1617, TCN75 
    9797  Myson MTP008 
    98   National Semiconductor LM75, LM76, LM77, LM78, LM78-J, LM79, 
     98  National Semiconductor LM75, LM76, LM78, LM78-J, LM79, 
    9999                         LM80, LM81, LM83, LM84, LM85, LM87, 
    100100                         LM89, LM90, LM92, LM99, PC87360, 
  • lm-sensors/trunk/TODO

    r2184 r2625  
    9595* gl518sm: Assume that new values are close to old values, so start with 
    9696  trying to use a small range near the old values (already partially done) 
    97 * lm77: Add detection in lm75.c and sensors-detect to distinguish from 
    98   an lm75. Add support for the two new registers. 
    9997* Add MTP006F chip: http://www.myson.com/Pcd/MTP006/Mtp006.pdf 
    10098  gfiala@s.netic.de (Guido Fiala) has one on his mainboard 
  • lm-sensors/trunk/doc/chips/SUMMARY

    r2574 r2625  
    117117        ds1775          1       -       -       -       yes     no 
    118118        tcn75           1       -       -       -       yes     no 
    119         lm77            1       -       -       -       yes     no 
    120119 
    121120lm78 
  • lm-sensors/trunk/doc/chips/lm75

    r1524 r2625  
    88    Prefix: `lm75' 
    99    Addresses scanned: I2C 0x48 - 0x4f (inclusive) 
    10     Datasheet: Publicly available at the National Semiconductor website 
    11                http://www.national.com 
    12   * National Semiconductor LM77 
    13     Prefix: `lm75' 
    14     Addresses scanned: I2C 0x48 - 0x4b (inclusive) 
    1510    Datasheet: Publicly available at the National Semiconductor website 
    1611               http://www.national.com 
     
    7065the temperature of the processor(s). 
    7166 
    72 The LM77 is supported as well. It is not distinguished from an LM75 
    73 and the two additional registers in the LM77 are not supported. 
    74 The prefix in the /proc directory is still 'lm75'. 
    75  
    7667The DS75 and DS1775 are supported as well. 
    7768They are not distinguished from an LM75. While these chips 
     
    8172 
    8273The TCN75 is supported as well, and is not distinguished from an LM75. 
     74 
     75The LM77 is not supported, contrary to what we pretended for a long time. 
     76Both chips are simply not compatible, value encoding differs. 
     77 
    8378 
    8479Chip Features 
  • lm-sensors/trunk/mkpatch/mkpatch.pl

    r2471 r2625  
    425425CONFIG_SENSORS_LM75  
    426426  If you say yes here you get support for National Semiconductor LM75 
    427   sensor chips and clones: Dallas Semi DS75 and DS1775, TelCon 
    428   TCN75, and National Semi LM77. This can also be built as a module which 
    429   can be inserted and removed while the kernel is running. 
     427  sensor chips and clones: Dallas Semi DS75 and DS1775, and TelCon 
     428  TCN75. This can also be built as a module which can be inserted and 
     429  removed while the kernel is running. 
    430430 
    431431  You will also need the latest user-space utilties: you can find them