Skip to content

Conversation

@zephyrbot
Copy link

@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