mirror of
https://xff.cz/git/u-boot/
synced 2025-10-03 08:21:30 +02:00
Each uclass has a driver name which we can use to look up the uclass. This is useful for logging, where the uclass ID is used as the category. Add a function to handle this, as well as a test. Signed-off-by: Simon Glass <sjg@chromium.org>