Home
last modified time | relevance | path

Searched hist:fa67f90fc32adaa0c8001e3ae49e81c91d0c9d92 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/test/dm/
H A Dcmd_dm.cfa67f90fc32adaa0c8001e3ae49e81c91d0c9d92 Thu Mar 05 19:25:23 UTC 2015 Simon Glass <sjg@chromium.org> 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>