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] pm: device_runtime: Fix bitfields misuse #81598

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

zephyrbot
Copy link
Collaborator

@zephyrbot zephyrbot commented Nov 19, 2024

Backport 581c554 from #81424.

Fixes #82710.

PM_DEVICE_FLAG_ISR_SAFE is an enum and it must be converted to
a bit mask before masking with flags.

Signed-off-by: Krzysztof Chruściński <[email protected]>
(cherry picked from commit 581c554)
@zephyrbot zephyrbot added Backport Backport PR and backport failure issues area: Power Management labels Nov 19, 2024
@kartben
Copy link
Collaborator

kartben commented Nov 29, 2024

@nordic-krch @ceolin this needs an associated issue for backporting

@ceolin
Copy link
Member

ceolin commented Dec 2, 2024

@nordic-krch @ceolin this needs an associated issue for backporting

@kartben will do it.

@ceolin ceolin linked an issue Dec 9, 2024 that may be closed by this pull request
@ceolin
Copy link
Member

ceolin commented Dec 9, 2024

@nordic-krch @ceolin this needs an associated issue for backporting

@kartben will do it.

Is there anything else needed ?

@nashif nashif merged commit 4ef146d into v3.7-branch Jan 24, 2025
29 of 30 checks passed
@nashif nashif deleted the backport-81424-to-v3.7-branch branch January 24, 2025 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Power Management Backport Backport PR and backport failure issues
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[backport] pm: device_runtime: Fix bitfields misuse
5 participants