]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: Show both allocated and requested seq numbers in 'dm uclass'
authorSimon Glass <sjg@chromium.org>
Thu, 5 Mar 2015 19:25:23 +0000 (12:25 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:23 +0000 (21:47 +0200)
commitd38190d14b8c4c71d807785bea47b36952b7888c
tree479e1b4cf65a2f1cca214547c399c8f77306a764
parenta032cce68d4970d363afcbe7e65b0effea87ef46
dm: Show both allocated and requested seq numbers in 'dm uclass'

Both of these values are useful for understanding what is going on, so show
them both.

The requested number comes from a device tree alias. The allocated one is
set up when the device is activated, and is unique throughout the uclass.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/dm/cmd_dm.c