From: Sebastian Andrzej Siewior Date: Thu, 23 Jun 2011 12:26:16 +0000 (+0200) Subject: usb: musb: convert musb to new style bind X-Git-Tag: v3.1-rc1~234^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e71eb392c2014e2b377810ad329e36b0229d041c;p=pandora-kernel.git usb: musb: convert musb to new style bind udc-core checks for valid callbacks so there is no need for the driver to do so. Also "can-be-bound-once" is verified by udc-core. The pull-up callback is called by udc-core afterwords. [ balbi@ti.com : keep holding gadget_driver pointer for now remove the stupid check for gadget_driver otherwise we don't handle IRQs ] Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed