summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc2/hcd.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-06usb: dwc2: host: allocate qtd before atomic enqueueMian Yousaf Kaukab1-10/+16
2015-07-06usb: dwc2: host: allocate qh before atomic enqueueMian Yousaf Kaukab1-4/+27
2015-05-13usb: dwc2: hcd: fix build warningFelipe Balbi1-1/+1
2015-04-29usb: dwc2: remove dwc2_platform.koMian Yousaf Kaukab1-2/+0
2015-04-29usb: dwc2: host: implement test modeJingwu Lin1-0/+9
2015-04-29usb: dwc2: host: don't use dma_alloc_coherent with irqs disabledGregory Herrero1-3/+10
2015-04-29usb: dwc2: host: spinlock urb_enqueueGregory Herrero1-9/+6
2015-04-29usb: dwc2: host: add bus_suspend/bus_resume callbackGregory Herrero1-0/+19
2015-04-29usb: dwc2: host: register handle to the phyMian Yousaf Kaukab1-0/+6
2015-04-29usb: dwc2: set parameter values in probe functionMian Yousaf Kaukab1-35/+1
2015-04-10usb: dwc2: host: sleep USB_RESUME_TIMEOUT during resumeGregory Herrero1-2/+2
2015-04-10Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-1/+1
2015-04-07usb: dwc2: hcd: use new USB_RESUME_TIMEOUTFelipe Balbi1-1/+1
2015-04-03dwc2: hcd: use USB_DT_HUBSergei Shtylyov1-1/+1
2015-03-19usb: dwc2: avoid leaking DMA channels on disconnectionVincent Palatin1-0/+8
2015-01-30usb: dwc2: gadget: add reset flag in init functionGregory Herrero1-1/+1
2015-01-30usb: dwc2: host: resume root hub on remote wakeupGregory Herrero1-2/+4
2015-01-19usb: dwc2: hcd: use HUB_CHAR_*Sergei Shtylyov1-1/+3
2015-01-19Revert "usb: dwc2: add bus suspend/resume for dwc2"Paul Zimmerman1-77/+11
2014-11-15usb: dwc2: move usb_disabled() call to host driver onlyDinh Nguyen1-0/+3
2014-11-14usb: dwc2: Initialize the USB core for peripheral modeDinh Nguyen1-0/+2
2014-11-14usb: dwc2: Move gadget probe function into platform codeDinh Nguyen1-1/+0
2014-11-12usb: dwc2: add bus suspend/resume for dwc2Kever Yang1-11/+77
2014-09-20usb: dwc2: handle DMA buffer unmapping sanelyPaul Zimmerman1-13/+29
2014-02-05usb: dwc2: fix memory corruption in dwc2 driverPaul Zimmerman1-11/+0
2014-01-21Merge tag 'usb-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+2
2014-01-14Move DWC2 driver out of stagingPaul Zimmerman1-0/+2990