summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc2/hcd.c
AgeCommit message (Expand)Author
2016-05-11hikey: handle usb bus speed switchJorge Ramirez-Ortiz
2015-11-17usb: dwc2: host: Fix remote wakeup when not in DWC2_L2Douglas Anderson
2015-10-16usb: dwc2: host: Protect PCGCTL with lock in dwc2_port_resume()Douglas Anderson
2015-10-01usb: dwc2: gadget: kill ep0 requests before reinitializing coreMian Yousaf Kaukab
2015-10-01usb: dwc2: host: kill remaining urbs using -ECONNRESET statusGregory Herrero
2015-10-01usb: dwc2: host: correctly dump urb isochronous descriptorsGregory Herrero
2015-10-01usb: dwc2: host: wait 3ms for controller stabilizationGregory Herrero
2015-10-01usb: dwc2: host: disable interrupt during stopGregory Herrero
2015-10-01usb: dwc2: host: disconnect hcd prior stopping itGregory Herrero
2015-10-01usb: dwc2: host: resume only if bus is suspendedGregory Herrero
2015-10-01usb: dwc2: host: update hcd and lx_state during start/stop callbacksGregory Herrero
2015-10-01usb: dwc2: host: enter hibernation during bus suspendGregory Herrero
2015-10-01usb: dwc2: host: add flag to reflect bus stateGregory Herrero
2015-10-01usb: dwc2: host: create a function to handle port_resumeGregory Herrero
2015-09-27usb: dwc2: Use platform endianness when accessing registersAntti Seppälä
2015-09-27usb: dwc2: rename all s3c_* to dwc2_*Felipe Balbi
2015-07-06usb: dwc2: host: allocate qtd before atomic enqueueMian Yousaf Kaukab
2015-07-06usb: dwc2: host: allocate qh before atomic enqueueMian Yousaf Kaukab
2015-05-13usb: dwc2: hcd: fix build warningFelipe Balbi
2015-04-29usb: dwc2: remove dwc2_platform.koMian Yousaf Kaukab
2015-04-29usb: dwc2: host: implement test modeJingwu Lin
2015-04-29usb: dwc2: host: don't use dma_alloc_coherent with irqs disabledGregory Herrero
2015-04-29usb: dwc2: host: spinlock urb_enqueueGregory Herrero
2015-04-29usb: dwc2: host: add bus_suspend/bus_resume callbackGregory Herrero
2015-04-29usb: dwc2: host: register handle to the phyMian Yousaf Kaukab
2015-04-29usb: dwc2: set parameter values in probe functionMian Yousaf Kaukab
2015-04-10usb: dwc2: host: sleep USB_RESUME_TIMEOUT during resumeGregory Herrero
2015-04-10Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2015-04-07usb: dwc2: hcd: use new USB_RESUME_TIMEOUTFelipe Balbi
2015-04-03dwc2: hcd: use USB_DT_HUBSergei Shtylyov
2015-03-19usb: dwc2: avoid leaking DMA channels on disconnectionVincent Palatin
2015-01-30usb: dwc2: gadget: add reset flag in init functionGregory Herrero
2015-01-30usb: dwc2: host: resume root hub on remote wakeupGregory Herrero
2015-01-19usb: dwc2: hcd: use HUB_CHAR_*Sergei Shtylyov
2015-01-19Revert "usb: dwc2: add bus suspend/resume for dwc2"Paul Zimmerman
2014-11-14usb: dwc2: move usb_disabled() call to host driver onlyDinh Nguyen
2014-11-14usb: dwc2: Initialize the USB core for peripheral modeDinh Nguyen
2014-11-14usb: dwc2: Move gadget probe function into platform codeDinh Nguyen
2014-11-12usb: dwc2: add bus suspend/resume for dwc2Kever Yang
2014-09-19usb: dwc2: handle DMA buffer unmapping sanelyPaul Zimmerman
2014-02-04usb: dwc2: fix memory corruption in dwc2 driverPaul Zimmerman
2014-01-20Merge tag 'usb-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-01-13Move DWC2 driver out of stagingPaul Zimmerman