Re: [PATCH RESEND] usb: chipidea-imx: Fix usb initialization

2013-03-15 Thread Sascha Hauer
Hi Alexander, On Tue, Mar 12, 2013 at 09:02:42PM +0400, Alexander Shiyan wrote: > This patch fix chipidea-imx usb initialization. > "imx_chipidea_port_init" was moved before PORTSC setup in the > commit "USB i.MX chipidea: implement post init support". This > change breaks usb function with ULPI.

[PATCH RESEND] usb: chipidea-imx: Fix usb initialization

2013-03-12 Thread Alexander Shiyan
This patch fix chipidea-imx usb initialization. "imx_chipidea_port_init" was moved before PORTSC setup in the commit "USB i.MX chipidea: implement post init support". This change breaks usb function with ULPI. Patch moves port initialization back after PORTSC setup, so it works again. Signed-off-b