From: Felipe Balbi Date: Tue, 7 Oct 2014 15:19:23 +0000 (-0500) Subject: usb: dwc3: get rid of ->prepare()/->complete() X-Git-Tag: omap-for-v3.19/fixes-rc1~87^2~32^2~200 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b0231aa246cbfdcf0a07f5e8914c0f1b80002f6;p=pandora-kernel.git usb: dwc3: get rid of ->prepare()/->complete() Using ->prepare()/->complete() to mask/unmask IRQs is wrong at least for dwc3. We need to make sure that by the end of ->resume(), IRQs are working and ready to fire because a child device may need working IRQs for its own ->resume() method. Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed