On Fri, Nov 09, 2012 at 11:29:05PM +0200, Felipe Balbi wrote: > Hi Greg, > > Here are dwc3 patches for v3.8. This will also conflict with your usb-next > branch and below you can find my resolution: > > diff --cc drivers/usb/dwc3/core.c > index c14ebc9,2bd007d..4174054 > --- a/drivers/usb/dwc3/core.c > +++ b/drivers/usb/dwc3/core.c > @@@ -408,11 -355,6 +355,10 @@@ err0 > static void dwc3_core_exit(struct dwc3 *dwc) > { > dwc3_event_buffers_cleanup(dwc); > - dwc3_free_event_buffers(dwc); > + > + usb_phy_shutdown(dwc->usb2_phy); > + usb_phy_shutdown(dwc->usb3_phy); > + > } > > #define DWC3_ALIGN_MASK (16 - 1) > > The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37: > > Linux 3.7-rc1 (2012-10-14 14:41:04 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/dwc3-for-v3.8 Pulled and pushed out, thanks. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html