Skip to content

Commit 0721cee

Browse files
lucaceresoliwsakernel
authored andcommitted
docs: i2c: i2c-protocol: remove unused legend items
"Comm", "Count", "DataLow", "DataHigh" are not used in this section. Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Wolfram Sang <wsa@kernel.org>
1 parent 24d129d commit 0721cee

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Documentation/i2c/i2c-protocol.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@ Rd/Wr (1 bit) Read/Write bit. Rd equals 1, Wr equals 0.
1515
A, NA (1 bit) Acknowledge (ACK) and Not Acknowledge (NACK) bit
1616
Addr (7 bits) I2C 7 bit address. Note that this can be expanded to
1717
get a 10 bit I2C address.
18-
Comm (8 bits) Command byte, a data byte which often selects a register on
19-
the device.
20-
Data (8 bits) A plain data byte. Sometimes, I write DataLow, DataHigh
21-
for 16 bit data.
22-
Count (8 bits) A data byte containing the length of a block operation.
18+
Data (8 bits) A plain data byte.
2319

2420
[..] Data sent by I2C device, as opposed to data sent by the
2521
host adapter.

0 commit comments

Comments
 (0)