Changeset 3783

Show
Ignore:
Timestamp:
05/20/03 04:04:32 (10 years ago)
Author:
mds
Message:

rename IXDP2400 to IXP2000 at request of

dsaxena@…

Location:
i2c/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • i2c/trunk/CHANGES

    r3781 r3783  
    2424           Interface subject to change. 
    2525  i2c-id.h: add IDs for i2c-algo-biths, W83627HF, LM85, nForce2, OMAHA, GUIDE, 
    26             MPC107, IXDP2400, IXP425 
     26            MPC107, IXP2000, IXP425 
    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

    r3781 r3783  
    214214#define I2C_HW_B_OMAHA  0x14    /* Omaha I2C interface (ARM)            */ 
    215215#define I2C_HW_B_GUIDE  0x15    /* Guide bit-basher                     */ 
    216 #define I2C_HW_B_IXDP2400 0x16  /* GPIO on IXDP2400 and similar systems */ 
     216#define I2C_HW_B_IXP2000 0x16   /* GPIO on IXP2000 systems              */ 
    217217#define I2C_HW_B_IXP425 0x17    /* GPIO on IXP425 systems               */ 
    218218