Re: [U-Boot] [patch 1/1] Make usb-stop() safe to call multiple times in a row.

2008-09-09 Thread Markus Klotzbücher
On Wed, Aug 20, 2008 at 11:22:02AM +0200, Remy Bohmer wrote: A recent commit (936897d4d1365452bbbdf8430db5e7769ef08d38) enabled the usb_stop() command in common/cmd_bootm.c which was not enabled for some time, because no board did actually set the CFG_CMD_USB flag. So, now the usb_stop() is

Re: [U-Boot] [patch 1/1] Make usb-stop() safe to call multiple times in a row.

2008-09-09 Thread Wolfgang Denk
Dear Remy Bohmer, In message [EMAIL PROTECTED] you wrote: A recent commit (936897d4d1365452bbbdf8430db5e7769ef08d38) enabled the usb_stop() command in common/cmd_bootm.c which was not enabled for some time, because no board did actually set the CFG_CMD_USB flag. So, now the usb_stop() is

Re: [U-Boot] [patch 1/1] Make usb-stop() safe to call multiple times in a row.

2008-09-09 Thread Wolfgang Denk
Dear Markus =?iso-8859-1?Q?Klotzb=FCcher?=, In message [EMAIL PROTECTED] you wrote: This problem is now fixed in both the upper as low-level layer. Signed-off-by: Remy Bohmer [EMAIL PROTECTED] Acked-by: Markus Klotzbuecher [EMAIL PROTECTED] Wolfgang, please apply! Done. Thanks!

[U-Boot] [patch 1/1] Make usb-stop() safe to call multiple times in a row.

2008-08-20 Thread Remy Bohmer
A recent commit (936897d4d1365452bbbdf8430db5e7769ef08d38) enabled the usb_stop() command in common/cmd_bootm.c which was not enabled for some time, because no board did actually set the CFG_CMD_USB flag. So, now the usb_stop() is executed before loading the linux kernel. However, the usb_ohci