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

drivers: can: mcan: Move RF0L and RF1L to line 1 #63489

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

legoabram
Copy link
Collaborator

The code is designed to handle RF0L and RF1L in line 1, but they were being sent to line 0. Becuase they weren't handled, the interrupts would never be handled which locked up the chip.

Additionally, I'd like some additional guidance on how to backport this to v3.4.

The code is designed to handle RF0L and RF1L in
line 1, but they were being sent to line 0. Becuase
they weren't handled, the interrupts would never
be handled which locked up the chip.

Signed-off-by: Abram Early <[email protected]>
@henrikbrixandersen
Copy link
Member

Additionally, I'd like some additional guidance on how to backport this to v3.4.

Hi @legoabram - thank you for this contribution. In order to have any bug fix backported (or even merged into main right now, as we are currently in feature freeze for v3.5.0) you will need to open an issue using our bug report template first.

@henrikbrixandersen henrikbrixandersen linked an issue Oct 4, 2023 that may be closed by this pull request
@henrikbrixandersen henrikbrixandersen added the backport v3.4-branch Backport to the v3.4-branch label Oct 4, 2023
@henrikbrixandersen henrikbrixandersen added backport v2.7-branch Request backport to the v2.7-branch backport v3.3-branch labels Oct 6, 2023
@henrikbrixandersen
Copy link
Member

@legoabram Thanks. Now that the bug report is in place and linked, I have added the needed labels to this PR to have our bot automatically (attempt) backporting the fix.

@henrikbrixandersen henrikbrixandersen added this to the v3.5.0 milestone Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: CAN backport v2.7-branch Request backport to the v2.7-branch backport v3.4-branch Backport to the v3.4-branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MCAN's RF0L and RF1L Interrupts not Handled
5 participants