Changeset 3690

Show
Ignore:
Timestamp:
08/18/02 04:19:12 (11 years ago)
Author:
mds
Message:

MPC824X ID's

Location:
i2c/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • i2c/trunk/CHANGES

    r3689 r3690  
    3232           module level and renamed to irq_driver_lock to avoid conflict with 
    3333           driver_lock semaphore in i2c-core. 
     34  i2c-id.h: Add driver IDs for MPC824X 
    3435 
    35362.6.4 (20020719) 
  • i2c/trunk/kernel/i2c-id.h

    r3671 r3690  
    162162#define I2C_ALGO_IIC    0x080000        /* ITE IIC bus */ 
    163163#define I2C_ALGO_SAA7134 0x090000 
     164#define I2C_ALGO_MPC824X 0x0a0000       /* Motorola 8240 / 8245         */ 
    164165#define I2C_ALGO_EC     0x100000        /* ACPI embedded controller     */ 
    165166 
     
    207208#define I2C_HW_ACPI_EC          0x00 
    208209 
     210/* --- MPC824x PowerPC adapters                                         */ 
     211#define I2C_HW_MPC824X 0x00     /* Motorola 8240 / 8245                 */ 
     212 
    209213/* --- MPC8xx PowerPC adapters                                          */ 
    210214#define I2C_HW_MPC8XX_EPON 0x00 /* Eponymous MPC8xx I2C adapter         */