Changeset 3781

Show
Ignore:
Timestamp:
03/17/03 02:49:58 (6 years ago)
Author:
mds
Message:

id's for IXDP2400 and IXP425 for

Deepak Saxena <dsaxena@mvista.com>

Files:

Legend:

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

    r3780 r3781  
    1818----------------------------------------------------------------------------- 
    1919 
    20 2.7.1 (2003????) 
     202.8.0 (2003????) 
    2121  drivers (several): make spinlock_t's static 
    2222  i2c-algo-biths.[ch]: Rewrite of i2c-algo-bit with improved bus timing and 
     
    2424           Interface subject to change. 
    2525  i2c-id.h: add IDs for i2c-algo-biths, W83627HF, LM85, nForce2, OMAHA, GUIDE, 
    26             MPC107 
     26            MPC107, IXDP2400, 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

    r3779 r3781  
    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 */ 
     217#define I2C_HW_B_IXP425 0x17    /* GPIO on IXP425 systems               */ 
    216218 
    217219/* --- PCF 8584 based algorithms                                        */