Skip to content

drivers: dma: atcdmac300: add flush chain_block when Data cache is en… #90632

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

jacob730204
Copy link

Add cache flush to ensure dma_chain is written back to memory for DMA coherence

This ensures that the dma_chain structure is flushed from the CPU cache to memory before initiating DMA operations, preventing potential data inconsistency issues.

…abled

Add cache flush to ensure dma_chain is written back to memory
for DMA coherence

Signed-off-by: jacob kung <jacob.kung@egistec.com>
@jacob730204 jacob730204 force-pushed the br_add_flush_in_atcdmac300 branch from 6ad0dca to c8217ea Compare May 27, 2025 16:33
Copy link

Copy link
Collaborator

@kevinwang821020 kevinwang821020 left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks for the update!

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.

3 participants