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

drivers: dma: dma_cavs: DMA driver does not support per-channel callbacks #7979

Closed
sathishkuttan opened this issue May 28, 2018 · 1 comment
Assignees
Labels
bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug

Comments

@sathishkuttan
Copy link
Collaborator

The current driver drivers/dma/dma_cavs.c allows DMA completion callback functions to be one per device.
Since each DMA device has 8 channels with each channel potentially used by different peripheral drivers, the DMA driver should instead allow registration of completion callback function for each channel.

@nashif nashif added the bug The issue is a bug, or the PR is fixing a bug label May 29, 2018
@nashif nashif added the priority: low Low impact/importance bug label May 29, 2018
@tbursztyka
Copy link
Collaborator

Added this issue to #5697

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug
Projects
None yet
Development

No branches or pull requests

4 participants