Skip to content

Commit cee807c

Browse files
Wolfram Sangwsakernel
authored andcommitted
Documentation: i2c: dev: 'block process call' is supported
And it has been for a while (since 2012 at least), only it was not documented. Add it. Signed-off-by: Wolfram Sang <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
1 parent 543aa2c commit cee807c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/i2c/dev-interface.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ for details) through the following functions::
159159
__s32 i2c_smbus_read_word_data(int file, __u8 command);
160160
__s32 i2c_smbus_write_word_data(int file, __u8 command, __u16 value);
161161
__s32 i2c_smbus_process_call(int file, __u8 command, __u16 value);
162+
__s32 i2c_smbus_block_process_call(int file, __u8 command, __u8 length,
163+
__u8 *values);
162164
__s32 i2c_smbus_read_block_data(int file, __u8 command, __u8 *values);
163165
__s32 i2c_smbus_write_block_data(int file, __u8 command, __u8 length,
164166
__u8 *values);

0 commit comments

Comments
 (0)