Changeset 3785

Show
Ignore:
Timestamp:
05/26/03 23:30:04 (5 years ago)
Author:
mds
Message:

IOP3XX ID requested by Peter Milne <peterm@remware.demon.co.uk>

Files:

Legend:

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

    r3783 r3785  
    2424           Interface subject to change. 
    2525  i2c-id.h: add IDs for i2c-algo-biths, W83627HF, LM85, nForce2, OMAHA, GUIDE, 
    26             MPC107, IXP2000, IXP425 
     26            MPC107, IXP2000, IXP425, IOP3XX 
    2727  i2c-proc.c: Fix ignore and probe tests 
    2828  i2c.h: Add fields for detailed delivery report in i2c_msg. 
  • i2c/trunk/kernel/i2c-id.h

    r3783 r3785  
    179179#define I2C_ALGO_OCP    0x120000        /* IBM or otherwise On-chip I2C algorithm */ 
    180180#define I2C_ALGO_BITHS  0x130000        /* enhanced bit style adapters  */ 
     181#define I2C_ALGO_OCP_IOP3XX  0x140000   /* XSCALE IOP3XX On-chip I2C alg */ 
    181182 
    182183#define I2C_ALGO_EXP    0x800000        /* experimental                 */ 
     
    237238#define I2C_HW_OCP 0x00 /* IBM on-chip I2C adapter      */ 
    238239 
     240/* --- XSCALE on-chip adapters                          */ 
     241#define I2C_HW_IOP321 0x00 
    239242 
    240243/* --- SMBus only adapters                                              */