-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Bluetooth: HCI: Use lower-case values for bus and quirks in devicetree #79878
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zephyrbot
added
platform: Ambiq
Ambiq
area: Bluetooth
area: Devicetree
platform: STM32
ST Micro STM32
platform: ESP32
Espressif ESP32
platform: Infineon
Infineon Technologies AG
Release Notes
To be mentioned in the release notes
area: Bluetooth Host
platform: Silabs
Silicon Labs
labels
Oct 15, 2024
Note: I got the inspiration from #79634 |
decsny
previously approved these changes
Oct 15, 2024
jhedberg
force-pushed
the
bt_bindings
branch
2 times, most recently
from
October 16, 2024 06:37
9708cc7
to
8d0f185
Compare
It's more common (and more readable) convention to use lower-case names for string-based device tree property values. Convert the HCI bus and quirks to follow this convention. Also take advantage of the recently added support for string-array enums to enforce that the correct values are used. Signed-off-by: Johan Hedberg <[email protected]>
Add a note for the updated bt-hci-quirks and bt-hci-bus DT properties. Signed-off-by: Johan Hedberg <[email protected]>
alwa-nordic
approved these changes
Oct 16, 2024
Thalley
approved these changes
Oct 16, 2024
ifyall
approved these changes
Oct 16, 2024
mmahadevan108
approved these changes
Oct 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Bluetooth Host
area: Bluetooth
area: Devicetree
platform: Ambiq
Ambiq
platform: ESP32
Espressif ESP32
platform: Infineon
Infineon Technologies AG
platform: Silabs
Silicon Labs
platform: STM32
ST Micro STM32
Release Notes
To be mentioned in the release notes
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
It's more common (and more readable) convention to use lower-case names for string-based device tree property values. Convert the HCI bus and quirks to follow this convention. Also take advantage of the recently added support for string-array enums to enforce that the correct values are used.