aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/i2c/summary
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2015-03-23 04:26:37 -0400
committerWolfram Sang <wsa@the-dreams.de>2015-03-27 11:53:39 -0400
commit7c6037508357b553670a713ec537b8a76941b952 (patch)
tree1e7a3bdb8d7740c9798efc2d3c2bbb2a3b29a722 /Documentation/i2c/summary
parent5b77d162a3d7359a8a8d83776720da065bf4e77b (diff)
Documentation: i2c: describe the new slave mode
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'Documentation/i2c/summary')
-rw-r--r--Documentation/i2c/summary4
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/i2c/summary b/Documentation/i2c/summary
index 13ab076dcd92..809541ab352f 100644
--- a/Documentation/i2c/summary
+++ b/Documentation/i2c/summary
@@ -41,7 +41,3 @@ integrated than Algorithm and Adapter.
41 41
42For a given configuration, you will need a driver for your I2C bus, and 42For a given configuration, you will need a driver for your I2C bus, and
43drivers for your I2C devices (usually one driver for each device). 43drivers for your I2C devices (usually one driver for each device).
44
45At this time, Linux only operates I2C (or SMBus) in master mode; you can't
46use these APIs to make a Linux system behave as a slave/device, either to
47speak a custom protocol or to emulate some other device.