-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Add support ospi driver for Renesas RA8 devices #80799
base: main
Are you sure you want to change the base?
Add support ospi driver for Renesas RA8 devices #80799
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. |
8f49aa6
to
ae8e589
Compare
ae8e589
to
a585f29
Compare
a585f29
to
7d172b6
Compare
Rebase with main to solve conflicts. |
Hello @GeorgeCGV : Could you please help us review again? Thank you so much. |
Hello, great work overall. Unfortunately, I don't have the platform to validate fully. I left some comments and concerns. |
7d172b6
to
13a8287
Compare
Support OSPI flash driver on EK-RA8M1 and EK-RA8D1 with ospi_b and S28HL512T flash. Signed-off-by: Tri Nguyen <[email protected]> Signed-off-by: Thao Luong <[email protected]>
Add ospi node on Renesas RA8 devicetree to support QSPI flash driver Signed-off-by: Quy Tran <[email protected]>
Add support for OSPI flash driver on EK-RA8D1 and EK-RA8M1 Signed-off-by: Quy Tran <[email protected]>
Add test for ospi driver in RA8 boards Signed-off-by: Tri Nguyen <[email protected]> Signed-off-by: Thao Luong <[email protected]>
Add sample ospi for spi_flash and jesd216 Signed-off-by: Tri Nguyen <[email protected]> Signed-off-by: Thao Luong <[email protected]>
13a8287
to
8db1905
Compare
Hello @GeorgeCGV , I updated as you advice, could you please recheck again? Thank you. |
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.
@thaoluonguw, thank you for the adaptations. It would be great to factor out the spi_nor.h
modification and reformat to a standalone commit.
By the way, are you aware of the #71769 effort? It might have been beneficial to implement the new driver against that API.
Add support for ospi driver running on Renesas RA8 (RA8M1 and RA8D1)
Note: This PR requires #79766 is merged