soc/intel/*/include/soc/gpio.h: Add "IWYU pragma: export" comment

Change-Id: If44a07503470f57037b59d03eea830703a3c604a
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72100
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes Haouas 2023-01-19 08:25:22 +01:00 committed by Felix Held
parent 6ea58346c6
commit 18d8fe27b2
7 changed files with 9 additions and 9 deletions

View File

@ -8,8 +8,8 @@
#else
#include <soc/gpio_apl.h>
#endif
#include <intelblocks/gpio.h>/* intelblocks/gpio.h depends on definitions in
soc/gpio_glk.h and soc/gpio_apl.h */
/* intelblocks/gpio.h depends on definitions in soc/gpio_glk.h and soc/gpio_apl.h */
#include <intelblocks/gpio.h> /* IWYU pragma: export */
/*
* APL/GLK doesn't support dynamic GPIO PM hence GPIO community

View File

@ -10,7 +10,7 @@
#include <soc/gpio_defs.h>
#define CROS_GPIO_DEVICE_NAME "INT34BB:00"
#endif
#include <intelblocks/gpio.h>
#include <intelblocks/gpio.h> /* IWYU pragma: export */
/* Enable GPIO community power management configuration */
#define MISCCFG_GPIO_PM_CONFIG_BITS (MISCCFG_GPSIDEDPCGEN | \

View File

@ -4,7 +4,7 @@
#define _SOC_ELKHARTLAKE_GPIO_H_
#include <soc/gpio_defs.h>
#include <intelblocks/gpio.h>
#include <intelblocks/gpio.h> /* IWYU pragma: export */
#define CROS_GPIO_NAME "INTC1020"
#define CROS_GPIO_DEVICE_NAME "INTC1020:00"

View File

@ -4,7 +4,7 @@
#define _SOC_JASPERLAKE_GPIO_H_
#include <soc/gpio_defs.h>
#include <intelblocks/gpio.h>
#include <intelblocks/gpio.h> /* IWYU pragma: export */
#define CROS_GPIO_NAME "INT34C8"
#define CROS_GPIO_COMM0_NAME "INT34C8:00"

View File

@ -4,8 +4,8 @@
#define _SOC_GPIO_H_
#include <soc/gpio_defs.h>
#include <intelblocks/gpio.h> /* intelblocks/gpio.h depends on definitions in
soc/gpio_defs.h */
/* intelblocks/gpio.h depends on definitions in soc/gpio_defs.h */
#include <intelblocks/gpio.h> /* IWYU pragma: export */
#define CROS_GPIO_DEVICE_NAME "INT344B:00"

View File

@ -9,7 +9,7 @@
#include <soc/gpio_defs.h>
#define CROS_GPIO_DEVICE_NAME "INT34C5:00"
#endif
#include <intelblocks/gpio.h>
#include <intelblocks/gpio.h> /* IWYU pragma: export */
/* Enable GPIO community power management configuration */
#define MISCCFG_GPIO_PM_CONFIG_BITS (MISCCFG_GPVNNREQEN | \

View File

@ -4,7 +4,7 @@
#define _SOC_GPIO_H_
#include <soc/gpio_soc_defs.h>
#include <intelblocks/gpio.h>
#include <intelblocks/gpio.h> /* IWYU pragma: export */
/*
* XEON SP series doesn't support dynamic GPIO PM hence GPIO community