commit | 5197dafc42eb926525a12fc5aa38d2a05f22d177 | [log] [tgz] |
---|---|---|
author | Liviu Dudau <Liviu.Dudau@foss.arm.com> | Mon Oct 15 10:03:06 2018 +0100 |
committer | Simon Glass <sjg@chromium.org> | Tue Nov 20 19:14:22 2018 -0700 |
tree | abaf52e0fde2db330c345ac369f66a0fca18c27f | |
parent | 0c943e5da64987a622544cafab791caee6e14c9d [diff] |
dm: core: Widen the dump tree to show more of the driver's name. With drivers that have prefix names that are quite long (like 'versatile_') it is useful to have a wider column for the driver's name when dumping the device driver tree. Also update the tests to take into account the wider output format. Signed-off-by: Liviu Dudau <liviu.dudau@foss.arm.com> Reviewed-by: Simon Glass <sjg@chromium.org>