zephyr/drivers/spi
Kumar Gala b275fec8c4 soc: stm32: convert to use DEVICE_DT_GET for clocks
Convert from device_get_binding to DEVICE_DT_GET.  In doing this we
no longer need the label in the devicetree node so we remove that.

Removed all __ASSERT_NO_MSG(clk) since we'll get a build error if
DEVICE_DT_GET cant be satisfied, and the clock control api's will
handle reporting if the device_is_ready.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-02-16 17:01:37 -06:00
..
CMakeLists.txt
Kconfig
Kconfig.cc13xx_cc26xx
Kconfig.dw
Kconfig.gecko
Kconfig.litex
Kconfig.mcux_dspi
Kconfig.mcux_flexcomm
Kconfig.mcux_lpspi
Kconfig.nrfx
Kconfig.oc_simple
Kconfig.rv32m1_lpspi
Kconfig.sam
Kconfig.sam0
Kconfig.sifive
Kconfig.spi_emul
Kconfig.stm32
Kconfig.xec_qmspi
Kconfig.xlnx
spi_cc13xx_cc26xx.c power: Rename constraint API 2021-02-15 08:08:36 -05:00
spi_context.h
spi_dw_regs.h
spi_dw.c
spi_dw.h
spi_emul.c
spi_gecko.c
spi_handlers.c
spi_litespi.c
spi_litespi.h
spi_ll_stm32.c soc: stm32: convert to use DEVICE_DT_GET for clocks 2021-02-16 17:01:37 -06:00
spi_ll_stm32.h
spi_mcux_dspi.c
spi_mcux_flexcomm.c
spi_mcux_lpspi.c
spi_nrfx_spi.c
spi_nrfx_spim.c
spi_nrfx_spis.c drivers: spi: spi_nrfx_spis: Fix compile error 2020-12-10 11:34:56 -06:00
spi_oc_simple.c
spi_oc_simple.h
spi_rv32m1_lpspi.c
spi_sam0.c
spi_sam.c
spi_sifive.c
spi_sifive.h
spi_xec_qmspi.c
spi_xlnx_axi_quadspi.c