commit | 8a8fe1ba5c252fc3a2ca17f3d6c087df311e514c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Dec 29 21:19:24 2019 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 07 16:02:38 2020 -0700 |
tree | 051bc9733c6aee6281d62e3e2fecd3211ec52c13 | |
parent | 19920d743663f0cb1427a1d539309d2df0d5ca13 [diff] |
dm: devres: Convert to use logging At present when CONFIG_DEBUG_DEVRES is enabled, U-Boot prints log messages to the console with every devres allocation/free event. This causes most tests to fail since the console output is not as expected. In particular this prevents us from adding a device to sandbox which uses devres in its bind method. Move devres over to use U-Boot's logging feature instead, and add a new category for devres. Signed-off-by: Simon Glass <sjg@chromium.org>