summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2013-10-24 15:50:53 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2013-10-25 01:32:31 +0000
commitc0fbbaefed2b82bacf4a202cda529658b5d6d058 (patch)
treeac02af96277f61e4e5fafad65cb9d49c16297829 /include
parent870b7ebb788edd1adba70a330d6b0f8c66439849 (diff)
downloadchrome-ec-c0fbbaefed2b82bacf4a202cda529658b5d6d058.tar.gz
cleanup: comments in i2c modules
No code changes; just update comments with bug links BUG=none BRANCH=none TEST=build all platforms Change-Id: I8b845f9c43315b7db5a746a16c6618c3ee96979d Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/174614 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/ec_commands.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ec_commands.h b/include/ec_commands.h
index fb1f67c53d..9af502ca9a 100644
--- a/include/ec_commands.h
+++ b/include/ec_commands.h
@@ -1527,6 +1527,11 @@ struct ec_response_gpio_get {
/*****************************************************************************/
/* I2C commands. Only available when flash write protect is unlocked. */
+/*
+ * TODO(crosbug.com/p/23570): These commands are deprecated, and will be
+ * removed soon. Use EC_CMD_I2C_XFER instead.
+ */
+
/* Read I2C bus */
#define EC_CMD_I2C_READ 0x94