On 2 June 2015 at 00:13, Hauke Mehrtens <hauke@xxxxxxxxxx> wrote: > @@ -159,6 +160,56 @@ static void bcma_hcd_init_chip(struct bcma_device *dev) > } > } > > +static void bcma_hcd_init_chip_arm(struct bcma_device *dev) > +{ > + struct bcma_device *arm_core; > + void __iomem *dmu; > + u32 val; > + > + bcma_core_disable(dev, 0); > + bcma_core_enable(dev, 0); This is quite unlikely you need to disable it manually, enable does it for you. I guess it should be s/enable/reset/ to avoid such mistakes. -- 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