From: Lukasz Majewski Date: Fri, 22 Jun 2012 07:29:56 +0000 (+0200) Subject: usb: gadget: hsotg: pullup method implementation for s3c-hsotg UDC driver X-Git-Tag: v3.6-rc1~101^2~53^2~28^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a188b6897e3dca82dd6f5beceabf1fc62b9786d9;p=pandora-kernel.git usb: gadget: hsotg: pullup method implementation for s3c-hsotg UDC driver This commit adds pullup method implementation for UDC s3c-hsotg driver. It is needed for e.g. CCG - Configurable Composite Gadget, when user space configuration change request device disconnection from USB bus (done via calling usb_gadget_connect/disconnect, which calls UDC's pullup method). Implementation of pullup method has caused removal of phy_enable and core_init methods from udc_start to pullup. Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed