diff mbox series

i2c: Update i2c_msg documentation to clarify write

Message ID 20250218131039.1344-1-viswanathiyyappan@gmail.com
State New
Headers show
Series i2c: Update i2c_msg documentation to clarify write | expand

Commit Message

Viswanath Feb. 18, 2025, 1:10 p.m. UTC
Update I2C_M_RD Documentation to clarify that not setting it
signals a i2c_write

Signed-off-by: Viswanath <viswanathiyyappan@gmail.com>
---
 include/uapi/linux/i2c.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/include/uapi/linux/i2c.h b/include/uapi/linux/i2c.h
index aa751389de07..07cc80e9e854 100644
--- a/include/uapi/linux/i2c.h
+++ b/include/uapi/linux/i2c.h
@@ -21,7 +21,8 @@ 
  *
  * @flags:
  *   Supported by all adapters:
- *   %I2C_M_RD: read data (from slave to master). Guaranteed to be 0x0001!
+ *   %I2C_M_RD: read data (from slave to master). Guaranteed to be 0x0001! If
+ *   not set, the action is taken to be write data (from slave to master).
  *
  *   Optional:
  *   %I2C_M_DMA_SAFE: the buffer of this message is DMA safe. Makes sense only