summaryrefslogtreecommitdiffstats
path: root/Documentation/i2c/smbus-protocol
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/i2c/smbus-protocol')
-rw-r--r--Documentation/i2c/smbus-protocol6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/i2c/smbus-protocol b/Documentation/i2c/smbus-protocol
index 6012b12b3510..14d4ec1be245 100644
--- a/Documentation/i2c/smbus-protocol
+++ b/Documentation/i2c/smbus-protocol
@@ -199,6 +199,12 @@ alerting device's address.
199 199
200[S] [HostAddr] [Wr] A [DevAddr] A [DataLow] A [DataHigh] A [P] 200[S] [HostAddr] [Wr] A [DevAddr] A [DataLow] A [DataHigh] A [P]
201 201
202This is implemented in the following way in the Linux kernel:
203* I2C bus drivers which support SMBus Host Notify should call
204 i2c_setup_smbus_host_notify() to setup SMBus Host Notify support.
205* I2C drivers for devices which can trigger SMBus Host Notify should implement
206 the optional alert() callback.
207
202 208
203Packet Error Checking (PEC) 209Packet Error Checking (PEC)
204=========================== 210===========================