summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/host.c
diff options
context:
space:
mode:
authorYin Honghua-R63875 <Hong-Hua.Yin@freescale.com>2015-11-24 06:35:34 (GMT)
committerYin Honghua-R63875 <Hong-Hua.Yin@freescale.com>2015-11-24 06:35:34 (GMT)
commit1c291fd8f4204f5515e27cbd2e7413320efd3b0b (patch)
tree14d31f8da28f2753d8c0773bf6802a3c8db7d27c /drivers/usb/dwc3/host.c
parent50eea5125969ce451f520e7dc04ae4065d5d8cc4 (diff)
parentdd05648ba8c2327863dbef3f0136876a7f2ae874 (diff)
downloadlinux-fsl-qoriq-1c291fd8f4204f5515e27cbd2e7413320efd3b0b.tar.xz
Merge pull request #72 in SDK/linux-devel from ~B56421/linux-devel_sdk_ip-usb:bugfix/QSDK-2454 to master
* commit 'dd05648ba8c2327863dbef3f0136876a7f2ae874': arm: dts: ls1021a: Add dma-coherent property to usb3 node drivers: dwc3: Set dma ops for xhci dev drivers: dwc3 : Add support for USB snooping drivers: dwc3: host: Change burst beat and outstanding pipelined transfers requests.
Diffstat (limited to 'drivers/usb/dwc3/host.c')
-rw-r--r--drivers/usb/dwc3/host.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/dwc3/host.c b/drivers/usb/dwc3/host.c
index 32db328..98015ce 100644
--- a/drivers/usb/dwc3/host.c
+++ b/drivers/usb/dwc3/host.c
@@ -36,6 +36,7 @@ int dwc3_host_init(struct dwc3 *dwc)
xhci->dev.parent = dwc->dev;
xhci->dev.dma_mask = dwc->dev->dma_mask;
xhci->dev.dma_parms = dwc->dev->dma_parms;
+ set_dma_ops(&xhci->dev, dwc->dev->archdata.dma_ops);
dwc->xhci = xhci;