summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/hcd.c
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-08-091-1/+1
* usb: dwc2: host: Setting qtd to NULL after freeing itVardan Mikayelyan2016-04-281-0/+1
* usb: dwc2: Move host-specific core functions into hcd.cJohn Youn2016-03-041-1/+1798
* usb: dwc2: Move register save and restore functionsJohn Youn2016-03-041-0/+64
* usb: dwc2: host: Totally redo the microframe schedulerDouglas Anderson2016-03-041-3/+84
* usb: dwc2: host: Add dwc2_hcd_get_future_frame_number() callDouglas Anderson2016-03-041-0/+29
* usb: dwc2: host: Add scheduler logging for missed SOFsDouglas Anderson2016-03-041-1/+1
* usb: dwc2: host: Use periodic interrupt even with DMADouglas Anderson2016-03-041-39/+32
* usb: dwc2: host: Giveback URB in tasklet contextDouglas Anderson2016-03-041-3/+1
* usb: dwc2: host: fix split transfer schedule sequenceDouglas Anderson2016-03-041-0/+8
* usb: dwc2: host: Always add to the tail of queuesDouglas Anderson2016-03-041-5/+6
* usb: dwc2: host: Avoid use of chan->qh after qh freedDouglas Anderson2016-03-041-0/+10
* usb: dwc2: host: Get aligned DMA in a more supported wayDouglas Anderson2016-03-041-87/+83
* usb: dwc2: Avoid double-reset at boot timeDouglas Anderson2015-12-221-3/+3
* usb: dwc2: host: Add missing spinlock in dwc2_hcd_reset_func()Douglas Anderson2015-12-151-0/+6
* usb: dwc2: host: Fix missing device insertionsDouglas Anderson2015-12-151-2/+38
* usb: dwc2: host: use kmem cache to allocate descriptorsGregory Herrero2015-12-151-1/+49
* usb: dwc2: host: avoid usage of dma_alloc_coherent with irqs disabledGregory Herrero2015-12-151-1/+3
* usb: dwc2: host: enable descriptor dma for fs devicesMian Yousaf Kaukab2015-12-151-0/+22
* usb: dwc2: host: Fix remote wakeup when not in DWC2_L2Douglas Anderson2015-11-171-4/+5
* usb: dwc2: host: Protect PCGCTL with lock in dwc2_port_resume()Douglas Anderson2015-10-161-1/+4
* usb: dwc2: gadget: kill ep0 requests before reinitializing coreMian Yousaf Kaukab2015-10-011-0/+3
* usb: dwc2: host: kill remaining urbs using -ECONNRESET statusGregory Herrero2015-10-011-1/+1
* usb: dwc2: host: correctly dump urb isochronous descriptorsGregory Herrero2015-10-011-5/+6
* usb: dwc2: host: wait 3ms for controller stabilizationGregory Herrero2015-10-011-1/+4
* usb: dwc2: host: disable interrupt during stopGregory Herrero2015-10-011-0/+3
* usb: dwc2: host: disconnect hcd prior stopping itGregory Herrero2015-10-011-0/+5
* usb: dwc2: host: resume only if bus is suspendedGregory Herrero2015-10-011-1/+2
* usb: dwc2: host: update hcd and lx_state during start/stop callbacksGregory Herrero2015-10-011-1/+5
* usb: dwc2: host: enter hibernation during bus suspendGregory Herrero2015-10-011-12/+128
* usb: dwc2: host: add flag to reflect bus stateGregory Herrero2015-10-011-2/+3
* usb: dwc2: host: create a function to handle port_resumeGregory Herrero2015-10-011-10/+30
* usb: dwc2: Use platform endianness when accessing registersAntti Seppälä2015-09-271-70/+70
* usb: dwc2: rename all s3c_* to dwc2_*Felipe Balbi2015-09-271-2/+2
* usb: dwc2: host: allocate qtd before atomic enqueueMian Yousaf Kaukab2015-07-061-10/+16
* usb: dwc2: host: allocate qh before atomic enqueueMian Yousaf Kaukab2015-07-061-4/+27
* usb: dwc2: hcd: fix build warningFelipe Balbi2015-05-131-1/+1
* usb: dwc2: remove dwc2_platform.koMian Yousaf Kaukab2015-04-291-2/+0
* usb: dwc2: host: implement test modeJingwu Lin2015-04-291-0/+9
* usb: dwc2: host: don't use dma_alloc_coherent with irqs disabledGregory Herrero2015-04-291-3/+10
* usb: dwc2: host: spinlock urb_enqueueGregory Herrero2015-04-291-9/+6
* usb: dwc2: host: add bus_suspend/bus_resume callbackGregory Herrero2015-04-291-0/+19
* usb: dwc2: host: register handle to the phyMian Yousaf Kaukab2015-04-291-0/+6
* usb: dwc2: set parameter values in probe functionMian Yousaf Kaukab2015-04-291-35/+1
* usb: dwc2: host: sleep USB_RESUME_TIMEOUT during resumeGregory Herrero2015-04-101-2/+2
* Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-04-101-1/+1
|\
| * usb: dwc2: hcd: use new USB_RESUME_TIMEOUTFelipe Balbi2015-04-071-1/+1
* | dwc2: hcd: use USB_DT_HUBSergei Shtylyov2015-04-031-1/+1
|/
* usb: dwc2: avoid leaking DMA channels on disconnectionVincent Palatin2015-03-191-0/+8
* usb: dwc2: gadget: add reset flag in init functionGregory Herrero2015-01-301-1/+1
OpenPOWER on IntegriCloud