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

[Backport v3.7-branch] drivers: mdio_nxp_enet: Don't disable IRQ #80922

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

zephyrbot
Copy link
Collaborator

@zephyrbot zephyrbot commented Nov 5, 2024

Backport 2ab1046 from #79435.

Fixes #76446

No real need to be enabling and disabling IRQs, this logic has been
reported to be causing spurious interrupts and strange behavior, we can
just enable the interrupt and switch to interrupt based logic one time
and keep the interrupt enabled at that point.

Also, fix a W1C bug where |= was used instead of = to clear a flag.

Signed-off-by: Declan Snyder <[email protected]>
(cherry picked from commit 2ab1046)
@zephyrbot zephyrbot added Backport Backport PR and backport failure issues platform: NXP Drivers NXP Semiconductors, drivers area: MDIO labels Nov 5, 2024
@dkalowsk dkalowsk added this to the v3.7.1 milestone Nov 7, 2024
@nashif nashif merged commit 7098b56 into v3.7-branch Nov 11, 2024
28 of 29 checks passed
@nashif nashif deleted the backport-79435-to-v3.7-branch branch November 11, 2024 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: MDIO Backport Backport PR and backport failure issues platform: NXP Drivers NXP Semiconductors, drivers
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

6 participants