-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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: clock_control: Add subsys argument to the callback #22425
drivers: clock_control: Add subsys argument to the callback #22425
Conversation
All checks passed. checkpatch (informational only, not a failure)
Tip: The bot edits this comment instead of posting a new one, so you can check the comment's history to see earlier messages. |
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.
Missing changes to the release notes as described in:
https://docs.zephyrproject.org/latest/development_process/api_lifecycle.html#introducing-incompatible-changes
Added subsys argument to the callback, updated one driver which used it and test cases. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
Mentioned that callback has one additional parameter (subsys). Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
51d62ad
to
b48a634
Compare
Added subsys argument to the callback, updated one driver which
used it and test cases.
Fixes #22424.
Signed-off-by: Krzysztof Chruscinski krzysztof.chruscinski@nordicsemi.no