Loading include/uapi/linux/i2c.h +2 −1 Original line number Diff line number Diff line Loading @@ -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 transaction is interpreted as write. * * Optional: * %I2C_M_DMA_SAFE: the buffer of this message is DMA safe. Makes only sense Loading Loading
include/uapi/linux/i2c.h +2 −1 Original line number Diff line number Diff line Loading @@ -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 transaction is interpreted as write. * * Optional: * %I2C_M_DMA_SAFE: the buffer of this message is DMA safe. Makes only sense Loading