Changeset 5361

Show
Ignore:
Timestamp:
10/19/08 11:47:02 (5 years ago)
Author:
khali
Message:

Drop I2C_FUNC_SMBUS_*I2C_BLOCK_2 defines, as was just done in the
Linux 2.6 kernel.

Location:
i2c-tools/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • i2c-tools/trunk/CHANGES

    r5293 r5361  
    33 
    44SVN 
     5  i2c-dev.h: Drop I2C_FUNC_SMBUS_*I2C_BLOCK_2 defines 
    56  decode-dimms: Add support for little-endian word hexdumps 
    67  decode-vaio: Remove history 
  • i2c-tools/trunk/include/linux/i2c-dev.h

    r5164 r5361  
    6868#define I2C_FUNC_SMBUS_READ_I2C_BLOCK   0x04000000 /* I2C-like block xfer  */ 
    6969#define I2C_FUNC_SMBUS_WRITE_I2C_BLOCK  0x08000000 /* w/ 1-byte reg. addr. */ 
    70 #define I2C_FUNC_SMBUS_READ_I2C_BLOCK_2  0x10000000 /* I2C-like block xfer  */ 
    71 #define I2C_FUNC_SMBUS_WRITE_I2C_BLOCK_2 0x20000000 /* w/ 2-byte reg. addr. */ 
    7270 
    7371#define I2C_FUNC_SMBUS_BYTE (I2C_FUNC_SMBUS_READ_BYTE | \ 
     
    8179#define I2C_FUNC_SMBUS_I2C_BLOCK (I2C_FUNC_SMBUS_READ_I2C_BLOCK | \ 
    8280                                  I2C_FUNC_SMBUS_WRITE_I2C_BLOCK) 
    83 #define I2C_FUNC_SMBUS_I2C_BLOCK_2 (I2C_FUNC_SMBUS_READ_I2C_BLOCK_2 | \ 
    84                                     I2C_FUNC_SMBUS_WRITE_I2C_BLOCK_2) 
    8581 
    8682/* Old name, for compatibility */