Changeset 5362
- Timestamp:
- 10/19/08 11:50:16 (5 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
kernel/include/i2c-dev.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r5359 r5362 3 3 4 4 SVN-HEAD 5 File i2c-dev.h: Drop I2C_FUNC_SMBUS_*I2C_BLOCK_2 defines 5 6 Library: Avoid namespace pollution 6 7 Add support for the IT8720F chip -
lm-sensors/trunk/kernel/include/i2c-dev.h
r4950 r5362 67 67 #define I2C_FUNC_SMBUS_READ_I2C_BLOCK 0x04000000 /* I2C-like block xfer */ 68 68 #define I2C_FUNC_SMBUS_WRITE_I2C_BLOCK 0x08000000 /* w/ 1-byte reg. addr. */ 69 #define I2C_FUNC_SMBUS_READ_I2C_BLOCK_2 0x10000000 /* I2C-like block xfer */70 #define I2C_FUNC_SMBUS_WRITE_I2C_BLOCK_2 0x20000000 /* w/ 2-byte reg. addr. */71 69 72 70 #define I2C_FUNC_SMBUS_BYTE (I2C_FUNC_SMBUS_READ_BYTE | \ … … 80 78 #define I2C_FUNC_SMBUS_I2C_BLOCK (I2C_FUNC_SMBUS_READ_I2C_BLOCK | \ 81 79 I2C_FUNC_SMBUS_WRITE_I2C_BLOCK) 82 #define I2C_FUNC_SMBUS_I2C_BLOCK_2 (I2C_FUNC_SMBUS_READ_I2C_BLOCK_2 | \83 I2C_FUNC_SMBUS_WRITE_I2C_BLOCK_2)84 80 85 81 /* Old name, for compatibility */
