Re: [PATCH v3 2/3] musb: sunxi: Remove custom babble handling

2016-11-15 Thread Bin Liu
On Fri, Sep 23, 2016 at 04:40:57PM +0300, Hans de Goede wrote: > The musb core already handles babble interrupts, so the sunxi glue > having its own custom handling is redundant. > > Signed-off-by: Hans de Goede Applied. Thanks. -Bin. > --- > Changes in v2: > -This is a

[PATCH v3 2/3] musb: sunxi: Remove custom babble handling

2016-09-23 Thread Hans de Goede
The musb core already handles babble interrupts, so the sunxi glue having its own custom handling is redundant. Signed-off-by: Hans de Goede --- Changes in v2: -This is a new patch in v2 of this patch series Changes in v3: -Improve commit msg --- drivers/usb/musb/sunxi.c |