Re: [U-Boot] [PATCH 5/8] arm: bootm: call udc_disable() before booting linux

2013-04-07 Thread Marek Vasut
Dear Mike Dunn, > On the pxa270 (at least), if the udc device is not disabled before jumping > to linux, the device fails to initialize in linux because it was left in a > running state, and the linux driver assumes that it is in a disabled > state. > > Signed-off-by: Mike Dunn > --- > > Arguab

[U-Boot] [PATCH 5/8] arm: bootm: call udc_disable() before booting linux

2013-04-07 Thread Mike Dunn
On the pxa270 (at least), if the udc device is not disabled before jumping to linux, the device fails to initialize in linux because it was left in a running state, and the linux driver assumes that it is in a disabled state. Signed-off-by: Mike Dunn --- Arguably, this is a bug in the linux driv