commit | 42511c80bacee5f072fc64b0c9d6dc068005e31b | [log] [tgz] |
---|---|---|
author | Declan Snyder <declan.snyder@nxp.com> | Wed Dec 04 14:55:30 2024 -0600 |
committer | Benjamin Cabé <kartben@gmail.com> | Sat Dec 14 01:04:28 2024 +0100 |
tree | dd4de790c04baf17473fa601fe4c1581569a990f | |
parent | 377e6bdf98987fd8df48bf38e27ea0bfeee76b01 [diff] |
spi_mcux_lpspi: Move RTIO code to rtio functions To facilitate changing this driver, decouple rtio from functions not specific to RTIO. This also requires moving the sdk driver handle creation outside of the configure call. An effect of this is we can stop initializing an unused sdk driver handle for the dma path. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>