-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Add support DMA driver for Renesas RZ/T2M, N2L, A3UL, V2L #96769
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
base: main
Are you sure you want to change the base?
Conversation
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
8ef642b
to
5f032f3
Compare
5f032f3
to
11e0cc4
Compare
11e0cc4
to
890fdf3
Compare
Update commit id for hal_renesas Signed-off-by: Hieu Nguyen <[email protected]> Signed-off-by: Tien Nguyen <[email protected]>
Add DMA driver support for Renesas RZ/V2L, A3UL, T2M, N2L Signed-off-by: Hieu Nguyen <[email protected]> Signed-off-by: Tien Nguyen <[email protected]>
Add DMA nodes to Renesas RZ/V2L, A3UL, T2M, N2L Signed-off-by: Hieu Nguyen <[email protected]> Signed-off-by: Tien Nguyen <[email protected]>
Add DMA support for Renesas RZ/V2L, A3UL, T2M, N2L Signed-off-by: Hieu Nguyen <[email protected]> Signed-off-by: Tien Nguyen <[email protected]>
Add DMA test for Renesas RZV2L-SMARC, RZA3UL-SMARC, RZT2M-RSK, RZN2L-RSK Signed-off-by: Hieu Nguyen <[email protected]> Signed-off-by: Tien Nguyen <[email protected]>
890fdf3
to
3920398
Compare
|
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.
LGTM
Add support DMA driver for Renesas RZ/A3UL, T2M, N2L, V2L:
drivers/dma/dma_renesas_rz.c
to use common source code for Renesas RZ devicesrenesas,rz-dmac
andrenesas,rz-dmac-b
compatible because hardware is different at HALtests/drivers/dma/chan_blen_transfer
andtests/drivers/dma/loop_transfer
tests for RZ/A3UL-SMARC, RZ/T2M-RSK, RZ/N2L-RSK, RZ/V2L-SMARCNeed: zephyrproject-rtos/hal_renesas#146 (merged)