From: Takeshi Kihara Date: Tue, 4 Nov 2014 01:05:43 +0000 (+0900) Subject: usb: renesas_usbhs: gadget: fix the behavior of pullup X-Git-Tag: omap-for-v3.19/fixes-rc1~87^2~32^2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04a5def3df1cea758662615e075f64677690c75f;p=pandora-kernel.git usb: renesas_usbhs: gadget: fix the behavior of pullup 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: Takeshi Kihara Signed-off-by: Kazuya Mizuguchi Signed-off-by: Yoshihiro Shimoda Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed