Re: [U-Boot] [PATCH v2 4/7] arm: bootm: call udc_disable()before booting linux

2013-04-12 Thread Marek Vasut
Dear Mike Dunn, On the pxa270, 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 miked...@newsguy.com I hope this

[U-Boot] [PATCH v2 4/7] arm: bootm: call udc_disable()before booting linux

2013-04-10 Thread Mike Dunn
On the pxa270, 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 miked...@newsguy.com --- Arguably, this is a bug in the