| .. |
|
CMakeLists.txt
|
drivers: spi: introduce new Telink B91 SPI driver
|
2021-08-19 17:18:23 -04:00 |
|
Kconfig
|
drivers: spi: introduce new Telink B91 SPI driver
|
2021-08-19 17:18:23 -04:00 |
|
Kconfig.b91
|
drivers: spi: introduce new Telink B91 SPI driver
|
2021-08-19 17:18:23 -04:00 |
|
Kconfig.cc13xx_cc26xx
|
|
|
|
Kconfig.dw
|
drivers: spi: spi_dw: determine num IRQs from devicetree
|
2021-03-02 20:06:38 -06:00 |
|
Kconfig.esp32
|
esp32s2: drivers: spi: add driver support
|
2021-10-10 14:52:41 -04:00 |
|
Kconfig.gecko
|
|
|
|
Kconfig.litex
|
|
|
|
Kconfig.mcux_dspi
|
drivers: spi: Update mcux driver to support edma
|
2021-09-02 15:50:52 -05:00 |
|
Kconfig.mcux_flexcomm
|
drivers: spi: Update MCUX Flexcomm driver to add DMA support
|
2020-10-21 06:26:40 -05:00 |
|
Kconfig.mcux_lpspi
|
|
|
|
Kconfig.nrfx
|
drivers: spi: Kconfig.nrfx: Use RAM buffers for SPIMs by default
|
2020-09-14 16:02:59 -05:00 |
|
Kconfig.oc_simple
|
|
|
|
Kconfig.psoc6
|
drivers: spi: Add cypress PSoC-6 scb spi driver
|
2021-05-05 16:01:28 +02:00 |
|
Kconfig.rv32m1_lpspi
|
|
|
|
Kconfig.sam
|
|
|
|
Kconfig.sam0
|
|
|
|
Kconfig.sifive
|
|
|
|
Kconfig.spi_emul
|
emul: spi: Add support for SPI emulators
|
2020-10-05 15:33:00 -04:00 |
|
Kconfig.stm32
|
|
|
|
Kconfig.test
|
drivers: spi: add dummy driver for vnd,spi
|
2021-02-23 10:34:19 -05:00 |
|
Kconfig.xec_qmspi
|
|
|
|
Kconfig.xlnx
|
drivers: spi: add driver for the Xilinx AXI Quad SPI IP
|
2020-08-26 12:32:27 +02:00 |
|
spi_b91.c
|
drivers: spi: introduce new Telink B91 SPI driver
|
2021-08-19 17:18:23 -04:00 |
|
spi_cc13xx_cc26xx.c
|
pm: use actions for device PM control
|
2021-08-04 08:23:01 -04:00 |
|
spi_context.h
|
spi: convert CS usage to gpio_dt_spec
|
2021-10-05 19:24:18 -04:00 |
|
spi_dw_regs.h
|
|
|
|
spi_dw.c
|
pm: adjust busy check API call return types and naming
|
2021-07-30 09:28:42 -04:00 |
|
spi_dw.h
|
drivers: spi: spi_dw: Remove clock gate support
|
2021-03-02 20:06:38 -06:00 |
|
spi_emul.c
|
drivers: spi: remove usage of device_pm_control_nop
|
2021-04-28 12:25:39 -04:00 |
|
spi_esp32_spim.c
|
esp32s2: drivers: spi: add driver support
|
2021-10-10 14:52:41 -04:00 |
|
spi_esp32_spim.h
|
esp32: drivers: spi: driver refactoring
|
2021-10-10 14:52:41 -04:00 |
|
spi_gecko.c
|
drivers: spi: remove usage of device_pm_control_nop
|
2021-04-28 12:25:39 -04:00 |
|
spi_handlers.c
|
device: Const-ify all device driver instance pointers
|
2020-09-02 13:48:13 +02:00 |
|
spi_litespi.c
|
drivers: spi: remove usage of device_pm_control_nop
|
2021-04-28 12:25:39 -04:00 |
|
spi_litespi.h
|
device: Apply driver_api/data attributes rename everywhere
|
2020-08-11 19:30:53 +02:00 |
|
spi_ll_stm32.c
|
drivers/spi: stm32u5 spi support
|
2021-10-05 19:23:37 -04:00 |
|
spi_ll_stm32.h
|
drivers/spi: stm32u5 spi support
|
2021-10-05 19:23:37 -04:00 |
|
spi_mcux_dspi.c
|
drivers: spi: Update mcux driver to support edma
|
2021-09-02 15:50:52 -05:00 |
|
spi_mcux_flexcomm.c
|
drivers: spi: remove usage of device_pm_control_nop
|
2021-04-28 12:25:39 -04:00 |
|
spi_mcux_lpspi.c
|
drivers: spi: remove usage of device_pm_control_nop
|
2021-04-28 12:25:39 -04:00 |
|
spi_nrfx_spi.c
|
drivers: spi_nrfx_spi: Change the way the nrfx driver is configured
|
2021-09-23 08:39:37 -04:00 |
|
spi_nrfx_spim.c
|
drivers: spi_nrfx_spim: Change the way the nrfx driver is configured
|
2021-09-23 08:39:37 -04:00 |
|
spi_nrfx_spis.c
|
drivers: spi: remove usage of device_pm_control_nop
|
2021-04-28 12:25:39 -04:00 |
|
spi_oc_simple.c
|
drivers: spi: remove usage of device_pm_control_nop
|
2021-04-28 12:25:39 -04:00 |
|
spi_oc_simple.h
|
device: Apply driver_api/data attributes rename everywhere
|
2020-08-11 19:30:53 +02:00 |
|
spi_psoc6.c
|
drivers: spi: Add cypress PSoC-6 scb spi driver
|
2021-05-05 16:01:28 +02:00 |
|
spi_rv32m1_lpspi.c
|
drivers: spi: remove usage of device_pm_control_nop
|
2021-04-28 12:25:39 -04:00 |
|
spi_sam0.c
|
drivers: spi: remove usage of device_pm_control_nop
|
2021-04-28 12:25:39 -04:00 |
|
spi_sam.c
|
soc: atmel_sam: Add _INST to ATMEL_SAM_DT_PIN* macros
|
2021-06-14 09:50:41 -05:00 |
|
spi_sifive.c
|
drivers: spi: sifive: fix bug of transferring multiple bufs
|
2021-05-06 07:41:16 -05:00 |
|
spi_sifive.h
|
device: Apply driver_api/data attributes rename everywhere
|
2020-08-11 19:30:53 +02:00 |
|
spi_test.c
|
drivers: spi: remove usage of device_pm_control_nop
|
2021-04-28 12:25:39 -04:00 |
|
spi_xec_qmspi.c
|
drivers: spi: remove usage of device_pm_control_nop
|
2021-04-28 12:25:39 -04:00 |
|
spi_xlnx_axi_quadspi.c
|
drivers: spi: remove usage of device_pm_control_nop
|
2021-04-28 12:25:39 -04:00 |