zephyr/drivers/spi
Andrzej Głąbek a5234f3647 soc_nrf_common: Extend and rename the NRF_DT_ENSURE_PINS_ASSIGNED macro
Extend the macro with checks for DT properties related to pin
assignments that are defined but would be ignored, depending on
whether PINCTRL is enabled or not, what presumably indicates
a resulting configuration different from what the user expects.

Add also a possibility to indicate that the pinctrl-1 property
should not be checked because the caller does not support the
sleep state.

Rename the macro so that its name better reflects its function.
Update accordingly all drivers that use it.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2022-03-18 16:26:21 +01:00
..
CMakeLists.txt drivers: spi: Add MEC172x QMSPI-LDMA driver 2021-12-08 08:43:05 -05:00
Kconfig kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
Kconfig.b91
Kconfig.bitbang drivers: spi: add spi-bitbang driver 2021-12-06 07:29:45 -05:00
Kconfig.cc13xx_cc26xx
Kconfig.dw
Kconfig.esp32
Kconfig.gecko
Kconfig.litex
Kconfig.mcux_dspi
Kconfig.mcux_flexcomm
Kconfig.mcux_lpspi drivers: spi_mcux_lpspi: Added DMA support to NXP LPSPI driver 2021-11-30 10:57:17 -06:00
Kconfig.npcx_fiu drivers: spi: npcx: add SPI support to access the SPI flash 2021-11-01 21:48:20 -04:00
Kconfig.nrfx drivers: spi_nrfx_spim: workaround for nRF52832 errata anomaly 58 2021-11-09 20:04:45 -05:00
Kconfig.oc_simple
Kconfig.psoc6
Kconfig.rv32m1_lpspi
Kconfig.sam soc: arm: atmel_sam: samv71: Fix SPI build dependency 2022-01-18 12:12:52 -05:00
Kconfig.sam0
Kconfig.sifive
Kconfig.spi_emul
Kconfig.stm32
Kconfig.test
Kconfig.xec_qmspi drivers: spi: Add MEC172x QMSPI-LDMA driver 2021-12-08 08:43:05 -05:00
Kconfig.xec_qmspi_ldma drivers: spi: Add MEC172x QMSPI-LDMA driver 2021-12-08 08:43:05 -05:00
Kconfig.xlnx
spi_b91.c everywhere: fix typos 2022-03-14 20:22:24 -04:00
spi_bitbang.c drivers: spi: add spi-bitbang driver 2021-12-06 07:29:45 -05:00
spi_cc13xx_cc26xx.c drivers: spi: cc13xx_cc26xx: remove CONFIG_PM guards 2022-03-16 15:26:47 +01:00
spi_context.h drivers: spi_context: fix null pointer dereferencing 2021-11-26 11:47:27 +01:00
spi_dw_regs.h
spi_dw.c device: remove inclusion of pm/device.h 2021-11-29 11:08:38 +01:00
spi_dw.h
spi_emul.c
spi_esp32_spim.c drivers: spi: esp32: fix CS gpio initialization 2021-11-20 11:56:55 -05:00
spi_esp32_spim.h drivers: spi: esp32: fix frequency config 2021-11-20 11:56:55 -05:00
spi_gecko.c drivers: spi_gecko: fix duplicated variable declaration 2022-01-27 05:23:18 -05:00
spi_handlers.c
spi_litespi.c drivers/spi: Return an error on SPI_HALF_DUPLEX for relevant drivers 2021-11-19 11:50:38 +01:00
spi_litespi.h
spi_ll_stm32.c drivers: spi: stm32 spi with dma must enable cs after periph 2022-03-11 10:59:05 +01:00
spi_ll_stm32.h drivers: spi: stm32 spi instance of stm32H7 mcu 2022-01-07 15:06:28 -06:00
spi_mcux_dspi.c drivers: constify all device instances 2022-03-16 12:33:12 +01:00
spi_mcux_flexcomm.c everywhere: fix typos 2022-03-14 20:22:24 -04:00
spi_mcux_lpspi.c drivers: spi_mcux_lpspi: Added DMA support to NXP LPSPI driver 2021-11-30 10:57:17 -06:00
spi_npcx_fiu.c drivers: npcx: Drop DRV_CONFIG/DRV_DATA usage 2022-01-28 10:06:05 +01:00
spi_nrfx_spi.c soc_nrf_common: Extend and rename the NRF_DT_ENSURE_PINS_ASSIGNED macro 2022-03-18 16:26:21 +01:00
spi_nrfx_spim.c soc_nrf_common: Extend and rename the NRF_DT_ENSURE_PINS_ASSIGNED macro 2022-03-18 16:26:21 +01:00
spi_nrfx_spis.c soc_nrf_common: Extend and rename the NRF_DT_ENSURE_PINS_ASSIGNED macro 2022-03-18 16:26:21 +01:00
spi_oc_simple.c drivers/spi: Return an error on SPI_HALF_DUPLEX for relevant drivers 2021-11-19 11:50:38 +01:00
spi_oc_simple.h
spi_psoc6.c drivers/spi: Return an error on SPI_HALF_DUPLEX for relevant drivers 2021-11-19 11:50:38 +01:00
spi_rv32m1_lpspi.c drivers/spi: Return an error on SPI_HALF_DUPLEX for relevant drivers 2021-11-19 11:50:38 +01:00
spi_sam0.c drivers/spi: Return an error on SPI_HALF_DUPLEX for relevant drivers 2021-11-19 11:50:38 +01:00
spi_sam.c everywhere: fix typos 2022-03-14 20:22:24 -04:00
spi_sifive.c drivers/spi: Return an error on SPI_HALF_DUPLEX for relevant drivers 2021-11-19 11:50:38 +01:00
spi_sifive.h
spi_test.c
spi_xec_qmspi_ldma.c qmspi: MEC172x: fix unused variable warning 2022-03-07 11:03:06 +01:00
spi_xec_qmspi.c everywhere: fix typos 2022-03-14 20:22:24 -04:00
spi_xlnx_axi_quadspi.c drivers/spi: Return an error on SPI_HALF_DUPLEX for relevant drivers 2021-11-19 11:50:38 +01:00