Changeset 3781
- Timestamp:
- 03/17/03 02:49:58 (6 years ago)
- Files:
-
- i2c/trunk/CHANGES (modified) (2 diffs)
- i2c/trunk/kernel/i2c-id.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
i2c/trunk/CHANGES
r3780 r3781 18 18 ----------------------------------------------------------------------------- 19 19 20 2. 7.1(2003????)20 2.8.0 (2003????) 21 21 drivers (several): make spinlock_t's static 22 22 i2c-algo-biths.[ch]: Rewrite of i2c-algo-bit with improved bus timing and … … 24 24 Interface subject to change. 25 25 i2c-id.h: add IDs for i2c-algo-biths, W83627HF, LM85, nForce2, OMAHA, GUIDE, 26 MPC107 26 MPC107, IXDP2400, IXP425 27 27 i2c-proc.c: Fix ignore and probe tests 28 28 i2c.h: Add fields for detailed delivery report in i2c_msg. i2c/trunk/kernel/i2c-id.h
r3779 r3781 214 214 #define I2C_HW_B_OMAHA 0x14 /* Omaha I2C interface (ARM) */ 215 215 #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 */ 216 218 217 219 /* --- PCF 8584 based algorithms */
