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

Use of deprecated macro's in dma_iproc_pax_v1, and dma_iproc_pax_v2 #32153

Closed
galak opened this issue Feb 10, 2021 · 0 comments · Fixed by #32154
Closed

Use of deprecated macro's in dma_iproc_pax_v1, and dma_iproc_pax_v2 #32153

galak opened this issue Feb 10, 2021 · 0 comments · Fixed by #32154
Assignees
Labels
bug The issue is a bug, or the PR is fixing a bug priority: high High impact/importance bug

Comments

@galak
Copy link
Collaborator

galak commented Feb 10, 2021

The dma_iproc_pax_v1, and dma_iproc_pax_v2 drivers use DEVICE_AND_API_INIT which is deprecated.

@galak galak added the bug The issue is a bug, or the PR is fixing a bug label Feb 10, 2021
@galak galak self-assigned this Feb 10, 2021
@galak galak added the priority: high High impact/importance bug label Feb 10, 2021
galak added a commit to galak/zephyr that referenced this issue Feb 10, 2021
Drivers are using DEVICE_AND_API_INIT which is deprecated so convert
the iproc_pax dma drivers over to using DEVICE_DT_INST_DEFINE and
DEVICE_DT_INST_GET.

Fixes zephyrproject-rtos#32153

Signed-off-by: Kumar Gala <[email protected]>
nashif pushed a commit that referenced this issue Feb 10, 2021
Drivers are using DEVICE_AND_API_INIT which is deprecated so convert
the iproc_pax dma drivers over to using DEVICE_DT_INST_DEFINE and
DEVICE_DT_INST_GET.

Fixes #32153

Signed-off-by: Kumar Gala <[email protected]>
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: high High impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant