COIL: Rename ec_ec_comm* files to inclusive language

Rename the files to server/client instead

BUG=none
TEST=Rebuild and run on volteer
BRANCH=none

Signed-off-by: dossym@chromium.org
Change-Id: Ibcbdcddfab1b878ff48fc4cb76307efe6de4fac0
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2586037
Reviewed-by: Nicolas Boichat <drinkcat@chromium.org>
This commit is contained in:
Dossym Nurmukhanov 2020-12-11 11:07:53 -08:00 committed by Commit Bot
parent e9be6c5c1b
commit a86aecb2de
9 changed files with 9 additions and 9 deletions

View File

@ -10,7 +10,7 @@
#include "driver/charger/isl923x.h"
#include "driver/led/lm3630a.h"
#include "ec_version.h"
#include "ec_ec_comm_slave.h"
#include "ec_ec_comm_server.h"
#include "gpio.h"
#include "hooks.h"
#include "hwtimer.h"

View File

@ -9,7 +9,7 @@
#include "charge_state.h"
#include "common.h"
#include "console.h"
#include "ec_ec_comm_master.h"
#include "ec_ec_comm_client.h"
#include "extpower.h"
#include "gpio.h"
#include "hooks.h"

View File

@ -69,8 +69,8 @@ common-$(CONFIG_DEDICATED_RECOVERY_BUTTON)+=button.o
common-$(CONFIG_DEVICE_EVENT)+=device_event.o
common-$(CONFIG_DEVICE_STATE)+=device_state.o
common-$(CONFIG_DPTF)+=dptf.o
common-$(CONFIG_EC_EC_COMM_MASTER)+=ec_ec_comm_master.o
common-$(CONFIG_EC_EC_COMM_SLAVE)+=ec_ec_comm_slave.o
common-$(CONFIG_EC_EC_COMM_MASTER)+=ec_ec_comm_client.o
common-$(CONFIG_EC_EC_COMM_SLAVE)+=ec_ec_comm_server.o
common-$(CONFIG_HOSTCMD_ESPI)+=espi.o
common-$(CONFIG_EXTPOWER_GPIO)+=extpower_gpio.o
common-$(CONFIG_EXTPOWER)+=extpower_common.o

View File

@ -14,8 +14,8 @@
#include "chipset.h"
#include "common.h"
#include "console.h"
#include "ec_ec_comm_master.h"
#include "ec_ec_comm_slave.h"
#include "ec_ec_comm_client.h"
#include "ec_ec_comm_server.h"
#include "extpower.h"
#include "gpio.h"
#include "hooks.h"

View File

@ -10,7 +10,7 @@
#include "console.h"
#include "crc8.h"
#include "ec_commands.h"
#include "ec_ec_comm_master.h"
#include "ec_ec_comm_client.h"
#include "timer.h"
#include "uart.h"
#include "util.h"

View File

@ -11,7 +11,7 @@
#include "console.h"
#include "crc8.h"
#include "ec_commands.h"
#include "ec_ec_comm_slave.h"
#include "ec_ec_comm_server.h"
#include "extpower.h"
#include "hwtimer.h"
#include "hooks.h"

View File

@ -9,7 +9,7 @@
#include "battery_smart.h"
#include "charger.h"
#include "chipset.h"
#include "ec_ec_comm_master.h"
#include "ec_ec_comm_client.h"
#include "ocpc.h"
#include "timer.h"