Skip to content

drivers: spi: it51xxx: fifo mode support #92581

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

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

Conversation

Chenhongren
Copy link
Contributor

This commit adds shared/group fifo mode support.

Tested with: samples/drivers/spi_flash

Comment on lines 101 to 103
(x == PIO_MODE) ? "pio mode" \
: (x == SHARED_FIFO_MODE) ? "share fifo mode" \
: "group fifo mode"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this needs an external outer parenthesis

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, thanks.

This commit adds shared/group fifo mode support.

Tested with: samples/drivers/spi_flash

Signed-off-by: Ren Chen <Ren.Chen@ite.com.tw>
@Chenhongren Chenhongren force-pushed the pr/it51xxx/spi-fifo-mode branch from 7956ea6 to e4791a3 Compare July 8, 2025 00:28
Copy link

sonarqubecloud bot commented Jul 8, 2025

@fabiobaltieri fabiobaltieri assigned Dino-Li and GTLin08 and unassigned tbursztyka Jul 10, 2025
@danieldegrasse danieldegrasse added this to the v4.3.0 milestone Jul 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants