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: meson-g12a: fix USB2 PHY initialization on G12A and A1 SoCs
Martin Blumenstingl
2020-05-29
1
-4
/
+4
*
usb: dwc3: meson-g12a: fix error path when fetching the reset line fails
Martin Blumenstingl
2020-05-29
1
-1
/
+1
*
Merge tag 'usb-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
2020-05-25
13
-284
/
+853
|
\
|
*
usb: dwc3: keystone: Turn on USB3 PHY before controller
Roger Quadros
2020-05-25
1
-1
/
+40
|
*
usb: dwc3: gadget: Check for prepared TRBs
Thinh Nguyen
2020-05-25
1
-0
/
+8
|
*
usb: dwc3: Increase timeout for CmdAct cleared by device controller
Yu Chen
2020-05-25
1
-1
/
+1
|
*
usb: dwc3: gadget: Use SET_EP_PRIME for NoStream
Thinh Nguyen
2020-05-25
2
-3
/
+13
|
*
usb: dwc3: gadget: Handle stream transfers
Thinh Nguyen
2020-05-25
3
-3
/
+104
|
*
usb: dwc3: gadget: Don't prepare beyond a transfer
Thinh Nguyen
2020-05-25
1
-0
/
+8
|
*
usb: dwc3: gadget: Wait for transfer completion
Thinh Nguyen
2020-05-25
2
-1
/
+9
|
*
usb: dwc3: gadget: Handle XferComplete for streams
Thinh Nguyen
2020-05-25
1
-6
/
+28
|
*
usb: dwc3: gadget: Enable XferComplete event
Thinh Nguyen
2020-05-25
1
-0
/
+1
|
*
usb: dwc3: gadget: Refactor TRB completion handler
Thinh Nguyen
2020-05-25
1
-19
/
+26
|
*
usb: dwc3: gadget: Check for in-progress END_TRANSFER
Thinh Nguyen
2020-05-25
1
-0
/
+4
|
*
usb: dwc3: Get MDWIDTH for DWC_usb32
Thinh Nguyen
2020-05-25
3
-2
/
+22
|
*
usb: dwc3: Add support for DWC_usb32 IP
Thinh Nguyen
2020-05-25
4
-97
/
+97
|
*
usb: dwc3: use true,false for dwc->otg_restart_host
Jason Yan
2020-05-25
1
-2
/
+2
|
*
usb: dwc3: of-simple: remove Amlogic GXL and AXG compatibles
Martin Blumenstingl
2020-05-25
1
-24
/
+6
|
*
usb: dwc3: meson-g12a: add support for GXL and GXM SoCs
Neil Armstrong
2020-05-25
1
-1
/
+101
|
*
usb: dwc3: meson-g12a: support the GXL/GXM DWC3 host phy disconnect
Neil Armstrong
2020-05-25
1
-0
/
+35
|
*
usb: dwc3: meson-g12a: refactor usb init
Neil Armstrong
2020-05-25
1
-15
/
+37
|
*
usb: dwc3: gadget: Continue to process pending requests
Thinh Nguyen
2020-05-25
1
-3
/
+21
|
*
usb: dwc3: gadget: WARN on no-resource status
Thinh Nguyen
2020-05-05
1
-0
/
+2
|
*
usb: dwc3: gadget: Issue END_TRANSFER to retry isoc transfer
Thinh Nguyen
2020-05-05
1
-1
/
+35
|
*
usb: dwc3: gadget: Store resource index of start cmd
Thinh Nguyen
2020-05-05
1
-3
/
+6
|
*
usb: dwc3: gadget: Properly handle failed kick_transfer
Thinh Nguyen
2020-05-05
1
-8
/
+16
|
*
usb: dwc3: core: Use role-switch default dr_mode
Thinh Nguyen
2020-05-05
1
-0
/
+2
|
*
usb: dwc3: drd: Don't free non-existing irq
Thinh Nguyen
2020-05-05
1
-1
/
+1
|
*
usb: dwc3: meson-g12a: refactor usb2 phy init
Neil Armstrong
2020-05-05
1
-21
/
+53
|
*
usb: dwc3: meson-g12a: check return of dwc3_meson_g12a_usb_init
Neil Armstrong
2020-05-05
1
-1
/
+3
|
*
usb: dwc3: meson-g12a: get the reset as shared
Neil Armstrong
2020-05-05
1
-1
/
+1
|
*
usb: dwc3: meson-g12a: handle the phy and glue registers separately
Neil Armstrong
2020-05-05
1
-39
/
+85
|
*
usb: dwc3: meson-g12a: specify phy names in soc data
Neil Armstrong
2020-05-05
1
-14
/
+33
|
*
usb: dwc3: gadget: Refactor dwc3_gadget_ep_dequeue
Thinh Nguyen
2020-05-05
1
-16
/
+11
|
*
usb: dwc3: gadget: Remove unnecessary checks
Thinh Nguyen
2020-05-05
1
-8
/
+1
|
*
usb: dwc3: gadget: Give back staled requests
Thinh Nguyen
2020-05-05
1
-1
/
+14
|
*
usb: dwc3: gadget: Properly handle ClearFeature(halt)
Thinh Nguyen
2020-05-05
1
-3
/
+33
|
*
usb: dwc3: support continuous runtime PM with dual role
Martin Kepplinger
2020-05-05
1
-3
/
+8
|
*
USB: dwc3: Use the correct style for SPDX License Identifier
Nishad Kamdar
2020-05-05
5
-5
/
+5
*
|
usb: dwc3: select USB_ROLE_SWITCH
Arnd Bergmann
2020-05-09
1
-0
/
+1
*
|
usb: dwc3: pci: Enable extcon driver for Intel Merrifield
Andy Shevchenko
2020-05-09
1
-0
/
+1
*
|
dwc3: Remove check for HWO flag in dwc3_gadget_ep_reclaim_trb_sg()
John Stultz
2020-05-09
1
-3
/
+0
|
/
*
usb: dwc3: gadget: Fix request completion check
Thinh Nguyen
2020-04-17
1
-10
/
+2
*
usb: dwc3: gadget: Do link recovery for SS and SSP
Thinh Nguyen
2020-04-16
1
-6
/
+2
*
usb: dwc3: gadget: Properly set maxpacket limit
Thinh Nguyen
2020-04-16
2
-11
/
+45
*
usb: dwc3: Fix GTXFIFOSIZ.TXFDEP macro name
Thinh Nguyen
2020-04-16
2
-4
/
+4
*
usb: dwc3: fix up for role switch API change
Stephen Rothwell
2020-03-16
1
-4
/
+6
*
Merge tag 'usb-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
2020-03-16
8
-81
/
+256
|
\
|
*
usb: dwc3: qcom: Replace <linux/clk-provider.h> by <linux/of_clk.h>
Geert Uytterhoeven
2020-03-15
1
-1
/
+1
|
*
usb: dwc3: core: don't do suspend for device mode if already suspended
Li Jun
2020-03-15
1
-0
/
+2
[next]