summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-01-05 18:37:23 -0800
committerCommit Bot <commit-bot@chromium.org>2021-01-08 00:24:03 +0000
commiteaab62ec80a414db7e71226eb29e98607b52d4d5 (patch)
tree07e922defe264993b4b8dd012f2f803ad2d833ba
parent8127d3012a3fc4cfaed8b59a23db47f4ee112b21 (diff)
downloadchrome-ec-eaab62ec80a414db7e71226eb29e98607b52d4d5.tar.gz
coil: rename i2c_master.c to i2c_controller.c
BUG=b:175244613 TEST=make buildall -j Change-Id: Ic929bb65c780b70498e5a32a1be57e37a3f64b41 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2613507
-rw-r--r--common/build.mk2
-rw-r--r--common/i2c_controller.c (renamed from common/i2c_master.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/common/build.mk b/common/build.mk
index 4ab052d9be..1c59e65394 100644
--- a/common/build.mk
+++ b/common/build.mk
@@ -72,7 +72,7 @@ common-$(CONFIG_HOSTCMD_EVENTS)+=host_event_commands.o
common-$(CONFIG_HOSTCMD_GET_UPTIME_INFO)+=uptime.o
common-$(CONFIG_HOSTCMD_RTC)+=rtc.o
common-$(CONFIG_I2C_DEBUG)+=i2c_trace.o
-common-$(CONFIG_I2C_CONTROLLER)+=i2c_master.o
+common-$(CONFIG_I2C_CONTROLLER)+=i2c_controller.o
common-$(CONFIG_I2C_PERIPH)+=i2c_slave.o
common-$(CONFIG_INDUCTIVE_CHARGING)+=inductive_charging.o
common-$(CONFIG_KEYBOARD_PROTOCOL_8042)+=keyboard_8042.o \
diff --git a/common/i2c_master.c b/common/i2c_controller.c
index 5a8f58196f..5a8f58196f 100644
--- a/common/i2c_master.c
+++ b/common/i2c_controller.c