include: add missing zephyr/irq.h include
Change automated searching for files using "IRQ_CONNECT()" API not including <zephyr/irq.h>. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
c109491f1a
commit
178bdc4afc
226 changed files with 227 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
#include <zephyr/kernel_structs.h>
|
#include <zephyr/kernel_structs.h>
|
||||||
#include <ksched.h>
|
#include <ksched.h>
|
||||||
#include <zephyr/init.h>
|
#include <zephyr/init.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#define MP_PRIMARY_CPU_ID 0
|
#define MP_PRIMARY_CPU_ID 0
|
||||||
|
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
#include <zephyr/drivers/interrupt_controller/gic.h>
|
#include <zephyr/drivers/interrupt_controller/gic.h>
|
||||||
#include <zephyr/drivers/pm_cpu_ops.h>
|
#include <zephyr/drivers/pm_cpu_ops.h>
|
||||||
#include <zephyr/sys/arch_interface.h>
|
#include <zephyr/sys/arch_interface.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
#include "boot.h"
|
#include "boot.h"
|
||||||
|
|
||||||
#define SGI_SCHED_IPI 0
|
#define SGI_SCHED_IPI 0
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
#include <zephyr/init.h>
|
#include <zephyr/init.h>
|
||||||
#include <zephyr/kernel.h>
|
#include <zephyr/kernel.h>
|
||||||
#include <ksched.h>
|
#include <ksched.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
volatile struct {
|
volatile struct {
|
||||||
arch_cpustart_t fn;
|
arch_cpustart_t fn;
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
#include <zephyr/kernel.h>
|
#include <zephyr/kernel.h>
|
||||||
#include <zephyr/irq_offload.h>
|
#include <zephyr/irq_offload.h>
|
||||||
#include <zsr.h>
|
#include <zsr.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#define CURR_CPU (IS_ENABLED(CONFIG_SMP) ? arch_curr_cpu()->id : 0)
|
#define CURR_CPU (IS_ENABLED(CONFIG_SMP) ? arch_curr_cpu()->id : 0)
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
#include <zephyr/sys_clock.h>
|
#include <zephyr/sys_clock.h>
|
||||||
#include <hal/nrf_timer.h>
|
#include <hal/nrf_timer.h>
|
||||||
#include <zephyr/spinlock.h>
|
#include <zephyr/spinlock.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#define TIMER NRF_TIMER0
|
#define TIMER NRF_TIMER0
|
||||||
|
|
||||||
|
|
|
@ -29,6 +29,7 @@
|
||||||
|
|
||||||
#define LOG_LEVEL CONFIG_ADC_LOG_LEVEL
|
#define LOG_LEVEL CONFIG_ADC_LOG_LEVEL
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(adc_cc32xx);
|
LOG_MODULE_REGISTER(adc_cc32xx);
|
||||||
|
|
||||||
#define ISR_MASK (ADC_DMA_DONE | ADC_FIFO_OVERFLOW | ADC_FIFO_UNDERFLOW \
|
#define ISR_MASK (ADC_DMA_DONE | ADC_FIFO_OVERFLOW | ADC_FIFO_UNDERFLOW \
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
#include <zephyr/drivers/adc.h>
|
#include <zephyr/drivers/adc.h>
|
||||||
#include <zephyr/drivers/reset.h>
|
#include <zephyr/drivers/reset.h>
|
||||||
#include <zephyr/devicetree.h>
|
#include <zephyr/devicetree.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#include <gd32_adc.h>
|
#include <gd32_adc.h>
|
||||||
#include <gd32_rcu.h>
|
#include <gd32_rcu.h>
|
||||||
|
|
|
@ -16,6 +16,7 @@ LOG_MODULE_REGISTER(adc_ite_it8xxx2);
|
||||||
#include <soc_dt.h>
|
#include <soc_dt.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#define ADC_CONTEXT_USES_KERNEL_TIMER
|
#define ADC_CONTEXT_USES_KERNEL_TIMER
|
||||||
#include "adc_context.h"
|
#include "adc_context.h"
|
||||||
|
|
|
@ -14,6 +14,7 @@ LOG_MODULE_REGISTER(adc_mchp_xec);
|
||||||
#include <zephyr/drivers/pinctrl.h>
|
#include <zephyr/drivers/pinctrl.h>
|
||||||
#include <soc.h>
|
#include <soc.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#define ADC_CONTEXT_USES_KERNEL_TIMER
|
#define ADC_CONTEXT_USES_KERNEL_TIMER
|
||||||
#include "adc_context.h"
|
#include "adc_context.h"
|
||||||
|
|
|
@ -15,6 +15,7 @@ LOG_MODULE_REGISTER(adc_mchp_xec);
|
||||||
#include <zephyr/drivers/pinctrl.h>
|
#include <zephyr/drivers/pinctrl.h>
|
||||||
#include <soc.h>
|
#include <soc.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#define ADC_CONTEXT_USES_KERNEL_TIMER
|
#define ADC_CONTEXT_USES_KERNEL_TIMER
|
||||||
#include "adc_context.h"
|
#include "adc_context.h"
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
#define LOG_LEVEL CONFIG_ADC_LOG_LEVEL
|
#define LOG_LEVEL CONFIG_ADC_LOG_LEVEL
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(adc_mcux_12b1msps_sar);
|
LOG_MODULE_REGISTER(adc_mcux_12b1msps_sar);
|
||||||
|
|
||||||
#define ADC_CONTEXT_USES_KERNEL_TIMER
|
#define ADC_CONTEXT_USES_KERNEL_TIMER
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
|
|
||||||
#define LOG_LEVEL CONFIG_ADC_LOG_LEVEL
|
#define LOG_LEVEL CONFIG_ADC_LOG_LEVEL
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(adc_mcux_adc12);
|
LOG_MODULE_REGISTER(adc_mcux_adc12);
|
||||||
|
|
||||||
#define ADC_CONTEXT_USES_KERNEL_TIMER
|
#define ADC_CONTEXT_USES_KERNEL_TIMER
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
|
|
||||||
#define LOG_LEVEL CONFIG_ADC_LOG_LEVEL
|
#define LOG_LEVEL CONFIG_ADC_LOG_LEVEL
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(adc_mcux_adc16);
|
LOG_MODULE_REGISTER(adc_mcux_adc16);
|
||||||
|
|
||||||
#define ADC_CONTEXT_USES_KERNEL_TIMER
|
#define ADC_CONTEXT_USES_KERNEL_TIMER
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
|
|
||||||
#define LOG_LEVEL CONFIG_ADC_LOG_LEVEL
|
#define LOG_LEVEL CONFIG_ADC_LOG_LEVEL
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(nxp_mcux_lpadc);
|
LOG_MODULE_REGISTER(nxp_mcux_lpadc);
|
||||||
|
|
||||||
#define ADC_CONTEXT_USES_KERNEL_TIMER
|
#define ADC_CONTEXT_USES_KERNEL_TIMER
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
#include "adc_context.h"
|
#include "adc_context.h"
|
||||||
|
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(adc_npcx, CONFIG_ADC_LOG_LEVEL);
|
LOG_MODULE_REGISTER(adc_npcx, CONFIG_ADC_LOG_LEVEL);
|
||||||
|
|
||||||
/* ADC speed/delay values during initialization */
|
/* ADC speed/delay values during initialization */
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
#define LOG_LEVEL CONFIG_ADC_LOG_LEVEL
|
#define LOG_LEVEL CONFIG_ADC_LOG_LEVEL
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(adc_nrfx_adc);
|
LOG_MODULE_REGISTER(adc_nrfx_adc);
|
||||||
|
|
||||||
#define DT_DRV_COMPAT nordic_nrf_adc
|
#define DT_DRV_COMPAT nordic_nrf_adc
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
#define LOG_LEVEL CONFIG_ADC_LOG_LEVEL
|
#define LOG_LEVEL CONFIG_ADC_LOG_LEVEL
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(adc_nrfx_saadc);
|
LOG_MODULE_REGISTER(adc_nrfx_saadc);
|
||||||
|
|
||||||
#define DT_DRV_COMPAT nordic_nrf_saadc
|
#define DT_DRV_COMPAT nordic_nrf_saadc
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
|
||||||
#include <hardware/adc.h>
|
#include <hardware/adc.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
LOG_MODULE_REGISTER(adc_rpi, CONFIG_ADC_LOG_LEVEL);
|
LOG_MODULE_REGISTER(adc_rpi, CONFIG_ADC_LOG_LEVEL);
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
#include <zephyr/drivers/pinctrl.h>
|
#include <zephyr/drivers/pinctrl.h>
|
||||||
|
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(adc_sam0, CONFIG_ADC_LOG_LEVEL);
|
LOG_MODULE_REGISTER(adc_sam0, CONFIG_ADC_LOG_LEVEL);
|
||||||
|
|
||||||
#define ADC_CONTEXT_USES_KERNEL_TIMER
|
#define ADC_CONTEXT_USES_KERNEL_TIMER
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
|
|
||||||
#define LOG_LEVEL CONFIG_ADC_LOG_LEVEL
|
#define LOG_LEVEL CONFIG_ADC_LOG_LEVEL
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(adc_sam_afec);
|
LOG_MODULE_REGISTER(adc_sam_afec);
|
||||||
|
|
||||||
#define NUM_CHANNELS 12
|
#define NUM_CHANNELS 12
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
LOG_MODULE_REGISTER(adc_stm32);
|
LOG_MODULE_REGISTER(adc_stm32);
|
||||||
|
|
||||||
#include <zephyr/drivers/clock_control/stm32_clock_control.h>
|
#include <zephyr/drivers/clock_control/stm32_clock_control.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#if defined(CONFIG_SOC_SERIES_STM32F3X)
|
#if defined(CONFIG_SOC_SERIES_STM32F3X)
|
||||||
#if defined(ADC1_V2_5)
|
#if defined(ADC1_V2_5)
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
#include <nrfx_pdm.h>
|
#include <nrfx_pdm.h>
|
||||||
|
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(dmic_nrfx_pdm, CONFIG_AUDIO_DMIC_LOG_LEVEL);
|
LOG_MODULE_REGISTER(dmic_nrfx_pdm, CONFIG_AUDIO_DMIC_LOG_LEVEL);
|
||||||
|
|
||||||
struct dmic_nrfx_pdm_drv_data {
|
struct dmic_nrfx_pdm_drv_data {
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
#include <zephyr/drivers/bluetooth/hci_driver.h>
|
#include <zephyr/drivers/bluetooth/hci_driver.h>
|
||||||
#include <zephyr/bluetooth/addr.h>
|
#include <zephyr/bluetooth/addr.h>
|
||||||
#include <zephyr/drivers/clock_control/stm32_clock_control.h>
|
#include <zephyr/drivers/clock_control/stm32_clock_control.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#include "app_conf.h"
|
#include "app_conf.h"
|
||||||
#include "stm32_wpan_common.h"
|
#include "stm32_wpan_common.h"
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
#include <zephyr/sys/byteorder.h>
|
#include <zephyr/sys/byteorder.h>
|
||||||
#include <fsl_flexcan.h>
|
#include <fsl_flexcan.h>
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#ifdef CONFIG_PINCTRL
|
#ifdef CONFIG_PINCTRL
|
||||||
#include <zephyr/drivers/pinctrl.h>
|
#include <zephyr/drivers/pinctrl.h>
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
#include <zephyr/drivers/pinctrl.h>
|
#include <zephyr/drivers/pinctrl.h>
|
||||||
#endif
|
#endif
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#include "can_mcan.h"
|
#include "can_mcan.h"
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
#include <zephyr/drivers/clock_control/renesas_cpg_mssr.h>
|
#include <zephyr/drivers/clock_control/renesas_cpg_mssr.h>
|
||||||
#include <zephyr/drivers/pinctrl.h>
|
#include <zephyr/drivers/pinctrl.h>
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
LOG_MODULE_REGISTER(can_rcar, CONFIG_CAN_LOG_LEVEL);
|
LOG_MODULE_REGISTER(can_rcar, CONFIG_CAN_LOG_LEVEL);
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
#include <soc.h>
|
#include <soc.h>
|
||||||
#include <zephyr/kernel.h>
|
#include <zephyr/kernel.h>
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#include "can_mcan.h"
|
#include "can_mcan.h"
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <zephyr/drivers/can.h>
|
#include <zephyr/drivers/can.h>
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#include "can_stm32.h"
|
#include "can_stm32.h"
|
||||||
|
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
#include <soc.h>
|
#include <soc.h>
|
||||||
#include <stm32_ll_rcc.h>
|
#include <stm32_ll_rcc.h>
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#include "can_mcan.h"
|
#include "can_mcan.h"
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
#include <zephyr/kernel.h>
|
#include <zephyr/kernel.h>
|
||||||
#include <stm32_ll_rcc.h>
|
#include <stm32_ll_rcc.h>
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#include "can_mcan.h"
|
#include "can_mcan.h"
|
||||||
|
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
#include <nrfx_clock.h>
|
#include <nrfx_clock.h>
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
#include <zephyr/shell/shell.h>
|
#include <zephyr/shell/shell.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
LOG_MODULE_REGISTER(clock_control, CONFIG_CLOCK_CONTROL_LOG_LEVEL);
|
LOG_MODULE_REGISTER(clock_control, CONFIG_CLOCK_CONTROL_LOG_LEVEL);
|
||||||
|
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
#include <zephyr/sys/timeutil.h>
|
#include <zephyr/sys/timeutil.h>
|
||||||
|
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#include "stm32_hsem.h"
|
#include "stm32_hsem.h"
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
#define LOG_MODULE_NAME counter_rtc
|
#define LOG_MODULE_NAME counter_rtc
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(LOG_MODULE_NAME, CONFIG_COUNTER_LOG_LEVEL);
|
LOG_MODULE_REGISTER(LOG_MODULE_NAME, CONFIG_COUNTER_LOG_LEVEL);
|
||||||
|
|
||||||
#define ERR(...) LOG_INST_ERR( \
|
#define ERR(...) LOG_INST_ERR( \
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
#define LOG_LEVEL CONFIG_COUNTER_LOG_LEVEL
|
#define LOG_LEVEL CONFIG_COUNTER_LOG_LEVEL
|
||||||
#define LOG_MODULE_NAME counter_timer
|
#define LOG_MODULE_NAME counter_timer
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(LOG_MODULE_NAME, LOG_LEVEL);
|
LOG_MODULE_REGISTER(LOG_MODULE_NAME, LOG_LEVEL);
|
||||||
|
|
||||||
#define TIMER_CLOCK 16000000
|
#define TIMER_CLOCK 16000000
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
#include <zephyr/drivers/pinctrl.h>
|
#include <zephyr/drivers/pinctrl.h>
|
||||||
|
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(counter_sam_tc, CONFIG_COUNTER_LOG_LEVEL);
|
LOG_MODULE_REGISTER(counter_sam_tc, CONFIG_COUNTER_LOG_LEVEL);
|
||||||
|
|
||||||
#define MAX_ALARMS_PER_TC_CHANNEL 2
|
#define MAX_ALARMS_PER_TC_CHANNEL 2
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
#include <zephyr/drivers/pinctrl.h>
|
#include <zephyr/drivers/pinctrl.h>
|
||||||
|
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(dac_sam, CONFIG_DAC_LOG_LEVEL);
|
LOG_MODULE_REGISTER(dac_sam, CONFIG_DAC_LOG_LEVEL);
|
||||||
|
|
||||||
BUILD_ASSERT(IS_ENABLED(CONFIG_SOC_SERIES_SAME70) ||
|
BUILD_ASSERT(IS_ENABLED(CONFIG_SOC_SERIES_SAME70) ||
|
||||||
|
|
|
@ -17,6 +17,7 @@ LOG_MODULE_REGISTER(LOG_DOMAIN);
|
||||||
#include <zephyr/devicetree.h>
|
#include <zephyr/devicetree.h>
|
||||||
|
|
||||||
#include <zephyr/drivers/dai.h>
|
#include <zephyr/drivers/dai.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#include "dmic.h"
|
#include "dmic.h"
|
||||||
|
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
#include <zephyr/drivers/pinctrl.h>
|
#include <zephyr/drivers/pinctrl.h>
|
||||||
#include <zephyr/drivers/gpio.h>
|
#include <zephyr/drivers/gpio.h>
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
#include <soc.h>
|
#include <soc.h>
|
||||||
#include <stm32_ll_rcc.h>
|
#include <stm32_ll_rcc.h>
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
LOG_MODULE_REGISTER(display_mcux_elcdif, CONFIG_DISPLAY_LOG_LEVEL);
|
LOG_MODULE_REGISTER(display_mcux_elcdif, CONFIG_DISPLAY_LOG_LEVEL);
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
#endif
|
#endif
|
||||||
#include <nrf_peripherals.h>
|
#include <nrf_peripherals.h>
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(nrf_led_matrix, CONFIG_DISPLAY_LOG_LEVEL);
|
LOG_MODULE_REGISTER(nrf_led_matrix, CONFIG_DISPLAY_LOG_LEVEL);
|
||||||
|
|
||||||
#define MATRIX_NODE DT_INST(0, nordic_nrf_led_matrix)
|
#define MATRIX_NODE DT_INST(0, nordic_nrf_led_matrix)
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
#include "dma_dw_common.h"
|
#include "dma_dw_common.h"
|
||||||
|
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(dma_dw, CONFIG_DMA_LOG_LEVEL);
|
LOG_MODULE_REGISTER(dma_dw, CONFIG_DMA_LOG_LEVEL);
|
||||||
|
|
||||||
/* Device constant configuration parameters */
|
/* Device constant configuration parameters */
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
|
||||||
#include <gd32_dma.h>
|
#include <gd32_dma.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#ifdef CONFIG_SOC_SERIES_GD32F4XX
|
#ifdef CONFIG_SOC_SERIES_GD32F4XX
|
||||||
#define CHXCTL_PERIEN_OFFSET ((uint32_t)25U)
|
#define CHXCTL_PERIEN_OFFSET ((uint32_t)25U)
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
|
|
||||||
#define LOG_LEVEL CONFIG_DMA_LOG_LEVEL
|
#define LOG_LEVEL CONFIG_DMA_LOG_LEVEL
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(dma_intel_adsp_gpdma);
|
LOG_MODULE_REGISTER(dma_intel_adsp_gpdma);
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
|
|
||||||
#define LOG_LEVEL CONFIG_DMA_LOG_LEVEL
|
#define LOG_LEVEL CONFIG_DMA_LOG_LEVEL
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(dma_iproc_pax);
|
LOG_MODULE_REGISTER(dma_iproc_pax);
|
||||||
|
|
||||||
/* Driver runtime data for PAX DMA and RM */
|
/* Driver runtime data for PAX DMA and RM */
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
|
|
||||||
#define LOG_LEVEL CONFIG_DMA_LOG_LEVEL
|
#define LOG_LEVEL CONFIG_DMA_LOG_LEVEL
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(dma_iproc_pax_v2);
|
LOG_MODULE_REGISTER(dma_iproc_pax_v2);
|
||||||
|
|
||||||
/* Driver runtime data for PAX DMA and RM */
|
/* Driver runtime data for PAX DMA and RM */
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
#include "dma_mcux_edma.h"
|
#include "dma_mcux_edma.h"
|
||||||
|
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#define DT_DRV_COMPAT nxp_mcux_edma
|
#define DT_DRV_COMPAT nxp_mcux_edma
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
#include <fsl_dma.h>
|
#include <fsl_dma.h>
|
||||||
#include <fsl_inputmux.h>
|
#include <fsl_inputmux.h>
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#define DT_DRV_COMPAT nxp_lpc_dma
|
#define DT_DRV_COMPAT nxp_lpc_dma
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
#include "altera_msgdma.h"
|
#include "altera_msgdma.h"
|
||||||
|
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(dma_nios2, CONFIG_DMA_LOG_LEVEL);
|
LOG_MODULE_REGISTER(dma_nios2, CONFIG_DMA_LOG_LEVEL);
|
||||||
|
|
||||||
/* Device configuration parameters */
|
/* Device configuration parameters */
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
#include <zephyr/drivers/dma.h>
|
#include <zephyr/drivers/dma.h>
|
||||||
|
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(dma_sam0, CONFIG_DMA_LOG_LEVEL);
|
LOG_MODULE_REGISTER(dma_sam0, CONFIG_DMA_LOG_LEVEL);
|
||||||
|
|
||||||
#define DMA_REGS ((Dmac *)DT_INST_REG_ADDR(0))
|
#define DMA_REGS ((Dmac *)DT_INST_REG_ADDR(0))
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
|
|
||||||
#define LOG_LEVEL CONFIG_DMA_LOG_LEVEL
|
#define LOG_LEVEL CONFIG_DMA_LOG_LEVEL
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(dma_sam_xdmac);
|
LOG_MODULE_REGISTER(dma_sam_xdmac);
|
||||||
|
|
||||||
#define XDMAC_INT_ERR (XDMAC_CIE_RBIE | XDMAC_CIE_WBIE | XDMAC_CIE_ROIE)
|
#define XDMAC_INT_ERR (XDMAC_CIE_RBIE | XDMAC_CIE_WBIE | XDMAC_CIE_ROIE)
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
#include <zephyr/drivers/dma/dma_stm32.h>
|
#include <zephyr/drivers/dma/dma_stm32.h>
|
||||||
|
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(dma_stm32, CONFIG_DMA_LOG_LEVEL);
|
LOG_MODULE_REGISTER(dma_stm32, CONFIG_DMA_LOG_LEVEL);
|
||||||
|
|
||||||
#if DT_HAS_COMPAT_STATUS_OKAY(st_stm32_dma_v1)
|
#if DT_HAS_COMPAT_STATUS_OKAY(st_stm32_dma_v1)
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
#include <zephyr/drivers/dma/dma_stm32.h>
|
#include <zephyr/drivers/dma/dma_stm32.h>
|
||||||
|
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(dma_stm32, CONFIG_DMA_LOG_LEVEL);
|
LOG_MODULE_REGISTER(dma_stm32, CONFIG_DMA_LOG_LEVEL);
|
||||||
|
|
||||||
#define DT_DRV_COMPAT st_stm32u5_dma
|
#define DT_DRV_COMPAT st_stm32u5_dma
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
#include <zephyr/sys/atomic.h>
|
#include <zephyr/sys/atomic.h>
|
||||||
#include <soc.h>
|
#include <soc.h>
|
||||||
#include <hal/nrf_rng.h>
|
#include <hal/nrf_rng.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#define DT_DRV_COMPAT nordic_nrf_rng
|
#define DT_DRV_COMPAT nordic_nrf_rng
|
||||||
|
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
#include <zephyr/sys/printk.h>
|
#include <zephyr/sys/printk.h>
|
||||||
#include <zephyr/drivers/clock_control.h>
|
#include <zephyr/drivers/clock_control.h>
|
||||||
#include <zephyr/drivers/clock_control/stm32_clock_control.h>
|
#include <zephyr/drivers/clock_control/stm32_clock_control.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
#include "stm32_hsem.h"
|
#include "stm32_hsem.h"
|
||||||
|
|
||||||
#define IRQN DT_INST_IRQN(0)
|
#define IRQN DT_INST_IRQN(0)
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
#include "espi_utils.h"
|
#include "espi_utils.h"
|
||||||
|
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(espi, CONFIG_ESPI_LOG_LEVEL);
|
LOG_MODULE_REGISTER(espi, CONFIG_ESPI_LOG_LEVEL);
|
||||||
|
|
||||||
#define ESPI_IT8XXX2_GET_GCTRL_BASE \
|
#define ESPI_IT8XXX2_GET_GCTRL_BASE \
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
#include <zephyr/drivers/espi.h>
|
#include <zephyr/drivers/espi.h>
|
||||||
#include <zephyr/drivers/pinctrl.h>
|
#include <zephyr/drivers/pinctrl.h>
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
#include "espi_utils.h"
|
#include "espi_utils.h"
|
||||||
|
|
||||||
/* Minimum delay before acknowledging a virtual wire */
|
/* Minimum delay before acknowledging a virtual wire */
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
#include <zephyr/sys/sys_io.h>
|
#include <zephyr/sys/sys_io.h>
|
||||||
#include <zephyr/sys/util.h>
|
#include <zephyr/sys/util.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
#include "espi_utils.h"
|
#include "espi_utils.h"
|
||||||
#include "espi_mchp_xec_v2.h"
|
#include "espi_mchp_xec_v2.h"
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
#include <zephyr/sys/sys_io.h>
|
#include <zephyr/sys/sys_io.h>
|
||||||
#include <zephyr/sys/util.h>
|
#include <zephyr/sys/util.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
#include "espi_utils.h"
|
#include "espi_utils.h"
|
||||||
#include "espi_mchp_xec_v2.h"
|
#include "espi_mchp_xec_v2.h"
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
#include "soc_miwu.h"
|
#include "soc_miwu.h"
|
||||||
|
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(espi, CONFIG_ESPI_LOG_LEVEL);
|
LOG_MODULE_REGISTER(espi, CONFIG_ESPI_LOG_LEVEL);
|
||||||
|
|
||||||
struct espi_npcx_config {
|
struct espi_npcx_config {
|
||||||
|
|
|
@ -125,6 +125,7 @@
|
||||||
#include "soc_miwu.h"
|
#include "soc_miwu.h"
|
||||||
|
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(host_sub_npcx, LOG_LEVEL_ERR);
|
LOG_MODULE_REGISTER(host_sub_npcx, LOG_LEVEL_ERR);
|
||||||
|
|
||||||
struct host_sub_npcx_config {
|
struct host_sub_npcx_config {
|
||||||
|
|
|
@ -27,6 +27,7 @@ LOG_MODULE_REGISTER(LOG_MODULE_NAME);
|
||||||
#include "phy_cyclonev.c"
|
#include "phy_cyclonev.c"
|
||||||
#include <ethernet/eth_stats.h>
|
#include <ethernet/eth_stats.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
#define TX_AVAIL_WAIT K_MSEC(1)
|
#define TX_AVAIL_WAIT K_MSEC(1)
|
||||||
#define INC_WRAP(idx, size) ({ idx = (idx + 1) % size; })
|
#define INC_WRAP(idx, size) ({ idx = (idx + 1) % size; })
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,7 @@ LOG_MODULE_REGISTER(LOG_MODULE_NAME);
|
||||||
#include <zephyr/kernel.h>
|
#include <zephyr/kernel.h>
|
||||||
#include <zephyr/cache.h>
|
#include <zephyr/cache.h>
|
||||||
#include <zephyr/net/ethernet.h>
|
#include <zephyr/net/ethernet.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#include "eth_dwmac_priv.h"
|
#include "eth_dwmac_priv.h"
|
||||||
|
|
||||||
|
|
|
@ -24,6 +24,7 @@ LOG_MODULE_REGISTER(LOG_MODULE_NAME);
|
||||||
#include <zephyr/drivers/clock_control.h>
|
#include <zephyr/drivers/clock_control.h>
|
||||||
#include <zephyr/drivers/clock_control/stm32_clock_control.h>
|
#include <zephyr/drivers/clock_control/stm32_clock_control.h>
|
||||||
#include <zephyr/drivers/pinctrl.h>
|
#include <zephyr/drivers/pinctrl.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#include "eth_dwmac_priv.h"
|
#include "eth_dwmac_priv.h"
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,7 @@ LOG_MODULE_REGISTER(LOG_MODULE_NAME);
|
||||||
#include <zephyr/net/ethernet.h>
|
#include <zephyr/net/ethernet.h>
|
||||||
#include <ethernet/eth_stats.h>
|
#include <ethernet/eth_stats.h>
|
||||||
#include <zephyr/drivers/pcie/pcie.h>
|
#include <zephyr/drivers/pcie/pcie.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
#include "eth_e1000_priv.h"
|
#include "eth_e1000_priv.h"
|
||||||
|
|
||||||
#if defined(CONFIG_ETH_E1000_PTP_CLOCK)
|
#if defined(CONFIG_ETH_E1000_PTP_CLOCK)
|
||||||
|
|
|
@ -25,6 +25,7 @@ LOG_MODULE_REGISTER(eth_gecko, CONFIG_ETHERNET_LOG_LEVEL);
|
||||||
#include <zephyr/net/ethernet.h>
|
#include <zephyr/net/ethernet.h>
|
||||||
#include <ethernet/eth_stats.h>
|
#include <ethernet/eth_stats.h>
|
||||||
#include <em_cmu.h>
|
#include <em_cmu.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#include "phy_gecko.h"
|
#include "phy_gecko.h"
|
||||||
#include "eth_gecko_priv.h"
|
#include "eth_gecko_priv.h"
|
||||||
|
|
|
@ -21,6 +21,7 @@ LOG_MODULE_REGISTER(LOG_MODULE_NAME);
|
||||||
#include <zephyr/net/net_pkt.h>
|
#include <zephyr/net/net_pkt.h>
|
||||||
|
|
||||||
#include <zephyr/sys/printk.h>
|
#include <zephyr/sys/printk.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#include "eth.h"
|
#include "eth.h"
|
||||||
|
|
||||||
|
|
|
@ -31,6 +31,7 @@ LOG_MODULE_REGISTER(LOG_MODULE_NAME);
|
||||||
#include <zephyr/net/ethernet.h>
|
#include <zephyr/net/ethernet.h>
|
||||||
#include <ethernet/eth_stats.h>
|
#include <ethernet/eth_stats.h>
|
||||||
#include <zephyr/pm/device.h>
|
#include <zephyr/pm/device.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#if defined(CONFIG_PTP_CLOCK_MCUX)
|
#if defined(CONFIG_PTP_CLOCK_MCUX)
|
||||||
#include <zephyr/drivers/ptp_clock.h>
|
#include <zephyr/drivers/ptp_clock.h>
|
||||||
|
|
|
@ -54,6 +54,7 @@ LOG_MODULE_REGISTER(LOG_MODULE_NAME);
|
||||||
|
|
||||||
#include <zephyr/drivers/ptp_clock.h>
|
#include <zephyr/drivers/ptp_clock.h>
|
||||||
#include <zephyr/net/gptp.h>
|
#include <zephyr/net/gptp.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#ifdef __DCACHE_PRESENT
|
#ifdef __DCACHE_PRESENT
|
||||||
static bool dcache_enabled;
|
static bool dcache_enabled;
|
||||||
|
|
|
@ -28,6 +28,7 @@ LOG_MODULE_REGISTER(LOG_MODULE_NAME);
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <zephyr/sys/sys_io.h>
|
#include <zephyr/sys/sys_io.h>
|
||||||
#include <zephyr/net/ethernet.h>
|
#include <zephyr/net/ethernet.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
#include "ethernet/eth_stats.h"
|
#include "ethernet/eth_stats.h"
|
||||||
|
|
||||||
#ifdef CONFIG_SHARED_IRQ
|
#ifdef CONFIG_SHARED_IRQ
|
||||||
|
|
|
@ -18,6 +18,7 @@ LOG_MODULE_REGISTER(LOG_MODULE_NAME);
|
||||||
#include <zephyr/device.h>
|
#include <zephyr/device.h>
|
||||||
#include <soc.h>
|
#include <soc.h>
|
||||||
#include <ethernet/eth_stats.h>
|
#include <ethernet/eth_stats.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
#include "eth_stellaris_priv.h"
|
#include "eth_stellaris_priv.h"
|
||||||
|
|
||||||
static void eth_stellaris_assign_mac(const struct device *dev)
|
static void eth_stellaris_assign_mac(const struct device *dev)
|
||||||
|
|
|
@ -28,6 +28,7 @@ LOG_MODULE_REGISTER(LOG_MODULE_NAME);
|
||||||
#include <zephyr/drivers/clock_control.h>
|
#include <zephyr/drivers/clock_control.h>
|
||||||
#include <zephyr/drivers/clock_control/stm32_clock_control.h>
|
#include <zephyr/drivers/clock_control/stm32_clock_control.h>
|
||||||
#include <zephyr/drivers/pinctrl.h>
|
#include <zephyr/drivers/pinctrl.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#if defined(CONFIG_PTP_CLOCK_STM32_HAL)
|
#if defined(CONFIG_PTP_CLOCK_STM32_HAL)
|
||||||
#include <zephyr/drivers/ptp_clock.h>
|
#include <zephyr/drivers/ptp_clock.h>
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
#include <zephyr/kernel.h>
|
#include <zephyr/kernel.h>
|
||||||
#include <zephyr/types.h>
|
#include <zephyr/types.h>
|
||||||
#include <zephyr/net/net_pkt.h>
|
#include <zephyr/net/net_pkt.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#include "phy_xlnx_gem.h"
|
#include "phy_xlnx_gem.h"
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
#include <zephyr/drivers/flash.h>
|
#include <zephyr/drivers/flash.h>
|
||||||
#include <zephyr/dt-bindings/flash_controller/ospi.h>
|
#include <zephyr/dt-bindings/flash_controller/ospi.h>
|
||||||
#include <zephyr/drivers/gpio.h>
|
#include <zephyr/drivers/gpio.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#include "spi_nor.h"
|
#include "spi_nor.h"
|
||||||
#include "jesd216.h"
|
#include "jesd216.h"
|
||||||
|
|
|
@ -38,6 +38,7 @@
|
||||||
#include "jesd216.h"
|
#include "jesd216.h"
|
||||||
|
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(flash_stm32_qspi, CONFIG_FLASH_LOG_LEVEL);
|
LOG_MODULE_REGISTER(flash_stm32_qspi, CONFIG_FLASH_LOG_LEVEL);
|
||||||
|
|
||||||
#define STM32_QSPI_FIFO_THRESHOLD 8
|
#define STM32_QSPI_FIFO_THRESHOLD 8
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
#include <soc.h>
|
#include <soc.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(qspi_nor, CONFIG_FLASH_LOG_LEVEL);
|
LOG_MODULE_REGISTER(qspi_nor, CONFIG_FLASH_LOG_LEVEL);
|
||||||
|
|
||||||
#include "spi_nor.h"
|
#include "spi_nor.h"
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
#include <zephyr/dt-bindings/gpio/andestech-atcgpio100.h>
|
#include <zephyr/dt-bindings/gpio/andestech-atcgpio100.h>
|
||||||
#include <zephyr/sys/util.h>
|
#include <zephyr/sys/util.h>
|
||||||
#include <zephyr/sys/sys_io.h>
|
#include <zephyr/sys/sys_io.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#include "gpio_utils.h"
|
#include "gpio_utils.h"
|
||||||
|
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
|
|
||||||
#include <ti/drivers/Power.h>
|
#include <ti/drivers/Power.h>
|
||||||
#include <ti/drivers/power/PowerCC26XX.h>
|
#include <ti/drivers/power/PowerCC26XX.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#include "gpio_utils.h"
|
#include "gpio_utils.h"
|
||||||
|
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
#include <driverlib/gpio.h>
|
#include <driverlib/gpio.h>
|
||||||
#include <driverlib/rom_map.h>
|
#include <driverlib/rom_map.h>
|
||||||
#include <driverlib/interrupt.h>
|
#include <driverlib/interrupt.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#include "gpio_utils.h"
|
#include "gpio_utils.h"
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
#include <soc.h>
|
#include <soc.h>
|
||||||
#include <zephyr/drivers/clock_control/arm_clock_control.h>
|
#include <zephyr/drivers/clock_control/arm_clock_control.h>
|
||||||
#include <zephyr/drivers/gpio/gpio_cmsdk_ahb.h>
|
#include <zephyr/drivers/gpio/gpio_cmsdk_ahb.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#include "gpio_utils.h"
|
#include "gpio_utils.h"
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
#include <zephyr/sys/util.h>
|
#include <zephyr/sys/util.h>
|
||||||
#include <zephyr/sys/__assert.h>
|
#include <zephyr/sys/__assert.h>
|
||||||
#include <zephyr/drivers/clock_control.h>
|
#include <zephyr/drivers/clock_control.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#ifdef CONFIG_IOAPIC
|
#ifdef CONFIG_IOAPIC
|
||||||
#include <zephyr/drivers/interrupt_controller/ioapic.h>
|
#include <zephyr/drivers/interrupt_controller/ioapic.h>
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
#include <zephyr/sys/__assert.h>
|
#include <zephyr/sys/__assert.h>
|
||||||
#include <zephyr/sys/slist.h>
|
#include <zephyr/sys/slist.h>
|
||||||
#include <zephyr/sys/speculation.h>
|
#include <zephyr/sys/speculation.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#include "gpio_utils.h"
|
#include "gpio_utils.h"
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
#include <soc.h>
|
#include <soc.h>
|
||||||
#include <zephyr/drivers/gpio.h>
|
#include <zephyr/drivers/gpio.h>
|
||||||
#include <zephyr/sys/util.h>
|
#include <zephyr/sys/util.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#include "gpio_utils.h"
|
#include "gpio_utils.h"
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <zephyr/drivers/gpio.h>
|
#include <zephyr/drivers/gpio.h>
|
||||||
#include <zephyr/dt-bindings/gpio/nordic-nrf-gpio.h>
|
#include <zephyr/dt-bindings/gpio/nordic-nrf-gpio.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
#include "gpio_utils.h"
|
#include "gpio_utils.h"
|
||||||
|
|
||||||
struct gpio_nrfx_data {
|
struct gpio_nrfx_data {
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
#include <zephyr/drivers/gpio.h>
|
#include <zephyr/drivers/gpio.h>
|
||||||
#include <zephyr/drivers/clock_control.h>
|
#include <zephyr/drivers/clock_control.h>
|
||||||
#include <zephyr/drivers/clock_control/renesas_cpg_mssr.h>
|
#include <zephyr/drivers/clock_control/renesas_cpg_mssr.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#include "gpio_utils.h"
|
#include "gpio_utils.h"
|
||||||
|
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
#include <soc.h>
|
#include <soc.h>
|
||||||
#include <zephyr/drivers/gpio.h>
|
#include <zephyr/drivers/gpio.h>
|
||||||
#include <zephyr/dt-bindings/gpio/atmel-sam-gpio.h>
|
#include <zephyr/dt-bindings/gpio/atmel-sam-gpio.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#include "gpio_utils.h"
|
#include "gpio_utils.h"
|
||||||
|
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
#include <zephyr/init.h>
|
#include <zephyr/init.h>
|
||||||
#include <soc.h>
|
#include <soc.h>
|
||||||
#include <zephyr/drivers/gpio.h>
|
#include <zephyr/drivers/gpio.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#include "gpio_utils.h"
|
#include "gpio_utils.h"
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
#include <soc.h>
|
#include <soc.h>
|
||||||
#include <zephyr/drivers/gpio.h>
|
#include <zephyr/drivers/gpio.h>
|
||||||
#include <zephyr/sys/util.h>
|
#include <zephyr/sys/util.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#include "gpio_utils.h"
|
#include "gpio_utils.h"
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <zephyr/drivers/i2c.h>
|
#include <zephyr/drivers/i2c.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
#include "i2c_andes_atciic100.h"
|
#include "i2c_andes_atciic100.h"
|
||||||
|
|
||||||
#define DT_DRV_COMPAT andestech_atciic100
|
#define DT_DRV_COMPAT andestech_atciic100
|
||||||
|
|
|
@ -21,6 +21,7 @@ LOG_MODULE_REGISTER(i2c_cc13xx_cc26xx);
|
||||||
|
|
||||||
#include <ti/drivers/Power.h>
|
#include <ti/drivers/Power.h>
|
||||||
#include <ti/drivers/power/PowerCC26X2.h>
|
#include <ti/drivers/power/PowerCC26X2.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
#include "i2c-priv.h"
|
#include "i2c-priv.h"
|
||||||
|
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
|
|
||||||
#define LOG_LEVEL CONFIG_I2C_LOG_LEVEL
|
#define LOG_LEVEL CONFIG_I2C_LOG_LEVEL
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(i2c_cc32xx);
|
LOG_MODULE_REGISTER(i2c_cc32xx);
|
||||||
|
|
||||||
#include "i2c-priv.h"
|
#include "i2c-priv.h"
|
||||||
|
|
|
@ -35,6 +35,7 @@
|
||||||
#include "i2c_dw_registers.h"
|
#include "i2c_dw_registers.h"
|
||||||
#define LOG_LEVEL CONFIG_I2C_LOG_LEVEL
|
#define LOG_LEVEL CONFIG_I2C_LOG_LEVEL
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(i2c_dw);
|
LOG_MODULE_REGISTER(i2c_dw);
|
||||||
|
|
||||||
#include "i2c-priv.h"
|
#include "i2c-priv.h"
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
#include <gd32_i2c.h>
|
#include <gd32_i2c.h>
|
||||||
|
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(i2c_gd32, CONFIG_I2C_LOG_LEVEL);
|
LOG_MODULE_REGISTER(i2c_gd32, CONFIG_I2C_LOG_LEVEL);
|
||||||
|
|
||||||
#include "i2c-priv.h"
|
#include "i2c-priv.h"
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
#include <zephyr/drivers/pinctrl.h>
|
#include <zephyr/drivers/pinctrl.h>
|
||||||
|
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(i2c_imx);
|
LOG_MODULE_REGISTER(i2c_imx);
|
||||||
|
|
||||||
#include "i2c-priv.h"
|
#include "i2c-priv.h"
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
|
|
||||||
#define LOG_LEVEL CONFIG_I2C_LOG_LEVEL
|
#define LOG_LEVEL CONFIG_I2C_LOG_LEVEL
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(i2c_ll_stm32);
|
LOG_MODULE_REGISTER(i2c_ll_stm32);
|
||||||
|
|
||||||
#include "i2c-priv.h"
|
#include "i2c-priv.h"
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
#include <zephyr/kernel.h>
|
#include <zephyr/kernel.h>
|
||||||
#include <zephyr/drivers/i2c.h>
|
#include <zephyr/drivers/i2c.h>
|
||||||
#include <zephyr/drivers/clock_control.h>
|
#include <zephyr/drivers/clock_control.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
#include "i2c_lpc11u6x.h"
|
#include "i2c_lpc11u6x.h"
|
||||||
|
|
||||||
#define DEV_BASE(dev) (((struct lpc11u6x_i2c_config *)(dev->config))->base)
|
#define DEV_BASE(dev) (((struct lpc11u6x_i2c_config *)(dev->config))->base)
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
#include <zephyr/drivers/i2c.h>
|
#include <zephyr/drivers/i2c.h>
|
||||||
#include <zephyr/drivers/pinctrl.h>
|
#include <zephyr/drivers/pinctrl.h>
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(i2c_mchp, CONFIG_I2C_LOG_LEVEL);
|
LOG_MODULE_REGISTER(i2c_mchp, CONFIG_I2C_LOG_LEVEL);
|
||||||
|
|
||||||
#define SPEED_100KHZ_BUS 0
|
#define SPEED_100KHZ_BUS 0
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
#include <zephyr/sys/printk.h>
|
#include <zephyr/sys/printk.h>
|
||||||
#include <zephyr/sys/sys_io.h>
|
#include <zephyr/sys/sys_io.h>
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(i2c_mchp, CONFIG_I2C_LOG_LEVEL);
|
LOG_MODULE_REGISTER(i2c_mchp, CONFIG_I2C_LOG_LEVEL);
|
||||||
|
|
||||||
#include "i2c-priv.h"
|
#include "i2c-priv.h"
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
#include <zephyr/drivers/pinctrl.h>
|
#include <zephyr/drivers/pinctrl.h>
|
||||||
|
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(i2c_mcux);
|
LOG_MODULE_REGISTER(i2c_mcux);
|
||||||
|
|
||||||
#include "i2c-priv.h"
|
#include "i2c-priv.h"
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
LOG_MODULE_REGISTER(mcux_flexcomm);
|
LOG_MODULE_REGISTER(mcux_flexcomm);
|
||||||
|
|
||||||
#include "i2c-priv.h"
|
#include "i2c-priv.h"
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
#include <zephyr/drivers/i2c.h>
|
#include <zephyr/drivers/i2c.h>
|
||||||
#include <zephyr/drivers/clock_control.h>
|
#include <zephyr/drivers/clock_control.h>
|
||||||
#include <zephyr/kernel.h>
|
#include <zephyr/kernel.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
#include <fsl_lpi2c.h>
|
#include <fsl_lpi2c.h>
|
||||||
|
|
||||||
#ifdef CONFIG_PINCTRL
|
#ifdef CONFIG_PINCTRL
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue