index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
dwc3
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-23
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
1
-4
/
+5
2016-03-04
usb: dwc3: Validate the maximum_speed parameter
John Youn
2
-5
/
+22
2016-03-04
usb: dwc3: Enable SuperSpeedPlus
John Youn
1
-0
/
+8
2016-03-04
usb: dwc3: Update maximum_speed for SuperSpeedPlus
John Youn
1
-4
/
+13
2016-03-04
usb: dwc3: Update speed checks for SuperSpeedPlus
John Youn
2
-8
/
+14
2016-03-04
usb: dwc3: Update register fields for SuperSpeedPlus
John Youn
1
-1
/
+4
2016-03-04
usb: dwc3: DWC_usb31 controller check
John Youn
1
-0
/
+6
2016-02-27
usb: dwc3: Remove impossible check for of_clk_get_parent_count() < 0
Stephen Boyd
1
-4
/
+5
2016-02-17
usb: dwc3: Fix assignment of EP transfer resources
John Youn
3
-24
/
+52
2016-02-04
usb: dwc3: gadget: set the OTG flag in dwc3 gadget driver.
Jianqiang Tang
1
-0
/
+1
2015-12-23
usb: dwc3: of-simple: fix build warning on !PM
Felipe Balbi
1
-0
/
+2
2015-12-23
usb: dwc3: gadget: don't send extra ZLP
John Youn
1
-1
/
+2
2015-12-16
usb: dwc3: gadget: pass a condition to dev_WARN_ONCE()
Felipe Balbi
1
-8
/
+6
2015-12-15
usb: dwc3: trace: show request flags
Felipe Balbi
1
-1
/
+10
2015-12-15
usb: dwc3: gadget: handle request->zero
Felipe Balbi
2
-2
/
+51
2015-12-15
usb: dwc3: remove dwc3-qcom in favor of dwc3-of-simple
Felipe Balbi
3
-139
/
+0
2015-12-15
usb: dwc3: add generic OF glue layer
Felipe Balbi
3
-0
/
+188
2015-12-15
usb: dwc3: ep0: fix setup_packet_pending initialization
Felipe Balbi
2
-5
/
+7
2015-12-15
usb: dwc3: gadget: simplify next_request() return check
Felipe Balbi
1
-3
/
+2
2015-12-15
usb: dwc3: ep0: purge dev_dbg() calls
Felipe Balbi
1
-2
/
+2
2015-12-15
usb: dwc3: core: purge dev_dbg() calls
Felipe Balbi
1
-3
/
+5
2015-12-15
usb: dwc3: gadget: purge dev_dbg() calls
Felipe Balbi
1
-16
/
+21
2015-12-15
usb: dwc3: gadget: simplify dwc3_gadget_ep_queue()
Felipe Balbi
1
-15
/
+11
2015-12-01
usb: dwc3: gadget: don't prestart interrupt endpoints
Felipe Balbi
1
-0
/
+1
2015-11-17
usb: dwc3: gadget: let us set lower max_speed
Ben McCauley
1
-1
/
+23
2015-11-16
usb: dwc3: pci: add support for Intel Broxton SOC
Heikki Krogerus
1
-0
/
+4
2015-10-12
Revert "usb: dwc3: gadget: drop unnecessary loop when cleaning up TRBs"
Ville Syrjälä
1
-16
/
+21
2015-10-12
Revert "usb: dwc3: gadget: remove unnecessary _irqsave()"
Felipe Balbi
1
-2
/
+3
2015-10-10
usb: dwc3: pci: Set enblslpm quirk for Synopsys platforms
John Youn
1
-0
/
+1
2015-10-10
usb: dwc3: Add dis_enblslpm_quirk
John Youn
3
-0
/
+11
2015-10-10
usb: dwc3: pci: Add platform data for Synopsys HAPS
John Youn
1
-0
/
+15
2015-10-10
usb: dwc3: pci: trivial: Formatting
John Youn
1
-8
/
+8
2015-10-10
usb: dwc3: Support Synopsys USB 3.1 IP
John Youn
2
-2
/
+26
2015-10-10
usb: dwc3: pci: Add the PCI Product ID for Synopsys USB 3.1
John Youn
1
-0
/
+5
2015-10-10
usb: dwc3: pci: Add the Synopsys HAPS AXI Product ID
John Youn
1
-0
/
+5
2015-09-28
usb: dwc3: gadget: remove unnecessary _irqsave()
Felipe Balbi
1
-3
/
+2
2015-09-28
usb: dwc3: gadget: use Update Transfer from Xfer In Progress
Felipe Balbi
1
-2
/
+2
2015-09-28
usb: dwc3: gadget: use update transfer command
Felipe Balbi
1
-4
/
+5
2015-09-28
usb: dwc3: gadget: start transfer on XFER_COMPLETE
Felipe Balbi
1
-0
/
+8
2015-09-27
usb: dwc3: pci: passing forward the ACPI companion
Heikki Krogerus
1
-0
/
+1
2015-09-27
usb: dwc3: core: convert to unified device property interface
Heikki Krogerus
1
-26
/
+24
2015-09-27
usb: common: of_usb_get_dr_mode to usb_get_dr_mode
Heikki Krogerus
2
-2
/
+2
2015-09-27
usb: dwc3: st: prepare the driver for generic usb_get_dr_mode function
Heikki Krogerus
1
-2
/
+10
2015-09-27
usb: common: of_usb_get_maximum_speed to usb_get_maximum_speed
Heikki Krogerus
1
-1
/
+2
2015-09-27
usb: dwc3: support for pinctrl state change during system sleep
Sekhar Nori
1
-0
/
+5
2015-09-27
usb: dwc3: Add frame length adjustment quirk
Nikhil Badola
3
-0
/
+41
2015-09-27
usb: dwc3: gadget: improve ep_queue's error reporting
Felipe Balbi
1
-19
/
+12
2015-09-27
usb: dwc3: gadget: clear DWC3_PENDING_REQUEST when request is queued
Felipe Balbi
1
-1
/
+4
2015-09-27
usb: dwc3: gadget: start requests as soon as they come
Felipe Balbi
1
-0
/
+16
2015-09-27
usb: dwc3: gadget: move trace_dwc3_ep_queue()
Felipe Balbi
1
-2
/
+2
[next]