index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
dwc2
/
hcd.c
Age
Commit message (
Expand
)
Author
2015-12-22
usb: dwc2: Avoid double-reset at boot time
Douglas Anderson
2015-12-15
usb: dwc2: host: Add missing spinlock in dwc2_hcd_reset_func()
Douglas Anderson
2015-12-15
usb: dwc2: host: Fix missing device insertions
Douglas Anderson
2015-12-15
usb: dwc2: host: use kmem cache to allocate descriptors
Gregory Herrero
2015-12-15
usb: dwc2: host: avoid usage of dma_alloc_coherent with irqs disabled
Gregory Herrero
2015-12-15
usb: dwc2: host: enable descriptor dma for fs devices
Mian Yousaf Kaukab
2015-11-17
usb: dwc2: host: Fix remote wakeup when not in DWC2_L2
Douglas Anderson
2015-10-16
usb: dwc2: host: Protect PCGCTL with lock in dwc2_port_resume()
Douglas Anderson
2015-10-01
usb: dwc2: gadget: kill ep0 requests before reinitializing core
Mian Yousaf Kaukab
2015-10-01
usb: dwc2: host: kill remaining urbs using -ECONNRESET status
Gregory Herrero
2015-10-01
usb: dwc2: host: correctly dump urb isochronous descriptors
Gregory Herrero
2015-10-01
usb: dwc2: host: wait 3ms for controller stabilization
Gregory Herrero
2015-10-01
usb: dwc2: host: disable interrupt during stop
Gregory Herrero
2015-10-01
usb: dwc2: host: disconnect hcd prior stopping it
Gregory Herrero
2015-10-01
usb: dwc2: host: resume only if bus is suspended
Gregory Herrero
2015-10-01
usb: dwc2: host: update hcd and lx_state during start/stop callbacks
Gregory Herrero
2015-10-01
usb: dwc2: host: enter hibernation during bus suspend
Gregory Herrero
2015-10-01
usb: dwc2: host: add flag to reflect bus state
Gregory Herrero
2015-10-01
usb: dwc2: host: create a function to handle port_resume
Gregory Herrero
2015-09-27
usb: dwc2: Use platform endianness when accessing registers
Antti Seppälä
2015-09-27
usb: dwc2: rename all s3c_* to dwc2_*
Felipe Balbi
2015-07-06
usb: dwc2: host: allocate qtd before atomic enqueue
Mian Yousaf Kaukab
2015-07-06
usb: dwc2: host: allocate qh before atomic enqueue
Mian Yousaf Kaukab
2015-05-13
usb: dwc2: hcd: fix build warning
Felipe Balbi
2015-04-29
usb: dwc2: remove dwc2_platform.ko
Mian Yousaf Kaukab
2015-04-29
usb: dwc2: host: implement test mode
Jingwu Lin
2015-04-29
usb: dwc2: host: don't use dma_alloc_coherent with irqs disabled
Gregory Herrero
2015-04-29
usb: dwc2: host: spinlock urb_enqueue
Gregory Herrero
2015-04-29
usb: dwc2: host: add bus_suspend/bus_resume callback
Gregory Herrero
2015-04-29
usb: dwc2: host: register handle to the phy
Mian Yousaf Kaukab
2015-04-29
usb: dwc2: set parameter values in probe function
Mian Yousaf Kaukab
2015-04-10
usb: dwc2: host: sleep USB_RESUME_TIMEOUT during resume
Gregory Herrero
2015-04-10
Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
2015-04-07
usb: dwc2: hcd: use new USB_RESUME_TIMEOUT
Felipe Balbi
2015-04-03
dwc2: hcd: use USB_DT_HUB
Sergei Shtylyov
2015-03-19
usb: dwc2: avoid leaking DMA channels on disconnection
Vincent Palatin
2015-01-30
usb: dwc2: gadget: add reset flag in init function
Gregory Herrero
2015-01-30
usb: dwc2: host: resume root hub on remote wakeup
Gregory Herrero
2015-01-19
usb: dwc2: hcd: use HUB_CHAR_*
Sergei Shtylyov
2015-01-19
Revert "usb: dwc2: add bus suspend/resume for dwc2"
Paul Zimmerman
2014-11-14
usb: dwc2: move usb_disabled() call to host driver only
Dinh Nguyen
2014-11-14
usb: dwc2: Initialize the USB core for peripheral mode
Dinh Nguyen
2014-11-14
usb: dwc2: Move gadget probe function into platform code
Dinh Nguyen
2014-11-12
usb: dwc2: add bus suspend/resume for dwc2
Kever Yang
2014-09-19
usb: dwc2: handle DMA buffer unmapping sanely
Paul Zimmerman
2014-02-04
usb: dwc2: fix memory corruption in dwc2 driver
Paul Zimmerman
2014-01-20
Merge tag 'usb-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2014-01-13
Move DWC2 driver out of staging
Paul Zimmerman