public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] Documentation/i2c: SMBus start signal is S not A
@ 2020-06-14 18:23 git
  2020-06-14 18:57 ` Daniel Schäfer
  2020-06-19  7:24 ` Wolfram Sang
  0 siblings, 2 replies; 4+ messages in thread
From: git @ 2020-06-14 18:23 UTC (permalink / raw)
  To: linux-i2c; +Cc: Daniel Schaefer, Wolfram Sang

From: Daniel Schaefer <git@danielschaefer.me>

Just like all other I2C/SMBus commands, the start signal for the SMBus
Quick Command is S, not P.

Cc: Wolfram Sang <wsa@kernel.org>
Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
---
 Documentation/i2c/smbus-protocol.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/i2c/smbus-protocol.rst b/Documentation/i2c/smbus-protocol.rst
index c2e29633071e..64689d19dd51 100644
--- a/Documentation/i2c/smbus-protocol.rst
+++ b/Documentation/i2c/smbus-protocol.rst
@@ -57,7 +57,7 @@ SMBus Quick Command
 
 This sends a single bit to the device, at the place of the Rd/Wr bit::
 
-  A Addr Rd/Wr [A] P
+  S Addr Rd/Wr [A] P
 
 Functionality flag: I2C_FUNC_SMBUS_QUICK
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-06-19  7:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-14 18:23 [PATCH 1/1] Documentation/i2c: SMBus start signal is S not A git
2020-06-14 18:57 ` Daniel Schäfer
2020-06-14 19:45   ` Wolfram Sang
2020-06-19  7:24 ` Wolfram Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox