Re: [PATCH 0/4] usb: renesas_usbhs: fixes this driver in gadget mode (part2)

2014-09-10 Thread Yoshihiro Shimoda
Hi Felipe, (2014/09/10 22:49), Felipe Balbi wrote: > On Wed, Sep 10, 2014 at 07:33:27PM +0900, Yoshihiro Shimoda wrote: >> If we tested this driver as gadget, some issues below happened: >> - Oops happened if g_audio. >> - A usb enumeration may fail if we do insmod during connected the usb cable

Re: [PATCH 0/4] usb: renesas_usbhs: fixes this driver in gadget mode (part2)

2014-09-10 Thread Felipe Balbi
On Wed, Sep 10, 2014 at 07:33:27PM +0900, Yoshihiro Shimoda wrote: > If we tested this driver as gadget, some issues below happened: > - Oops happened if g_audio. > - A usb enumeration may fail if we do insmod during connected the usb cable. > - A transaction will not finish if g_zero. > - A us

[PATCH 0/4] usb: renesas_usbhs: fixes this driver in gadget mode (part2)

2014-09-10 Thread Yoshihiro Shimoda
If we tested this driver as gadget, some issues below happened: - Oops happened if g_audio. - A usb enumeration may fail if we do insmod during connected the usb cable. - A transaction will not finish if g_zero. - A usb enumeration may fail after we re-connected the usb cable. This patch seria