linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: git@danielschaefer.me
To: linux-i2c@vger.kernel.org
Cc: Daniel Schaefer <git@danielschaefer.me>, Wolfram Sang <wsa@kernel.org>
Subject: [PATCH 1/1] Documentation/i2c: SMBus start signal is S not A
Date: Sun, 14 Jun 2020 20:23:55 +0200	[thread overview]
Message-ID: <20200614182355.19742-1-git@danielschaefer.me> (raw)

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


             reply	other threads:[~2020-06-14 18:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-14 18:23 git [this message]
2020-06-14 18:57 ` [PATCH 1/1] Documentation/i2c: SMBus start signal is S not A Daniel Schäfer
2020-06-14 19:45   ` Wolfram Sang
2020-06-19  7:24 ` Wolfram Sang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200614182355.19742-1-git@danielschaefer.me \
    --to=git@danielschaefer.me \
    --cc=linux-i2c@vger.kernel.org \
    --cc=wsa@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).