mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-12 12:25:59 +00:00
Refactors the mcux dspi shim driver to use the clock control interface instead of calling CLOCK_GetFreq() directly. With this change, we are now getting all soc-specific information from device tree and can remove the direct dependency on soc.h. Signed-off-by: Maureen Helm <maureen.helm@nxp.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.dw | ||
Kconfig.mcux_dspi | ||
Kconfig.nrfx | ||
Kconfig.sam0 | ||
Kconfig.stm32 | ||
spi_context.h | ||
spi_dw_quark_se_ss_regs.h | ||
spi_dw_regs.h | ||
spi_dw.c | ||
spi_dw.h | ||
spi_handlers.c | ||
spi_intel_regs.h | ||
spi_intel.c | ||
spi_intel.h | ||
spi_ll_stm32.c | ||
spi_ll_stm32.h | ||
spi_mcux_dspi.c | ||
spi_nrfx_spi.c | ||
spi_nrfx_spim.c | ||
spi_nrfx_spis.c | ||
spi_sam0.c |