-
Notifications
You must be signed in to change notification settings - Fork 7.4k
drivers: can: renesas: improve Renesas RA CAN driver implementation #89717
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: can: renesas: improve Renesas RA CAN driver implementation #89717
Conversation
Keep data instance inside of data structure. Avoid accessing global data or using pointers to out of data instance. Signed-off-by: The Nguyen <the.nguyen.yf@renesas.com>
Remove can bus starting at initial function Signed-off-by: The Nguyen <the.nguyen.yf@renesas.com>
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, thanks.
|
Hello @thaoluonguw , @duynguyenxa . Could you please take a look? |
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.
It looks OK with me.
Hello @KhiemNguyenT , @soburi . Could you please take a look? |
@KhiemNguyenT, @soburi Please take a look. |
Apply these changes to avoid undefine issue on Renesas RA CAN: