Changeset 3785
- Timestamp:
- 05/26/03 23:30:04 (5 years ago)
- Files:
-
- i2c/trunk/CHANGES (modified) (1 diff)
- i2c/trunk/kernel/i2c-id.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
i2c/trunk/CHANGES
r3783 r3785 24 24 Interface subject to change. 25 25 i2c-id.h: add IDs for i2c-algo-biths, W83627HF, LM85, nForce2, OMAHA, GUIDE, 26 MPC107, IXP2000, IXP425 26 MPC107, IXP2000, IXP425, IOP3XX 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
r3783 r3785 179 179 #define I2C_ALGO_OCP 0x120000 /* IBM or otherwise On-chip I2C algorithm */ 180 180 #define I2C_ALGO_BITHS 0x130000 /* enhanced bit style adapters */ 181 #define I2C_ALGO_OCP_IOP3XX 0x140000 /* XSCALE IOP3XX On-chip I2C alg */ 181 182 182 183 #define I2C_ALGO_EXP 0x800000 /* experimental */ … … 237 238 #define I2C_HW_OCP 0x00 /* IBM on-chip I2C adapter */ 238 239 240 /* --- XSCALE on-chip adapters */ 241 #define I2C_HW_IOP321 0x00 239 242 240 243 /* --- SMBus only adapters */
