power: move headers to include/power

This makes the headers visible to the Zephyr build.

BUG=b:173798264
BRANCH=none
TEST=buildall

Signed-off-by: Jack Rosenthal <jrosenth@chromium.org>
Change-Id: I3b6d27c1234b3924ee8902a86eec5fdb2ccd9998
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2571897
Reviewed-by: Jett Rink <jettrink@chromium.org>
Reviewed-by: Keith Short <keithshort@chromium.org>
This commit is contained in:
Jack Rosenthal 2020-12-03 10:56:18 -07:00 committed by Commit Bot
parent 74ae3c01ed
commit 5103f885bb
22 changed files with 16 additions and 16 deletions

View File

@ -14,7 +14,7 @@
#include "gpio.h"
#include "hooks.h"
#include "host_command.h"
#include "intel_x86.h"
#include "power/intel_x86.h"
#include "system.h"
#include "usb_pd.h"

View File

@ -21,9 +21,9 @@
#include "gpio.h"
#include "hooks.h"
#include "i2c.h"
#include "icelake.h"
#include "keyboard_scan.h"
#include "power.h"
#include "power/icelake.h"
#include "timer.h"
#include "util.h"
#include "tcpci.h"

View File

@ -17,8 +17,8 @@
#include "gpio.h"
#include "hooks.h"
#include "i2c.h"
#include "icelake.h"
#include "keyboard_scan.h"
#include "power/icelake.h"
#include "system.h"
#include "task.h"
#include "temp_sensor.h"

View File

@ -14,12 +14,12 @@
#include "gpio.h"
#include "hooks.h"
#include "i2c.h"
#include "icelake.h"
#include "isl9241.h"
#include "it83xx_pd.h"
#include "lid_switch.h"
#include "pca9675.h"
#include "power.h"
#include "power/icelake.h"
#include "power_button.h"
#include "pwm.h"
#include "pwm_chip.h"

View File

@ -11,11 +11,11 @@
#include "driver/charger/isl923x.h"
#include "extpower.h"
#include "i2c.h"
#include "icelake.h"
#include "intc.h"
#include "it83xx_pd.h"
#include "lid_switch.h"
#include "power.h"
#include "power/icelake.h"
#include "power_button.h"
#include "switch.h"
#include "system.h"

View File

@ -11,11 +11,11 @@
#include "driver/charger/isl9241.h"
#include "extpower.h"
#include "i2c.h"
#include "icelake.h"
#include "intc.h"
#include "it83xx_pd.h"
#include "lid_switch.h"
#include "power.h"
#include "power/icelake.h"
#include "power_button.h"
#include "switch.h"
#include "system.h"

View File

@ -13,7 +13,6 @@
*/
#include "max14637.h"
#include "cannonlake.h"
#include "charge_manager.h"
#include "chipset.h"
#include "common.h"
@ -21,6 +20,7 @@
#include "gpio.h"
#include "hooks.h"
#include "power.h"
#include "power/cannonlake.h"
#include "task.h"
#include "tcpm.h"
#include "timer.h"

View File

@ -8,7 +8,7 @@
#include "chipset.h"
#include "console.h"
#include "gpio.h"
#include "intel_x86.h"
#include "power/intel_x86.h"
#include "task.h"
#include "timer.h"

View File

@ -5,12 +5,12 @@
/* Cannonlake chipset power control module for Chrome EC */
#include "cannonlake.h"
#include "chipset.h"
#include "console.h"
#include "gpio.h"
#include "intel_x86.h"
#include "power.h"
#include "power/cannonlake.h"
#include "power/intel_x86.h"
#include "power_button.h"
#include "task.h"
#include "timer.h"

View File

@ -12,8 +12,8 @@
#include "chipset.h"
#include "console.h"
#include "gpio.h"
#include "intel_x86.h"
#include "power.h"
#include "power/intel_x86.h"
#include "power_button.h"
#include "task.h"
#include "timer.h"

View File

@ -8,8 +8,8 @@
#include "chipset.h"
#include "console.h"
#include "gpio.h"
#include "intel_x86.h"
#include "power.h"
#include "power/intel_x86.h"
#include "power_button.h"
#include "task.h"
#include "timer.h"

View File

@ -16,9 +16,9 @@
#include "gpio.h"
#include "hooks.h"
#include "host_command.h"
#include "intel_x86.h"
#include "lpc.h"
#include "power.h"
#include "power/intel_x86.h"
#include "system.h"
#include "task.h"
#include "timer.h"

View File

@ -10,8 +10,8 @@
#include "console.h"
#include "gpio.h"
#include "hooks.h"
#include "intel_x86.h"
#include "power.h"
#include "power/intel_x86.h"
#include "power_button.h"
#include "task.h"
#include "timer.h"

View File

@ -12,9 +12,9 @@
#include "ec_commands.h"
#include "gpio.h"
#include "hooks.h"
#include "intel_x86.h"
#include "lpc.h"
#include "power.h"
#include "power/intel_x86.h"
#include "power_button.h"
#include "system.h"
#include "task.h"

View File

@ -9,9 +9,9 @@
#include "console.h"
#include "gpio.h"
#include "hooks.h"
#include "intel_x86.h"
#include "lpc.h"
#include "panic.h"
#include "power/intel_x86.h"
#include "power_button.h"
#include "system.h"
#include "timer.h"