]> git.sur5r.net Git - u-boot/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)
committerSimon Glass <sjg@chromium.org>
Fri, 17 Apr 2015 01:27:42 +0000 (19:27 -0600)
commitfa67f90fc32adaa0c8001e3ae49e81c91d0c9d92
treedbb6b99dc9dc1bee8b86cd14925081dc14ec9073
parent02c07b3741f1b825934b1a6eb8f23530532dc426
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