From: Lukasz Majewski Date: Fri, 4 May 2012 12:17:10 +0000 (+0200) Subject: usb:hsotg:samsung: Use new udc_start and udc_stop callbacks X-Git-Tag: v3.5-rc1~149^2~139^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f65f0f109878d795854a0a879d5029c7ea560867;p=pandora-kernel.git usb:hsotg:samsung: Use new udc_start and udc_stop callbacks Replace of deprecated start and stop callbacks with a udc_start and udc_stop ones. Now the bind from composite driver is NOT called explicitly, so more work needs to be done at s3c_udc_probe. Especially enabling SoC clocks and power for runtime determination of EP number. After probing, those sources are disabled and enabled again at udc_start and pullup afterwards. Signed-off-by: Lukasz Majewski Signed-off-by: Sangwook Lee Signed-off-by: Kyungmin Park Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed