-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
device: inject device dependency information from devicetree nodes
Generate arrays of dependency information for each device. If a device definition is being constructed from devicetree these come from the devicetree dependency information. Additional dependencies may be passed through using the DT_ macros. Define flag values for device handles so we can partition the dependency array into distinct sets, which include things it requires, things it supports (may not be needed), and child nodes (not implemented, may not be needed). Signed-off-by: Peter Bigot <[email protected]>
- Loading branch information
Showing
1 changed file
with
155 additions
and
7 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