zephyr/drivers/spi
Erwan Gouriou 361b55d4cb drivers/spi: spi_context.h: Update to new GPIO API
Update to new GPIO API.


Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2020-02-05 12:00:36 +01:00
..
CMakeLists.txt drivers: spi: Add Gecko SPI driver 2020-01-10 07:14:35 -06:00
Kconfig drivers: spi: Add Gecko SPI driver 2020-01-10 07:14:35 -06:00
Kconfig.cc13xx_cc26xx kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.dw kconfig: Remove redundant 'default n' and 'prompt' properties 2019-12-09 16:14:50 +01:00
Kconfig.gecko kconfig: Turn pointless 'menuconfig's into 'config's 2020-01-24 21:30:17 -05:00
Kconfig.litex kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.mcux_dspi kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.mcux_flexcomm drivers: spi: kconfig: Turn pointless 'menuconfig' into 'config' 2020-01-03 07:32:32 -06:00
Kconfig.mcux_lpspi kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.nrfx modules: hal_nordic: Update nrfx to version 2.1.0 2020-01-29 15:00:45 +01:00
Kconfig.oc_simple kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.rv32m1_lpspi kconfig: Fix up newly-introduced copy-pasted headers 2019-11-19 15:25:08 -05:00
Kconfig.sam drivers: spi: sam: Add support to samv71 soc 2020-02-04 14:55:45 -05:00
Kconfig.sam0 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.sifive kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.stm32 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.xec_qmspi kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
spi_cc13xx_cc26xx.c drivers: spi: use CPU clock frequency in configuration on CC13XX/CC26XX 2019-11-07 15:55:21 -06:00
spi_context.h drivers/spi: spi_context.h: Update to new GPIO API 2020-02-05 12:00:36 +01:00
spi_dw_regs.h
spi_dw.c driver/spi: Make DT aliases consistent for the DW drivers 2020-01-28 18:18:18 -05:00
spi_dw.h
spi_gecko.c drivers: spi: Add Gecko SPI driver 2020-01-10 07:14:35 -06:00
spi_handlers.c spi: fix spell typo in spi handler 2019-11-20 09:56:53 -08:00
spi_litespi.c
spi_litespi.h
spi_ll_stm32.c treewide: use full path to clock_control/stm32_clock_control.h header 2020-01-26 17:52:12 +01:00
spi_ll_stm32.h spi: stm32: Add ll_func_set_fifo_threshold_16bit helper 2019-12-18 22:01:20 +01:00
spi_mcux_dspi.c drivers: spi: Refactor mcux dspi driver to use generated dts macros 2020-01-15 18:02:19 -05:00
spi_mcux_flexcomm.c drivers: spi: Add mcux flexcomm driver 2019-12-10 08:48:56 -06:00
spi_mcux_lpspi.c
spi_nrfx_spi.c drivers: spi: nrfx: factorise spi_context_lock() 2020-02-04 20:58:05 +02:00
spi_nrfx_spim.c drivers: spi: nrfx: factorise spi_context_lock() 2020-02-04 20:58:05 +02:00
spi_nrfx_spis.c drivers: spi: nrfx: factorise spi_context_lock() 2020-02-04 20:58:05 +02:00
spi_oc_simple.c treewide: use full path to spi.h header 2020-01-26 17:52:12 +01:00
spi_oc_simple.h global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
spi_rv32m1_lpspi.c
spi_sam.c
spi_sam0.c spi: sam0: Add support for SAME54 2019-12-18 22:12:15 +01:00
spi_sifive.c global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
spi_sifive.h global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
spi_xec_qmspi.c