diff mbox series

Documentation: i2c: dev: 'block process call' is supported

Message ID 20200802082122.3863-1-wsa+renesas@sang-engineering.com
State Accepted
Headers show
Series Documentation: i2c: dev: 'block process call' is supported | expand

Commit Message

Wolfram Sang Aug. 2, 2020, 8:21 a.m. UTC
And it has been for a while (since 2012 at least), only it was not
documented. Add it.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 Documentation/i2c/dev-interface.rst | 2 ++
 1 file changed, 2 insertions(+)

Comments

Wolfram Sang Aug. 5, 2020, 9:12 a.m. UTC | #1
On Sun, Aug 02, 2020 at 10:21:22AM +0200, Wolfram Sang wrote:
> And it has been for a while (since 2012 at least), only it was not
> documented. Add it.
> 
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

Applied to for-next, thanks!
diff mbox series

Patch

diff --git a/Documentation/i2c/dev-interface.rst b/Documentation/i2c/dev-interface.rst
index bdb247f2f11a..73ad34849f99 100644
--- a/Documentation/i2c/dev-interface.rst
+++ b/Documentation/i2c/dev-interface.rst
@@ -159,6 +159,8 @@  for details) through the following functions::
   __s32 i2c_smbus_read_word_data(int file, __u8 command);
   __s32 i2c_smbus_write_word_data(int file, __u8 command, __u16 value);
   __s32 i2c_smbus_process_call(int file, __u8 command, __u16 value);
+  __s32 i2c_smbus_block_process_call(int file, __u8 command, __u8 length,
+                                     __u8 *values);
   __s32 i2c_smbus_read_block_data(int file, __u8 command, __u8 *values);
   __s32 i2c_smbus_write_block_data(int file, __u8 command, __u8 length,
                                    __u8 *values);