zephyr/drivers/i2s
Tomasz Bursztyka 9a18fdea3f drivers: Check and fix device const qualifier on ISR
Re-running the script that checks for the const qualifier missing on
struct device ISR's parameter.

The script also changes the parameter 'arg' to 'dev' when relevant.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2022-03-16 12:33:12 +01:00
..
CMakeLists.txt
i2s_cavs.c drivers: remove redundant DEV_NAME helpers 2022-03-15 17:31:51 -04:00
i2s_cavs.h
i2s_common.c
i2s_handlers.c
i2s_litex.c everywhere: fix typos 2022-03-14 20:22:24 -04:00
i2s_litex.h
i2s_ll_stm32.c drivers: i2s: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
i2s_ll_stm32.h drivers: i2s: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
i2s_mcux_flexcomm.c drivers: constify all device instances 2022-03-16 12:33:12 +01:00
i2s_mcux_sai.c drivers: Check and fix device const qualifier on ISR 2022-03-16 12:33:12 +01:00
i2s_mcux_sai.h
i2s_nrfx.c drivers: i2s_nrfx: Add support for pinctrl 2022-03-15 18:38:01 +01:00
i2s_sam_ssc.c drivers: remove redundant DEV_NAME helpers 2022-03-15 17:31:51 -04:00
Kconfig drivers: i2s: Refactor drivers to use shared init priority 2022-03-14 10:37:28 -04:00
Kconfig.cavs
Kconfig.litex
Kconfig.mcux everywhere: fix typos 2022-03-14 20:22:24 -04:00
Kconfig.mcux_flexcomm
Kconfig.nrfx
Kconfig.sam_ssc
Kconfig.stm32 kconfig: tweak Kconfig prompts 2022-03-09 15:35:54 +01:00