Changeset 3779

Show
Ignore:
Timestamp:
02/25/03 03:55:18 (6 years ago)
Author:
mds
Message:

add MPC107 ID for

Adrian Cox adrian@humboldt.co.uk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • i2c/trunk/CHANGES

    r3778 r3779  
    2323           error handling. This is not a drop-in replacement for i2c-algo-bit. 
    2424           Interface subject to change. 
    25   i2c-id.h: ID for i2c-algo-biths, W83627HF, LM85, nForce2, OMAHA, GUIDE 
     25  i2c-id.h: add IDs for i2c-algo-biths, W83627HF, LM85, nForce2, OMAHA, GUIDE, 
     26            MPC107 
    2627  i2c.h: Add fields for detailed delivery report in i2c_msg. 
    2728 
  • i2c/trunk/kernel/i2c-id.h

    r3778 r3779  
    173173#define I2C_ALGO_IPMI   0x0b0000        /* IPMI dummy adapter */ 
    174174#define I2C_ALGO_IPMB   0x0c0000        /* IPMB adapter */ 
     175#define I2C_ALGO_MPC107 0x0d0000 
    175176#define I2C_ALGO_EC     0x100000        /* ACPI embedded controller     */ 
    176177 
     
    259260#define I2C_HW_IPMB 0x00 
    260261 
     262/* --- MCP107 adapter */ 
     263#define I2C_HW_MPC107 0x00 
     264 
    261265#endif /* LINUX_I2C_ID_H */