Changeset 3132

Show
Ignore:
Timestamp:
10/24/05 19:22:25 (3 years ago)
Author:
khali
Message:

Mention the SMSC LPC47M997.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/doc/chips/SUMMARY

    r3130 r3132  
    208208 
    209209smsc47m1 
     210        (all are reported as a "smsc47m1") 
    210211        smsc47b27x      -       -       2       2       no      yes (LPC) 
    211212        smsc47m10x      -       -       2       2       no      yes (LPC) 
     
    214215        smsc47m15x      -       -       2       2       no      yes (LPC) 
    215216        smsc47m192      -       -       2       2       no      yes (LPC) 
     217        smsc47m997      -       -       2       2       no      yes (LPC) 
    216218 
    217219thmc50 
  • lm-sensors/trunk/doc/chips/smsc47m1

    r3007 r3132  
    1515        http://www.smsc.com/main/tools/discontinued/47m15x.pdf 
    1616        http://www.smsc.com/main/datasheets/47m192.pdf 
     17  * SMSC LPC47M997 
     18    Addresses scanned: none, address read from Super I/O config space 
     19    Prefix: 'smsc47m1' 
     20    Datasheet: none 
    1721 
    1822Authors: Mark D. Studebaker <mdsxyz123@yahoo.com> 
     
    4044block is not supported by the driver. 
    4145 
     46No documentation is available for the 47M997, but it has the same device 
     47ID as the 47M15x and 47M192 chips and seems to be compatible therewith. 
     48 
    4249Fan rotation speeds are reported in RPM (rotations per minute). An alarm is 
    4350triggered if the rotation speed has dropped below a programmable limit. Fan  
  • lm-sensors/trunk/kernel/chips/smsc47m1.c

    r3044 r3132  
    8686 * The 47M15x and 47M192 chips "with hardware monitoring block" 
    8787 * can do much more besides (device id 0x60). 
     88 * The LPC47M997 is undocumented, but seems to be compatible with 
     89 * the LPC47M192, and has the same device id. 
    8890 */ 
    8991#define SMSC_DEVID_MATCH(id) ((id) == 0x51 || (id) == 0x59 || (id) == 0x5F || (id) == 0x60) 
  • lm-sensors/trunk/prog/detect/sensors-detect

    r3122 r3132  
    14641464     }, 
    14651465     { 
    1466        name => "SMSC LPC47M15x or LPC47M192", 
     1466       name => "SMSC LPC47M15x, LPC47M192 or LPC47M997", 
    14671467       driver => "to-be-written", 
    14681468       i2c_addrs => [0x2c..0x2d], 
     
    17221722      }, 
    17231723      { 
    1724         name => "SMSC 47M15x/192 Super IO Fan Sensors", 
     1724        name => "SMSC 47M15x/192/997 Super IO Fan Sensors", 
    17251725        driver => "smsc47m1", 
    17261726        devid => 0x60,