Changeset 3690
- Timestamp:
- 08/18/02 04:19:12 (11 years ago)
- Location:
- i2c/trunk
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
kernel/i2c-id.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
i2c/trunk/CHANGES
r3689 r3690 32 32 module level and renamed to irq_driver_lock to avoid conflict with 33 33 driver_lock semaphore in i2c-core. 34 i2c-id.h: Add driver IDs for MPC824X 34 35 35 36 2.6.4 (20020719) -
i2c/trunk/kernel/i2c-id.h
r3671 r3690 162 162 #define I2C_ALGO_IIC 0x080000 /* ITE IIC bus */ 163 163 #define I2C_ALGO_SAA7134 0x090000 164 #define I2C_ALGO_MPC824X 0x0a0000 /* Motorola 8240 / 8245 */ 164 165 #define I2C_ALGO_EC 0x100000 /* ACPI embedded controller */ 165 166 … … 207 208 #define I2C_HW_ACPI_EC 0x00 208 209 210 /* --- MPC824x PowerPC adapters */ 211 #define I2C_HW_MPC824X 0x00 /* Motorola 8240 / 8245 */ 212 209 213 /* --- MPC8xx PowerPC adapters */ 210 214 #define I2C_HW_MPC8XX_EPON 0x00 /* Eponymous MPC8xx I2C adapter */
