zephyr/drivers/spi
Gerard Marull-Paretas a202341958 devices: constify device pointers initialized at compile time
Many device pointers are initialized at compile and never changed. This
means that the device pointer can be constified (immutable).

Automated using:

```
perl -i -pe 's/const struct device \*(?!const)(.*)= DEVICE/const struct
device *const $1= DEVICE/g' **/*.c
```

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-08-22 17:08:26 +02:00
..
CMakeLists.txt drivers: spi: Add basic support for PL022 2022-08-18 10:18:16 +02:00
Kconfig drivers: spi: Add basic support for PL022 2022-08-18 10:18:16 +02:00
Kconfig.b91 drivers: spi: Update drivers to use devicetree Kconfig symbol 2022-07-25 09:38:30 +02:00
Kconfig.bitbang drivers: spi: Update drivers to use devicetree Kconfig symbol 2022-07-25 09:38:30 +02:00
Kconfig.cc13xx_cc26xx drivers: spi: Update drivers to use devicetree Kconfig symbol 2022-07-25 09:38:30 +02:00
Kconfig.dw drivers: spi: Update drivers to use devicetree Kconfig symbol 2022-07-25 09:38:30 +02:00
Kconfig.esp32 drivers: spi: Update drivers to use devicetree Kconfig symbol 2022-07-25 09:38:30 +02:00
Kconfig.gd32 drivers: spi: gd32: support interrupt-driven mode 2022-08-01 10:32:33 +02:00
Kconfig.gecko drivers: spi: Update drivers to use devicetree Kconfig symbol 2022-07-25 09:38:30 +02:00
Kconfig.litex drivers: spi: Update drivers to use devicetree Kconfig symbol 2022-07-25 09:38:30 +02:00
Kconfig.mchp_mss_qspi drivers: spi: Update drivers to use devicetree Kconfig symbol 2022-07-25 09:38:30 +02:00
Kconfig.mcux_dspi drivers: spi: Update drivers to use devicetree Kconfig symbol 2022-07-25 09:38:30 +02:00
Kconfig.mcux_flexcomm drivers: spi: Update drivers to use devicetree Kconfig symbol 2022-07-25 09:38:30 +02:00
Kconfig.mcux_lpspi drivers: spi: Update drivers to use devicetree Kconfig symbol 2022-07-25 09:38:30 +02:00
Kconfig.npcx_fiu drivers: spi: Update drivers to use devicetree Kconfig symbol 2022-07-25 09:38:30 +02:00
Kconfig.nrfx drivers: spi: nrfx_spim: move rx delay to DT 2022-07-19 13:20:00 -07:00
Kconfig.oc_simple drivers: spi: Update drivers to use devicetree Kconfig symbol 2022-07-25 09:38:30 +02:00
Kconfig.pl022 drivers: spi: pl022: Support interrupt based transfer 2022-08-18 10:18:16 +02:00
Kconfig.psoc6 drivers: spi: Update drivers to use devicetree Kconfig symbol 2022-07-25 09:38:30 +02:00
Kconfig.rv32m1_lpspi drivers: spi: Update drivers to use devicetree Kconfig symbol 2022-07-25 09:38:30 +02:00
Kconfig.sam drivers: spi: Update drivers to use devicetree Kconfig symbol 2022-07-25 09:38:30 +02:00
Kconfig.sam0 drivers: spi: Update drivers to use devicetree Kconfig symbol 2022-07-25 09:38:30 +02:00
Kconfig.sifive drivers: spi: Update drivers to use devicetree Kconfig symbol 2022-07-25 09:38:30 +02:00
Kconfig.spi_emul drivers: spi: Update drivers to use devicetree Kconfig symbol 2022-07-25 09:38:30 +02:00
Kconfig.stm32 drivers: spi: Update drivers to use devicetree Kconfig symbol 2022-07-25 09:38:30 +02:00
Kconfig.test drivers: spi: Update drivers to use devicetree Kconfig symbol 2022-07-25 09:38:30 +02:00
Kconfig.xec_qmspi drivers: spi: Update drivers to use devicetree Kconfig symbol 2022-07-25 09:38:30 +02:00
Kconfig.xec_qmspi_ldma drivers: spi: Update drivers to use devicetree Kconfig symbol 2022-07-25 09:38:30 +02:00
Kconfig.xlnx drivers: spi: Update drivers to use devicetree Kconfig symbol 2022-07-25 09:38:30 +02:00
spi_b91.c spi: spi_b91: use new DT_INST_STRING_TOKEN macro 2022-05-13 14:17:08 +02:00
spi_bitbang.c drivers: spi: spi-bitbang: Add support for half duplex 2022-07-13 10:15:00 +02:00
spi_cc13xx_cc26xx.c drivers: Fix coding guidelines MISRAC:2012 Rule 14.4 do-whiles/Zero checks 2022-07-26 15:30:24 -04:00
spi_context.h drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
spi_dw.c drivers: arc/designware: remove unused <soc.h> 2022-08-03 07:46:14 -04:00
spi_dw.h drivers: ipm/spi/intc: remove Intel S1000 support 2022-06-13 16:19:51 -04:00
spi_dw_regs.h drivers: spi_dw: add WORD only access support 2019-09-17 20:40:38 +08:00
spi_emul.c emul: remove name param from bus register APIs 2022-07-19 15:52:36 -05:00
spi_esp32_spim.c drivers: spi: check if clock device is ready before accessing 2022-08-09 17:16:16 +02:00
spi_esp32_spim.h drivers: spi_esp32_spim: Add support for IOMUX mode 2022-08-09 12:31:23 +02:00
spi_gd32.c drivers: spi: gd32: support interrupt-driven mode 2022-08-01 10:32:33 +02:00
spi_gecko.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
spi_handlers.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
spi_litespi.c drivers: spi: spi_litespi: Update driver registers 2022-05-27 15:27:11 -07:00
spi_litespi.h drivers: spi: spi_litespi: Update driver registers 2022-05-27 15:27:11 -07:00
spi_ll_stm32.c drivers: spi: check if clock device is ready before accessing 2022-08-09 17:16:16 +02:00
spi_ll_stm32.h include: drivers: stm32 clock_control: Replace OPT by DOMAIN 2022-08-08 14:17:07 +02:00
spi_mchp_mss_qspi.c everywhere: Fix legacy include paths 2022-07-18 16:16:47 +00:00
spi_mcux_dspi.c drivers: spi: check if clock device is ready before accessing 2022-08-09 17:16:16 +02:00
spi_mcux_flexcomm.c drivers: spi: Set spi context for mcux flexcomm spi slave configuration 2022-08-10 22:01:11 -05:00
spi_mcux_lpspi.c drivers: spi: check if clock device is ready before accessing 2022-08-09 17:16:16 +02:00
spi_npcx_fiu.c devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
spi_nrfx_spi.c drivers: spi: nrfx_spi(m|s): add common init function 2022-07-19 13:20:00 -07:00
spi_nrfx_spim.c drivers: spi: nrfx_spi(m|s): add common init function 2022-07-19 13:20:00 -07:00
spi_nrfx_spis.c drivers: spi: nrfx_spi(m|s): add common init function 2022-07-19 13:20:00 -07:00
spi_oc_simple.c drivers: add mising braces to single line if statements 2022-07-06 11:00:45 -04:00
spi_oc_simple.h device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
spi_pl022.c drivers: spi: pl022: Support interrupt based transfer 2022-08-18 10:18:16 +02:00
spi_psoc6.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
spi_rv32m1_lpspi.c drivers: spi: check if clock device is ready before accessing 2022-08-09 17:16:16 +02:00
spi_sam.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
spi_sam0.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
spi_sifive.c drivers: spi: sifive: remove CONFIG_SIFIVE_SPI_0_ROM 2022-07-11 17:56:55 +02:00
spi_sifive.h drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
spi_test.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
spi_xec_qmspi.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
spi_xec_qmspi_ldma.c drivers: drop few unused pinmux.h include 2022-08-18 12:13:14 +00:00
spi_xlnx_axi_quadspi.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00