summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-10-07 08:00:39 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-10-07 08:00:39 +0200
commita293dc2753433f8052f9471b2d0cc19f01c50739 (patch)
tree87b5f801fabc6c59c439598bb1067086a8acb238 /include
parent01f37a992fa54669c01674d61ade04e0e50464b1 (diff)
parentfc15b013b340771d97b417ebefce063f6d025106 (diff)
downloadbarebox-a293dc2753433f8052f9471b2d0cc19f01c50739.tar.gz
barebox-a293dc2753433f8052f9471b2d0cc19f01c50739.tar.xz
Merge branch 'for-next/omap'
Diffstat (limited to 'include')
-rw-r--r--include/i2c/i2c.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/i2c/i2c.h b/include/i2c/i2c.h
index 46185ac921..81e5daa200 100644
--- a/include/i2c/i2c.h
+++ b/include/i2c/i2c.h
@@ -36,6 +36,7 @@ struct i2c_platform_data {
#define I2C_M_DATA_ONLY 0x0002 /* transfer data bytes only */
#define I2C_M_TEN 0x0010 /* this is a ten bit chip address */
#define I2C_M_IGNORE_NAK 0x1000 /* if I2C_FUNC_PROTOCOL_MANGLING */
+#define I2C_M_STOP 0x8000 /* if I2C_FUNC_PROTOCOL_MANGLING */
/**
* struct i2c_msg - an I2C transaction segment beginning with START