commit | 607f9bcb0d0af57c52bacf4d3aeb3a7d389ea206 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 15 17:25:14 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Mon Mar 22 19:23:28 2021 +1300 |
tree | 98b173750b5a254c75006a67edae4d5642017da5 | |
parent | 851144350b6ff1d4982b9af2f9b0fe48aed24b3c [diff] |
dm: core: Add macros to access the new linker lists Add macros which work with instantiated devices and uclasses, as created at build time by dtoc. Include variants that can be used in data structures. These are mostly used by dtoc but it is worth documenting them fully for the occasional case where they might come up in user code. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>