forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devicetree: deprecate DT_DMAS_LABEL APIs
Mark all variants of the DT_DMAS_LABEL APIs: * DT_DMAS_LABEL_BY_IDX * DT_DMAS_LABEL_BY_NAME * DT_INST_DMAS_LABEL_BY_IDX * DT_INST_DMAS_LABEL_BY_NAME As deprecated in favor of utilizing: * DT_DMAS_CTLR_BY_IDX * DT_DMAS_CTLR_BY_NAME * DT_DMAS_CTLR * DT_INST_DMAS_CTLR_BY_IDX * DT_INST_DMAS_CTLR_BY_NAME * DT_INST_DMAS_CTLR Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
- Loading branch information
Showing
3 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
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
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
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