summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc2/hcd.c
AgeCommit message (Expand)Author
2019-06-22usb: dwc2: Fix DMA cache alignment issuesMartin Schiller
2019-02-20usb: dwc2: Remove unnecessary kfreeJohn Youn
2018-08-03usb: dwc2: Fix DMA alignment to start at allocated boundaryAntti Seppälä
2018-05-25usb: dwc2: host: Fix transaction errors in host modeMinas Harutyunyan
2018-04-08usb: dwc2: Improve gadget state disconnection handlingJohn Stultz
2018-03-22usb: dwc2: Make sure we disconnect the gadget stateJohn Stultz
2016-08-09usb: dwc2: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar
2016-04-28usb: dwc2: host: Setting qtd to NULL after freeing itVardan Mikayelyan
2016-03-04usb: dwc2: Move host-specific core functions into hcd.cJohn Youn
2016-03-04usb: dwc2: Move register save and restore functionsJohn Youn
2016-03-04usb: dwc2: host: Totally redo the microframe schedulerDouglas Anderson
2016-03-04usb: dwc2: host: Add dwc2_hcd_get_future_frame_number() callDouglas Anderson
2016-03-04usb: dwc2: host: Add scheduler logging for missed SOFsDouglas Anderson
2016-03-04usb: dwc2: host: Use periodic interrupt even with DMADouglas Anderson
2016-03-04usb: dwc2: host: Giveback URB in tasklet contextDouglas Anderson
2016-03-04usb: dwc2: host: fix split transfer schedule sequenceDouglas Anderson
2016-03-04usb: dwc2: host: Always add to the tail of queuesDouglas Anderson
2016-03-04usb: dwc2: host: Avoid use of chan->qh after qh freedDouglas Anderson
2016-03-04usb: dwc2: host: Get aligned DMA in a more supported wayDouglas Anderson
2015-12-22usb: dwc2: Avoid double-reset at boot timeDouglas Anderson
2015-12-15usb: dwc2: host: Add missing spinlock in dwc2_hcd_reset_func()Douglas Anderson
2015-12-15usb: dwc2: host: Fix missing device insertionsDouglas Anderson
2015-12-15usb: dwc2: host: use kmem cache to allocate descriptorsGregory Herrero
2015-12-15usb: dwc2: host: avoid usage of dma_alloc_coherent with irqs disabledGregory Herrero
2015-12-15usb: dwc2: host: enable descriptor dma for fs devicesMian Yousaf Kaukab
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