Re: [U-Boot] [PATCH 14/16] usb: ohci: Skip unnecessary mdelay(1) calls in various places

2015-05-05 Thread Marek Vasut
On Tuesday, May 05, 2015 at 11:56:17 PM, Hans de Goede wrote: > For some reason the ohci code is full with: > > pkt_print(...) > mdelay(1); > > AFAICT there is no reason for the mdelay(1) calls. This commit disables > them when building the ohci code for new driver-mod

[U-Boot] [PATCH 14/16] usb: ohci: Skip unnecessary mdelay(1) calls in various places

2015-05-05 Thread Hans de Goede
For some reason the ohci code is full with: pkt_print(...) mdelay(1); AFAICT there is no reason for the mdelay(1) calls. This commit disables them when building the ohci code for new driver-model using boards. It leaves the mdelay(1) calls in place when building fo