aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/i2c
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2008-01-27 12:14:45 -0500
committerJean Delvare <khali@hyperion.delvare>2008-01-27 12:14:45 -0500
commit569be443e3c1329fc6725988004f5d8a32fe3be5 (patch)
tree694ce140e127777cdc1bc66d2359233dd1d2f307 /Documentation/i2c
parentb3af547e197fa3ca648d148dd8d36befe989e5a0 (diff)
i2c-stub: Use a single array for byte and word operations
This mimics the behavior of actual SMBus chips better. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: Mark M. Hoffman <mhoffman@lightlink.com>
Diffstat (limited to 'Documentation/i2c')
-rw-r--r--Documentation/i2c/i2c-stub3
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/i2c/i2c-stub b/Documentation/i2c/i2c-stub
index 41889c091a37..0d8be1c20c16 100644
--- a/Documentation/i2c/i2c-stub
+++ b/Documentation/i2c/i2c-stub
@@ -35,9 +35,6 @@ int chip_addr[10]:
35 35
36CAVEATS: 36CAVEATS:
37 37
38There are independent arrays for byte/data and word/data commands. Depending
39on if/how a target driver mixes them, you'll need to be careful.
40
41If your target driver polls some byte or word waiting for it to change, the 38If your target driver polls some byte or word waiting for it to change, the
42stub could lock it up. Use i2cset to unlock it. 39stub could lock it up. Use i2cset to unlock it.
43 40