All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] Fix repeated USB scans problems
@ 2015-01-06 13:27 Hans de Goede
  2015-01-06 13:27 ` [U-Boot] [PATCH 1/2] USB: make "usb start" start usb only once Hans de Goede
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Hans de Goede @ 2015-01-06 13:27 UTC (permalink / raw)
  To: u-boot

Hi Marek & Stephen,

As discussed before we've a problem where our standard bootcmds sometimes
scan usb more then once, causing a large boot delay.

Marek, as discussed with you before, this patch-set tackles this differently
then previous sets, by simply making "usb start" a oneshot command (atleast
until "usb stop" is called).

Stephen the second patch then modifies config_distro_bootcmd.h to simply call
"usb start" unconditionally, since calling it repeatedly now can be done
without side-effects.

Assuming you both like these patches, that leaves the question of how to
merge them, they can be merged individually each through your own trees, or
one of you can pick up both of them, I'll leave that to you.

Regards,

Hans

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

end of thread, other threads:[~2015-01-10  0:49 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-06 13:27 [U-Boot] [PATCH 0/2] Fix repeated USB scans problems Hans de Goede
2015-01-06 13:27 ` [U-Boot] [PATCH 1/2] USB: make "usb start" start usb only once Hans de Goede
2015-01-06 13:27 ` [U-Boot] [PATCH 2/2] config_distro_bootcmd.h: Remove unnecessary magic to avoid repeated USB scans Hans de Goede
2015-01-06 17:02 ` [U-Boot] [PATCH 0/2] Fix repeated USB scans problems Stephen Warren
2015-01-07 23:35   ` Marek Vasut
2015-01-08  0:19     ` Stephen Warren
2015-01-08  8:34       ` Hans de Goede
2015-01-08 16:16         ` Stephen Warren
2015-01-08 17:06           ` Marek Vasut
2015-01-08 17:23             ` Hans de Goede
2015-01-08 17:36               ` Marek Vasut
2015-01-08 17:40                 ` Hans de Goede
2015-01-10  0:49                   ` Marek Vasut
2015-01-08 10:09   ` Hans de Goede

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.