commit | 15ec1f201610df725d5c42f616ee0712b58b6022 | [log] [tgz] |
---|---|---|
author | Dimitrije Lilic <dimitrije.lilic@orioninc.com> | Thu Sep 12 15:44:22 2024 +0200 |
committer | Henrik Brix Andersen <henrik@brixandersen.dk> | Tue Oct 22 20:42:20 2024 +0200 |
tree | 0bb8097df1e380ad3d8f738bbcb031fbfae038e2 | |
parent | e78811bcd6d028437112ba24e237e1ac58094345 [diff] |
driver: spi: MAX32 add RTIO support plus refactor Implements the SPIO RTIO API. Refactors internal transcive fucntios to work with both existing SPI API and RTIO functions. When SPI_RTIO is enabled the spi_transcieve call translates the request into an RTIO transaction placed in the queue that device will execute. Include the latest refacor changes of RTIO. Signed-off-by: Dimitrije Lilic <dimitrije.lilic@orioninc.com>