Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial SPI driver support for TI OMAP and K3 devices #87970

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

natto1784
Copy link
Contributor

This patch adds the initial support for the OMAP Multi-Channel SPI. Some things should be noted however:

DMA xfers are not supported yet

Only PIO is supported as of now.

Multi-Channel controller is not supported yet

Only Single-Channel controller mode is supported, this means that the controller can xfer messages with one slave at a time.

tags: TI, OMAP, K3, SPI

@natto1784 natto1784 changed the title drivers: spi: spi_omap_mcspi: init Initial SPI driver support for TI OMAP and K3 devices Apr 1, 2025
@natto1784 natto1784 force-pushed the mcspi-omap branch 2 times, most recently from 2314485 to 2a2acff Compare April 1, 2025 12:33
This patch adds the initial support for the OMAP Multi-Channel SPI. Some
things should be noted however:

* DMA xfers are not supported yet

Only PIO is supported as of now.

* Multi-Channel controller is not supported yet

Only Single-Channel controller mode is supported, this means that the
controller can xfer messages with one slave at a time.

Signed-off-by: Amneesh Singh <a-singh7@ti.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant