From: Dinh Nguyen Date: Wed, 7 May 2014 13:30:33 +0000 (-0500) Subject: usb: dwc2: Disable descriptor dma mode by default X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~34^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b3e233e8121d241a93f27a093c1440673d3a7ff;p=pandora-kernel.git usb: dwc2: Disable descriptor dma mode by default Even though the IP supports Descriptor DMA mode, it does not support SPLIT transactions in this mode. So the driver, in its currently form, will not support LS/FS devices when connected to a HS Hub if Descriptor DMA mode is enabled. So we should just default to disable descriptor dma mode. Signed-off-by: Dinh Nguyen Acked-by: Paul Zimmerman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed