[U-Boot] [PATCH v2 11/22] dm: Show both allocated and requested seq numbers in 'dm uclass'
Simon Glass
sjg at chromium.org
Sat Mar 21 00:16:03 CET 2015
On 5 March 2015 at 12:25, Simon Glass <sjg at chromium.org> wrote:
> 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 at chromium.org>
> ---
>
> Changes in v2: None
>
> test/dm/cmd_dm.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Applied to u-boot-dm/next.
More information about the U-Boot
mailing list