Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-07 | dm: devres: Add tests | Simon Glass | |
The devres functionality has very few users in U-Boot, but it still should have tests. Add a few basic tests of the main functions. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2020-01-07 | dm: devres: Create a new devres header file | Simon Glass | |
At present these functions are lumped in with the core device functions. They have their own #ifdef to control their availability, so it seems better to split them out. Move them into their own header file. Signed-off-by: Simon Glass <sjg@chromium.org> |