index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
dwc2
/
hcd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: dwc2: host: fix Wmaybe-uninitialized warning
Nicholas Mc Guire
2017-01-16
1
-2
/
+2
*
usb: dwc2: Avoid suspending if we're in gadget mode
John Stultz
2017-01-12
1
-0
/
+3
*
usb: dwc2: Move functions from header to source
Razmik Karapetyan
2016-11-18
1
-29
/
+29
*
usb: dwc2: gadget: Add new core parameter for low speed
Vardan Mikayelyan
2016-11-18
1
-3
/
+5
*
usb: dwc2: Update DMA descriptor structure
Vahram Aharonyan
2016-11-18
1
-2
/
+2
*
usb: dwc2: Fix dead code in hcd.c
Vardan Mikayelyan
2016-11-18
1
-5
/
+0
*
usb: dwc2: Rename the dma_enable parameter to host_dma
John Youn
2016-11-18
1
-27
/
+27
*
usb: dwc2: Declare the core params struct statically
John Youn
2016-11-18
1
-95
/
+95
*
usb: dwc2: Remove unnecessary kfree
John Youn
2016-11-18
1
-1
/
+0
*
usb: dwc2: Remove deprecated create_singlethread_workqueue
Bhaktipriya Shridhar
2016-08-09
1
-1
/
+1
*
usb: dwc2: host: Setting qtd to NULL after freeing it
Vardan Mikayelyan
2016-04-28
1
-0
/
+1
*
usb: dwc2: Move host-specific core functions into hcd.c
John Youn
2016-03-04
1
-1
/
+1798
*
usb: dwc2: Move register save and restore functions
John Youn
2016-03-04
1
-0
/
+64
*
usb: dwc2: host: Totally redo the microframe scheduler
Douglas Anderson
2016-03-04
1
-3
/
+84
*
usb: dwc2: host: Add dwc2_hcd_get_future_frame_number() call
Douglas Anderson
2016-03-04
1
-0
/
+29
*
usb: dwc2: host: Add scheduler logging for missed SOFs
Douglas Anderson
2016-03-04
1
-1
/
+1
*
usb: dwc2: host: Use periodic interrupt even with DMA
Douglas Anderson
2016-03-04
1
-39
/
+32
*
usb: dwc2: host: Giveback URB in tasklet context
Douglas Anderson
2016-03-04
1
-3
/
+1
*
usb: dwc2: host: fix split transfer schedule sequence
Douglas Anderson
2016-03-04
1
-0
/
+8
*
usb: dwc2: host: Always add to the tail of queues
Douglas Anderson
2016-03-04
1
-5
/
+6
*
usb: dwc2: host: Avoid use of chan->qh after qh freed
Douglas Anderson
2016-03-04
1
-0
/
+10
*
usb: dwc2: host: Get aligned DMA in a more supported way
Douglas Anderson
2016-03-04
1
-87
/
+83
*
usb: dwc2: Avoid double-reset at boot time
Douglas Anderson
2015-12-22
1
-3
/
+3
*
usb: dwc2: host: Add missing spinlock in dwc2_hcd_reset_func()
Douglas Anderson
2015-12-15
1
-0
/
+6
*
usb: dwc2: host: Fix missing device insertions
Douglas Anderson
2015-12-15
1
-2
/
+38
*
usb: dwc2: host: use kmem cache to allocate descriptors
Gregory Herrero
2015-12-15
1
-1
/
+49
*
usb: dwc2: host: avoid usage of dma_alloc_coherent with irqs disabled
Gregory Herrero
2015-12-15
1
-1
/
+3
*
usb: dwc2: host: enable descriptor dma for fs devices
Mian Yousaf Kaukab
2015-12-15
1
-0
/
+22
*
usb: dwc2: host: Fix remote wakeup when not in DWC2_L2
Douglas Anderson
2015-11-17
1
-4
/
+5
*
usb: dwc2: host: Protect PCGCTL with lock in dwc2_port_resume()
Douglas Anderson
2015-10-16
1
-1
/
+4
*
usb: dwc2: gadget: kill ep0 requests before reinitializing core
Mian Yousaf Kaukab
2015-10-01
1
-0
/
+3
*
usb: dwc2: host: kill remaining urbs using -ECONNRESET status
Gregory Herrero
2015-10-01
1
-1
/
+1
*
usb: dwc2: host: correctly dump urb isochronous descriptors
Gregory Herrero
2015-10-01
1
-5
/
+6
*
usb: dwc2: host: wait 3ms for controller stabilization
Gregory Herrero
2015-10-01
1
-1
/
+4
*
usb: dwc2: host: disable interrupt during stop
Gregory Herrero
2015-10-01
1
-0
/
+3
*
usb: dwc2: host: disconnect hcd prior stopping it
Gregory Herrero
2015-10-01
1
-0
/
+5
*
usb: dwc2: host: resume only if bus is suspended
Gregory Herrero
2015-10-01
1
-1
/
+2
*
usb: dwc2: host: update hcd and lx_state during start/stop callbacks
Gregory Herrero
2015-10-01
1
-1
/
+5
*
usb: dwc2: host: enter hibernation during bus suspend
Gregory Herrero
2015-10-01
1
-12
/
+128
*
usb: dwc2: host: add flag to reflect bus state
Gregory Herrero
2015-10-01
1
-2
/
+3
*
usb: dwc2: host: create a function to handle port_resume
Gregory Herrero
2015-10-01
1
-10
/
+30
*
usb: dwc2: Use platform endianness when accessing registers
Antti Seppälä
2015-09-27
1
-70
/
+70
*
usb: dwc2: rename all s3c_* to dwc2_*
Felipe Balbi
2015-09-27
1
-2
/
+2
*
usb: dwc2: host: allocate qtd before atomic enqueue
Mian Yousaf Kaukab
2015-07-06
1
-10
/
+16
*
usb: dwc2: host: allocate qh before atomic enqueue
Mian Yousaf Kaukab
2015-07-06
1
-4
/
+27
*
usb: dwc2: hcd: fix build warning
Felipe Balbi
2015-05-13
1
-1
/
+1
*
usb: dwc2: remove dwc2_platform.ko
Mian Yousaf Kaukab
2015-04-29
1
-2
/
+0
*
usb: dwc2: host: implement test mode
Jingwu Lin
2015-04-29
1
-0
/
+9
*
usb: dwc2: host: don't use dma_alloc_coherent with irqs disabled
Gregory Herrero
2015-04-29
1
-3
/
+10
*
usb: dwc2: host: spinlock urb_enqueue
Gregory Herrero
2015-04-29
1
-9
/
+6
[next]