summaryrefslogtreecommitdiff
path: root/Documentation/i2c/summary
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2015-03-23 09:26:37 +0100
committerWolfram Sang <wsa@the-dreams.de>2015-03-27 16:53:39 +0100
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.
For a given configuration, you will need a driver for your I2C bus, and
drivers for your I2C devices (usually one driver for each device).
-
-At this time, Linux only operates I2C (or SMBus) in master mode; you can't
-use these APIs to make a Linux system behave as a slave/device, either to
-speak a custom protocol or to emulate some other device.