[U-Boot] [PATCH V4 5/8] i.MX25: usb: Set PORTSCx register

2012-04-19 Thread Timo Ketola
The USB controller in i.MX25 has a PORTSCx registers which should be set. In this regard it is similar to the controller in i.MX31. As this file is compiled only with i.MX25 and -31, #ifdef check can be removed. Signed-off-by: Timo Ketola --- Changes in v4: - Reworded subject to shorten it - Add

Re: [U-Boot] [PATCH V4 5/8] i.MX25: usb: Set PORTSCx register

2012-05-01 Thread Marek Vasut
Dear Stefano Babic, > On 19/04/2012 10:55, Timo Ketola wrote: > > The USB controller in i.MX25 has a PORTSCx registers which should be > > set. In this regard it is similar to the controller in i.MX31. As this > > file is compiled only with i.MX25 and -31, #ifdef check can be removed. > > > > Sig

Re: [U-Boot] [PATCH V4 5/8] i.MX25: usb: Set PORTSCx register

2012-05-06 Thread Stefano Babic
On 19/04/2012 10:55, Timo Ketola wrote: > The USB controller in i.MX25 has a PORTSCx registers which should be > set. In this regard it is similar to the controller in i.MX31. As this > file is compiled only with i.MX25 and -31, #ifdef check can be removed. > > Signed-off-by: Timo Ketola > --- >

Re: [U-Boot] [PATCH V4 5/8] i.MX25: usb: Set PORTSCx register

2012-04-19 Thread Stefano Babic
On 19/04/2012 10:55, Timo Ketola wrote: > The USB controller in i.MX25 has a PORTSCx registers which should be > set. In this regard it is similar to the controller in i.MX31. As this > file is compiled only with i.MX25 and -31, #ifdef check can be removed. > > Signed-off-by: Timo Ketola > --- A