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 support for per-channel callbacks #7980

Merged
merged 1 commit into from
May 31, 2018

Conversation

sathishkuttan
Copy link
Collaborator

Resolves #7979

@codecov-io
Copy link

codecov-io commented May 28, 2018

Codecov Report

Merging #7980 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #7980   +/-   ##
=======================================
  Coverage   55.03%   55.03%           
=======================================
  Files         481      481           
  Lines       53936    53936           
  Branches    10474    10474           
=======================================
  Hits        29686    29686           
  Misses      19981    19981           
  Partials     4269     4269

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5405f68...b398fd7. Read the comment docs.

Copy link
Contributor

@rgundi rgundi left a comment

Choose a reason for hiding this comment

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

Code LGTM. However, Shippable is failing because the first line in the commit message description is more than 72 characters long. Please fix it.

Allow the application using DMA driver to register a callback for
a specific channel within the DMA device instead of one callback
per device.

Signed-off-by: Sathish Kuttan <[email protected]>
@sathishkuttan
Copy link
Collaborator Author

Updated commit message.

@nashif nashif merged commit 9a7538b into zephyrproject-rtos:master May 31, 2018
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.

4 participants