zephyr/drivers/spi
Kumar Gala 8fb2210cfb emul: remove name param from bus register APIs
Rework the <BUS>_emul_register calls to not pass the name param.  The
name param is only used for logging and we can get it from the
struct <BUS>_emul instead.

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-07-19 15:52:36 -05:00
..
CMakeLists.txt
Kconfig
Kconfig.b91
Kconfig.bitbang
Kconfig.cc13xx_cc26xx
Kconfig.dw
Kconfig.esp32
Kconfig.gd32
Kconfig.gecko
Kconfig.litex
Kconfig.mchp_mss_qspi
Kconfig.mcux_dspi
Kconfig.mcux_flexcomm
Kconfig.mcux_lpspi
Kconfig.npcx_fiu
Kconfig.nrfx drivers: spi: nrfx_spim: move rx delay to DT 2022-07-19 13:20:00 -07:00
Kconfig.oc_simple
Kconfig.psoc6
Kconfig.rv32m1_lpspi
Kconfig.sam
Kconfig.sam0
Kconfig.sifive
Kconfig.spi_emul
Kconfig.stm32
Kconfig.test
Kconfig.xec_qmspi
Kconfig.xec_qmspi_ldma
Kconfig.xlnx
spi_b91.c
spi_bitbang.c drivers: spi: spi-bitbang: Add support for half duplex 2022-07-13 10:15:00 +02:00
spi_cc13xx_cc26xx.c
spi_context.h
spi_dw.c
spi_dw.h
spi_dw_regs.h
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_esp32_spim: Support more CS pins per SPI instance 2022-07-14 15:51:00 +00:00
spi_esp32_spim.h
spi_gd32.c
spi_gecko.c
spi_handlers.c
spi_litespi.c
spi_litespi.h
spi_ll_stm32.c
spi_ll_stm32.h
spi_mchp_mss_qspi.c everywhere: Fix legacy include paths 2022-07-18 16:16:47 +00:00
spi_mcux_dspi.c
spi_mcux_flexcomm.c
spi_mcux_lpspi.c
spi_npcx_fiu.c
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
spi_oc_simple.h
spi_psoc6.c
spi_rv32m1_lpspi.c
spi_sam.c
spi_sam0.c
spi_sifive.c
spi_sifive.h
spi_test.c
spi_xec_qmspi.c
spi_xec_qmspi_ldma.c
spi_xlnx_axi_quadspi.c