summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/hcd.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-09usb: dwc2: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-04-28usb: dwc2: host: Setting qtd to NULL after freeing itVardan Mikayelyan1-0/+1
2016-03-04usb: dwc2: Move host-specific core functions into hcd.cJohn Youn1-1/+1798
2016-03-04usb: dwc2: Move register save and restore functionsJohn Youn1-0/+64
2016-03-04usb: dwc2: host: Totally redo the microframe schedulerDouglas Anderson1-3/+84
2016-03-04usb: dwc2: host: Add dwc2_hcd_get_future_frame_number() callDouglas Anderson1-0/+29
2016-03-04usb: dwc2: host: Add scheduler logging for missed SOFsDouglas Anderson1-1/+1
2016-03-04usb: dwc2: host: Use periodic interrupt even with DMADouglas Anderson1-39/+32
2016-03-04usb: dwc2: host: Giveback URB in tasklet contextDouglas Anderson1-3/+1
2016-03-04usb: dwc2: host: fix split transfer schedule sequenceDouglas Anderson1-0/+8
2016-03-04usb: dwc2: host: Always add to the tail of queuesDouglas Anderson1-5/+6
2016-03-04usb: dwc2: host: Avoid use of chan->qh after qh freedDouglas Anderson1-0/+10
2016-03-04usb: dwc2: host: Get aligned DMA in a more supported wayDouglas Anderson1-87/+83
2015-12-22usb: dwc2: Avoid double-reset at boot timeDouglas Anderson1-3/+3
2015-12-15usb: dwc2: host: Add missing spinlock in dwc2_hcd_reset_func()Douglas Anderson1-0/+6
2015-12-15usb: dwc2: host: Fix missing device insertionsDouglas Anderson1-2/+38
2015-12-15usb: dwc2: host: use kmem cache to allocate descriptorsGregory Herrero1-1/+49
2015-12-15usb: dwc2: host: avoid usage of dma_alloc_coherent with irqs disabledGregory Herrero1-1/+3
2015-12-15usb: dwc2: host: enable descriptor dma for fs devicesMian Yousaf Kaukab1-0/+22
2015-11-17usb: dwc2: host: Fix remote wakeup when not in DWC2_L2Douglas Anderson1-4/+5
2015-10-16usb: dwc2: host: Protect PCGCTL with lock in dwc2_port_resume()Douglas Anderson1-1/+4
2015-10-01usb: dwc2: gadget: kill ep0 requests before reinitializing coreMian Yousaf Kaukab1-0/+3
2015-10-01usb: dwc2: host: kill remaining urbs using -ECONNRESET statusGregory Herrero1-1/+1
2015-10-01usb: dwc2: host: correctly dump urb isochronous descriptorsGregory Herrero1-5/+6
2015-10-01usb: dwc2: host: wait 3ms for controller stabilizationGregory Herrero1-1/+4
2015-10-01usb: dwc2: host: disable interrupt during stopGregory Herrero1-0/+3
2015-10-01usb: dwc2: host: disconnect hcd prior stopping itGregory Herrero1-0/+5
2015-10-01usb: dwc2: host: resume only if bus is suspendedGregory Herrero1-1/+2
2015-10-01usb: dwc2: host: update hcd and lx_state during start/stop callbacksGregory Herrero1-1/+5
2015-10-01usb: dwc2: host: enter hibernation during bus suspendGregory Herrero1-12/+128
2015-10-01usb: dwc2: host: add flag to reflect bus stateGregory Herrero1-2/+3
2015-10-01usb: dwc2: host: create a function to handle port_resumeGregory Herrero1-10/+30
2015-09-27usb: dwc2: Use platform endianness when accessing registersAntti Seppälä1-70/+70
2015-09-27usb: dwc2: rename all s3c_* to dwc2_*Felipe Balbi1-2/+2
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