-
Notifications
You must be signed in to change notification settings - Fork 321
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
platform: posix: dma: place api in iterable section #9710
Conversation
Can one of the admins verify this patch?
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @jilaypandya ! Let's have the CI test this out as well.
I think I would need some help to get CI done correctly. |
@jilaypandya I know what's the problem, SOF doesn't have "device: Add DEVICE_API macros" yet. We are struggling with a series of regressions that has blocked our Zephyr updates, so we are stuck at e59289d89999 for Zephyr. But this should be solved soon, I had almost clean CI with #9705 ... still need one more fix on Zephyr side before we can upgrade (and then your PR should pass SOF CI). |
test this please |
@jilaypandya Can you rebase now? #9712 merged to SOF, so Zephyr should be new enough for this PR to pass CI tests. |
this commit refactors dma_driver_api in iterable_section Signed-off-by: Jilay Pandya <[email protected]>
52db692
to
0e023de
Compare
Done |
SOFCI TEST |
Thank you @jilaypandya , all mandatory now passing, proceeding with merge. |
this commit refactors dma_driver_api in iterable_section