Re: [PATCH 2/4] usb: renesas_usbhs: gadget: fix the behavior of pullup

2014-09-10 Thread Felipe Balbi
On Wed, Sep 10, 2014 at 07:33:52PM +0900, Yoshihiro Shimoda wrote: > This patch fixes an issue that this driver always enable the D+ pullup > after it detected the VBUS connection even though this usb controller > can control the D+ pullup timing by software. So, this driver should > enable the D+

[PATCH 2/4] usb: renesas_usbhs: gadget: fix the behavior of pullup

2014-09-10 Thread Yoshihiro Shimoda
This patch fixes an issue that this driver always enable the D+ pullup after it detected the VBUS connection even though this usb controller can control the D+ pullup timing by software. So, this driver should enable the D+ pullup after a gadget driver called usb_gadget_connect(). Signed-off-by: T