zephyr/drivers/spi
Vincent Wan 27c035fff4 drivers: spi: use CPU clock frequency in configuration on CC13XX/CC26XX
The SPI peripheral should be configured using the CPU clock speed and
not the system clock speed. This used to be fine because they were the
same before #19232, but now that the system clock is RTC-based (which
has a different frequency), we can no longer make that assumption.

Signed-off-by: Vincent Wan <vincent.wan@linaro.org>
2019-11-07 15:55:21 -06:00
..
CMakeLists.txt drivers: spi: rv32m1: Add driver for RV32M1 LPSPI 2019-11-04 14:11:18 -06:00
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.cc13xx_cc26xx kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.dw kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -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_lpspi kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.nrfx kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.oc_simple kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.rv32m1_lpspi drivers: spi: rv32m1: Add driver for RV32M1 LPSPI 2019-11-04 14:11:18 -06:00
Kconfig.sam kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -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 cleanup: include/: move spi.h to drivers/spi.h 2019-06-27 22:55:49 -04:00
spi_dw.c boards: remove quarl_se_c1000 2019-07-29 21:30:25 -07:00
spi_dw.h drivers: spi_dw: add WORD only access support 2019-09-17 20:40:38 +08:00
spi_dw_regs.h drivers: spi_dw: add WORD only access support 2019-09-17 20:40:38 +08:00
spi_handlers.c kernel: Port remaining syscalls to new API 2019-09-12 11:31:50 +08:00
spi_litespi.c drivers: spi: Add LiteX SPI driver 2019-10-21 08:40:09 -05:00
spi_litespi.h drivers: spi: Add LiteX SPI driver 2019-10-21 08:40:09 -05:00
spi_ll_stm32.c drivers: spi: spi_ll_stm32: Add support for STM32MP1x SoC 2019-08-05 13:52:34 -05:00
spi_ll_stm32.h drivers: spi: spi_ll_stm32: Add support for STM32MP1x SoC 2019-08-05 13:52:34 -05:00
spi_mcux_dspi.c cleanup: include/: move spi.h to drivers/spi.h 2019-06-27 22:55:49 -04:00
spi_mcux_lpspi.c cleanup: include/: move spi.h to drivers/spi.h 2019-06-27 22:55:49 -04:00
spi_nrfx_spi.c drivers: nrf: Add power management to nrf SPI driver. 2019-07-15 12:05:19 +02:00
spi_nrfx_spim.c dts: Use separate compatibles for Nordic SPI/SPIM/SPIS peripherals 2019-09-26 19:13:17 +02:00
spi_nrfx_spis.c cleanup: include/: move spi.h to drivers/spi.h 2019-06-27 22:55:49 -04:00
spi_oc_simple.c drivers: spi: Add simple_spi driver 2019-10-22 15:54:03 -05:00
spi_oc_simple.h drivers: spi: Add simple_spi driver 2019-10-22 15:54:03 -05:00
spi_rv32m1_lpspi.c drivers: spi: rv32m1: Add driver for RV32M1 LPSPI 2019-11-04 14:11:18 -06:00
spi_sam.c cleanup: include/: move spi.h to drivers/spi.h 2019-06-27 22:55:49 -04:00
spi_sam0.c cleanup: include/: move spi.h to drivers/spi.h 2019-06-27 22:55:49 -04:00
spi_sifive.c dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
spi_sifive.h cleanup: include/: move spi.h to drivers/spi.h 2019-06-27 22:55:49 -04:00
spi_xec_qmspi.c drivers : spi : mec1501 : XEC SPI driver 2019-10-23 19:18:32 -07:00