index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
dwc3
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: dwc3: gadget: never call ->complete() from ->ep_queue()
Felipe Balbi
2018-03-26
1
-18
/
+25
*
Merge tag 'usb-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2018-03-23
9
-90
/
+839
|
\
|
*
usb: dwc3: core: Fix broken system suspend/resume on AM437x
Roger Quadros
2018-03-22
1
-0
/
+2
|
*
usb: dwc3: Check controller type before setting speed
Thinh Nguyen
2018-03-22
1
-1
/
+4
|
*
usb: dwc3: Dump LSP and BMU debug info
Thinh Nguyen
2018-03-22
2
-0
/
+10
|
*
usb: dwc3: Check for ESS TX/RX threshold config
Thinh Nguyen
2018-03-22
2
-0
/
+63
|
*
usb: dwc3: Add DWC_usb31 GTXTHRCFG reg fields
Thinh Nguyen
2018-03-22
1
-0
/
+10
|
*
usb: dwc3: gadget: Check IP revision for GRXTHRCFG
Thinh Nguyen
2018-03-22
1
-1
/
+5
|
*
usb: dwc3: Add DWC_usb31 GRXTHRCFG bit fields
Thinh Nguyen
2018-03-22
1
-0
/
+10
|
*
usb: dwc3: Check IP revision for GTXFIFOSIZ
Thinh Nguyen
2018-03-22
1
-1
/
+4
|
*
usb: dwc3: Update DWC_usb31 GTXFIFOSIZ reg fields
Thinh Nguyen
2018-03-22
1
-0
/
+2
|
*
usb: dwc3: Add SoftReset PHY synchonization delay
Thinh Nguyen
2018-03-22
1
-1
/
+12
|
*
usb: dwc3: pci: Properly cleanup resource
Thinh Nguyen
2018-03-22
1
-1
/
+1
|
*
usb: dwc3: Makefile: fix link error on randconfig
Felipe Balbi
2018-03-22
1
-1
/
+1
|
*
usb: dwc3: ep0: remove redundant assignment
Heinrich Schuchardt
2018-03-19
1
-1
/
+1
|
*
usb: dwc3: Prevent indefinite sleep in _dwc3_set_mode during suspend/resume
Roger Quadros
2018-03-13
1
-3
/
+20
|
*
usb: dwc3: add dual role support using OTG block
Roger Quadros
2018-03-13
3
-28
/
+557
|
*
usb: dwc3: prevent setting PRTCAP to OTG from debugfs
Roger Quadros
2018-03-13
1
-0
/
+3
|
*
usb: dwc3: core.h: add some register definitions
Roger Quadros
2018-03-13
1
-0
/
+82
|
*
usb: dwc3: of-simple: add support for the Amlogic Meson GXL and AXG SoCs
Martin Blumenstingl
2018-03-13
1
-0
/
+8
|
*
usb: dwc3: of-simple: add support for shared and pulsed reset lines
Martin Blumenstingl
2018-03-13
1
-6
/
+17
|
*
usb: dwc3: debugfs: Re-use DEFINE_SHOW_ATTRIBUTE() macro
Felipe Balbi
2018-03-08
1
-49
/
+30
*
|
usb: dwc3: Fix lock-up on ID change during system suspend/resume
Roger Quadros
2018-02-28
1
-1
/
+1
|
/
*
usb: dwc3: core: Fix ULPI PHYs and prevent phy_get/ulpi_init during suspend/r...
Roger Quadros
2018-02-15
2
-11
/
+41
*
usb: dwc3: Fix GDBGFIFOSPACE_TYPE values
Thinh Nguyen
2018-02-12
1
-7
/
+9
*
usb: dwc3: omap: don't miss events during suspend/resume
Roger Quadros
2018-02-12
1
-0
/
+16
*
usb: dwc3: core: Power-off core/PHYs on system_suspend in host mode
Manu Gautam
2018-02-12
1
-14
/
+22
*
usb: dwc3: Undo PHY init if soft reset fails
Brian Norris
2018-02-12
1
-0
/
+3
*
usb: dwc3: ep0: Reset TRB counter for ep0 IN
Thinh Nguyen
2018-02-12
1
-1
/
+6
*
usb: dwc3: gadget: Set maxpacket size for ep0 IN
Thinh Nguyen
2018-02-12
1
-0
/
+2
*
usb: dwc3: of-simple: fix oops by unbalanced clk disable call
Enric Balletbo i Serra
2018-02-12
1
-0
/
+1
*
Merge tag 'phy-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kis...
Greg Kroah-Hartman
2018-01-08
1
-0
/
+2
|
\
|
*
phy: exynos5-usbdrd: Calibrate LOS levels for exynos5420/5800
Vivek Gautam
2017-12-29
1
-0
/
+2
*
|
Merge tag 'usb-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2018-01-08
6
-11
/
+22
|
\
\
|
*
|
usb: dwc3: Allow disabling of metastability workaround
Roger Quadros
2017-12-11
3
-2
/
+10
|
*
|
usb: dwc3: Make sparse a bit happier
Vincent Pelletier
2017-12-11
1
-2
/
+2
|
*
|
usb: dwc3: ep0: use gadget->isoch_delay for isoch_delay value
Felipe Balbi
2017-12-11
2
-7
/
+1
|
*
|
usb: dwc3: debug: decode a few more features
Felipe Balbi
2017-12-11
1
-0
/
+9
|
|
/
*
|
usb: dwc3: gadget: Fix PCM1 for ISOC EP with ep->mult less than 3
Manu Gautam
2017-12-11
1
-1
/
+1
*
|
usb: dwc3: of-simple: set dev_pm_ops
Masahiro Yamada
2017-12-11
1
-0
/
+1
*
|
usb: dwc3: of-simple: fix missing clk_disable_unprepare
Andreas Platschek
2017-12-11
1
-1
/
+3
*
|
usb: dwc3: gadget: Wait longer for controller to end command processing
Vincent Pelletier
2017-12-11
1
-1
/
+1
|
/
*
Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2017-11-13
19
-268
/
+122
|
\
|
*
USB: dwc3: Remove redundant license text
Greg Kroah-Hartman
2017-11-07
19
-168
/
+0
|
*
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
2017-11-04
19
-0
/
+19
|
*
usb: dwc3: core: Notify current USB mode to USB3 PHY as well
Manu Gautam
2017-10-24
1
-9
/
+8
|
*
usb: dwc3: pci: Runtime resume child device from wq
Manu Gautam
2017-10-24
2
-3
/
+27
|
*
usb: dwc3: Don't reinitialize core during host bus-suspend/resume
Manu Gautam
2017-10-24
1
-23
/
+20
|
*
usb: dwc3: of-simple: Add support to get resets for the device
Vivek Gautam
2017-10-19
1
-2
/
+25
|
*
usb: dwc3: of-simple: Re-order resource handling in remove
Vivek Gautam
2017-10-19
1
-2
/
+2
[next]