-
Notifications
You must be signed in to change notification settings - Fork 8.3k
drivers: usb: stm32: fix stm32u5x clock disable in sleep mode #88082
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: usb: stm32: fix stm32u5x clock disable in sleep mode #88082
Conversation
|
This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time. |
|
Same bug in UDC driver zephyr/drivers/usb/udc/udc_stm32.c Lines 1146 to 1148 in 77c2c45
Could fix for it be added to this PR are well? (I feel like I had seen this bug before, but that it had been fixed...) |
This and the UDC driver bug are fixed also in #87061 which is why I left this PR in draft state to wait what happens there. And then I forgot all about this. |
Better for this bug to be fixed here so the fix can be easily backported, please open a bug issue if you have the time (needed for backporting). |
b1ef5a5
Replace logical OR with bitwise OR. Signed-off-by: Riku Karjalainen <riku.karjalainen@vaisala.com>
Replace logical OR with bitwise OR. Signed-off-by: Riku Karjalainen <riku.karjalainen@vaisala.com>
9908719 to
efaaa36
Compare
|



Replace logical OR with bitwise OR.
Fixes #91039