Re: [PATCH v2 1/1] usb: chipidea: imx: Add system suspend/resume API

2013-01-29 Thread Peter Chen
On Mon, Jan 21, 2013 at 10:30:01AM +0800, Peter Chen wrote: > During the system suspend/resume procedure, the USB also > needs to go suspend/resume procedure, this patch adds > related APIs. It is tested at i.mx6q sabrelite. Meanwhile, > it fixes the bug that the USB will out of work after > system

[PATCH v2 1/1] usb: chipidea: imx: Add system suspend/resume API

2013-01-20 Thread Peter Chen
During the system suspend/resume procedure, the USB also needs to go suspend/resume procedure, this patch adds related APIs. It is tested at i.mx6q sabrelite. Meanwhile, it fixes the bug that the USB will out of work after system suspend/resume. Signed-off-by: Peter Chen Tested-by: Shawn Guo ---