public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] usb: host: Print device name when scanning
@ 2019-02-18  9:23 Ismael Luceno Cortes
  2019-03-14 11:44 ` Ismael Luceno Cortes
  0 siblings, 1 reply; 12+ messages in thread
From: Ismael Luceno Cortes @ 2019-02-18  9:23 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Ismael Luceno <ismael.luceno@silicon-gears.com>
---
 drivers/usb/host/usb-uclass.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/host/usb-uclass.c b/drivers/usb/host/usb-uclass.c
index 611ea97a72..0575f5393b 100644
--- a/drivers/usb/host/usb-uclass.c
+++ b/drivers/usb/host/usb-uclass.c
@@ -255,7 +255,7 @@ int usb_init(void)
 
 	uclass_foreach_dev(bus, uc) {
 		/* init low_level USB */
-		printf("USB%d:   ", count);
+		printf("USB%d(%s):   ", count, bus->name);
 		count++;
 
 #ifdef CONFIG_SANDBOX
-- 
2.19.1

^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [U-Boot] [PATCH] usb: host: Print device name when scanning
@ 2019-02-12 14:56 Ismael Luceno Cortes
  0 siblings, 0 replies; 12+ messages in thread
From: Ismael Luceno Cortes @ 2019-02-12 14:56 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Ismael Luceno <ismael.luceno@silicon-gears.com>
---
 drivers/usb/host/usb-uclass.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/host/usb-uclass.c b/drivers/usb/host/usb-uclass.c
index 611ea97a72..0575f5393b 100644
--- a/drivers/usb/host/usb-uclass.c
+++ b/drivers/usb/host/usb-uclass.c
@@ -255,7 +255,7 @@ int usb_init(void)
 
 	uclass_foreach_dev(bus, uc) {
 		/* init low_level USB */
-		printf("USB%d:   ", count);
+		printf("USB%d(%s):   ", count, bus->name);
 		count++;
 
 #ifdef CONFIG_SANDBOX
-- 
2.19.1

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-03-18 12:04 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-18  9:23 [U-Boot] [PATCH] usb: host: Print device name when scanning Ismael Luceno Cortes
2019-03-14 11:44 ` Ismael Luceno Cortes
2019-03-14 11:55   ` Marek Vasut
2019-03-14 12:57     ` Ismael Luceno Cortes
2019-03-14 15:09       ` Marek Vasut
2019-03-14 16:19         ` Ismael Luceno Cortes
2019-03-15 17:34           ` Marek Vasut
2019-03-15 19:50             ` Ismael Luceno Cortes
2019-03-16  1:41               ` Marek Vasut
2019-03-18 12:02                 ` Ismael Luceno Cortes
2019-03-18 12:04                   ` Marek Vasut
  -- strict thread matches above, loose matches on Subject: below --
2019-02-12 14:56 Ismael Luceno Cortes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox