Hi, > Since I am able to trigger the race in DMA mode and it is only fixed on > PIO only mode, I think it is sane to disable the DMA mode on am35x. > > Signed-off-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> > --- > drivers/usb/musb/Kconfig | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/usb/musb/Kconfig b/drivers/usb/musb/Kconfig > index f70cab3..27134c8 100644 > --- a/drivers/usb/musb/Kconfig > +++ b/drivers/usb/musb/Kconfig > @@ -53,6 +53,7 @@ config USB_MUSB_OMAP2PLUS > config USB_MUSB_AM35X > tristate "AM35x" > depends on ARCH_OMAP > + select MUSB_PIO_ONLY This is not needed as we already have this MUSB_PIO_ONLY enabled. Refer below link in Kconfig. "default MUSB_PIO_ONLY if USB_MUSB_TUSB6010 || USB_MUSB_DA8XX || USB_MUSB_AM35X" Regards, Ajay > > config USB_MUSB_BLACKFIN > tristate "Blackfin" > -- > 1.7.9.1 -- 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