]> git.baikalelectronics.ru Git - uboot.git/commit
dm: core: Widen the dump tree to show more of the driver's name.
authorLiviu Dudau <Liviu.Dudau@foss.arm.com>
Mon, 15 Oct 2018 09:03:06 +0000 (10:03 +0100)
committerSimon Glass <sjg@chromium.org>
Wed, 21 Nov 2018 02:14:22 +0000 (19:14 -0700)
commitc86c8dd7a15ac53c28c13e0490e14222619500bc
treeabaf52e0fde2db330c345ac369f66a0fca18c27f
parentd6309aed1fa171489bfff93b697b491f0e56ab6c
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>
drivers/core/dump.c
test/py/tests/test_bind.py