-
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
dts: bindings: dma: Change the property names in the bindings #83769
Open
rruuaanng
wants to merge
2
commits into
zephyrproject-rtos:main
Choose a base branch
from
rruuaanng:dts-style-1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+13
−8
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
18 tasks
rruuaanng
force-pushed
the
dts-style-1
branch
2 times, most recently
from
January 14, 2025 07:18
9d4241d
to
e1d8392
Compare
rruuaanng
changed the title
dts: bindings dma: Change the property names in the bindings
dts: bindings: dma: Change the property names in the bindings
Jan 14, 2025
zephyrbot
added
Release Notes
To be mentioned in the release notes
platform: Silabs
Silicon Labs
platform: NXP
NXP
area: DMA
Direct Memory Access
platform: NXP Drivers
NXP Semiconductors, drivers
labels
Jan 14, 2025
zephyrbot
requested review from
asmellby,
butok,
dbaluta,
decsny,
DerekSnell,
dleach02,
EmilioCBen,
fabiobaltieri,
jerome-pouiller,
jhedberg,
kartben,
manuargue,
mmahadevan108,
teburd and
yvanderv
January 14, 2025 07:19
rruuaanng
force-pushed
the
dts-style-1
branch
from
January 14, 2025 07:25
e1d8392
to
dd82d15
Compare
jhedberg
approved these changes
Jan 14, 2025
jerome-pouiller
approved these changes
Jan 14, 2025
fabiobaltieri
approved these changes
Jan 14, 2025
decsny
approved these changes
Jan 14, 2025
Unify property names in bindings and DTS, using hyphens (-) instead of underscores (_) as separators. Signed-off-by: James Roy <rruuaanng@outlook.com>
Rename the nxp,a_on and dma_channels propertys to nxp,a-on and dma-channels in the devicetree and bindings of the DMA subsystem. Signed-off-by: James Roy <rruuaanng@outlook.com>
fabiobaltieri
approved these changes
Jan 17, 2025
@rruuaanng this has failing CI checks that need fixing, likely because of changes to existing or new boards (xg23 & xg29) that were recently merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: DMA
Direct Memory Access
DNM
This PR should not be merged (Do Not Merge)
platform: NXP Drivers
NXP Semiconductors, drivers
platform: NXP
NXP
platform: Silabs
Silicon Labs
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.
Change the property names in the bindings and DTS
to use hyphens(-) for separation instead of underscores(_).