index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
dwc3
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: dwc3: gadget: Return proper request status
Thinh Nguyen
2022-04-26
1
-1
/
+30
*
usb: dwc3: pci: add support for the Intel Meteor Lake-P
Heikki Krogerus
2022-04-26
1
-0
/
+8
*
usb: dwc3: core: Only handle soft-reset in DCTL
Thinh Nguyen
2022-04-22
1
-1
/
+2
*
usb: dwc3: Try usb-role-switch first in dwc3_drd_init
Sven Peter
2022-04-21
1
-6
/
+5
*
usb: dwc3: core: Fix tx/rx threshold settings
Thinh Nguyen
2022-04-21
1
-4
/
+4
*
usb: dwc3: fix backwards compat with rockchip devices
Peter Geis
2022-04-21
1
-0
/
+23
*
usb: dwc3: Issue core soft reset before enabling run/stop
Wesley Cheng
2022-03-18
3
-3
/
+14
*
usb: dwc3: gadget: Wait for ep0 xfers to complete during dequeue
Thinh Nguyen
2022-03-15
4
-5
/
+31
*
usb: dwc3: gadget: move cmd_endtransfer to extra function
Michael Grzeschik
2022-03-15
1
-32
/
+37
*
usb: dwc3: gadget: ep_queue simplify isoc start condition
Michael Grzeschik
2022-03-15
1
-6
/
+4
*
usb: dwc3: pci: Add support for Intel Alder Lake
Shruthi Sanil
2022-03-15
1
-0
/
+4
*
usb: dwc3: omap: fix "unbalanced disables for smps10_out1" on omap5evm
H. Nikolaus Schaller
2022-03-15
1
-1
/
+1
*
usb: dwc3: gadget: Give some time to schedule isoc
Thinh Nguyen
2022-03-15
1
-1
/
+7
*
usb: dwc3: core: do not use 3.0 clock when operating in 2.0 mode
Bin Yang
2022-03-15
2
-0
/
+6
*
usb: dwc3: imx8mp: Add support for setting SOC specific flags
Alexander Stein
2022-03-15
1
-0
/
+63
*
usb: dwc3: imx8mp: rename iomem base pointer
Alexander Stein
2022-03-15
1
-8
/
+8
*
usb: dwc3-meson-g12a: constify drvdata structs
Heiner Kallweit
2022-03-15
1
-5
/
+5
*
Merge 5.17-rc6 into usb-next
Greg Kroah-Hartman
2022-02-28
2
-3
/
+19
|
\
|
*
usb: dwc3: gadget: Let the interrupt handler disable bottom halves.
Sebastian Andrzej Siewior
2022-02-24
1
-0
/
+2
|
*
usb: dwc3: pci: Fix Bay Trail phy GPIO mappings
Hans de Goede
2022-02-17
1
-2
/
+2
|
*
usb: dwc3: pci: Add "snps,dis_u2_susphy_quirk" for Intel Bay Trail
Hans de Goede
2022-02-15
1
-1
/
+12
|
*
usb: dwc3: pci: add support for the Intel Raptor Lake-S
Heikki Krogerus
2022-02-15
1
-0
/
+4
*
|
usb: dwc3: pci: Also apply Bay Trail GPIO mappings to ulpi-device
Hans de Goede
2022-02-17
1
-0
/
+8
*
|
usb: dwc3: pci: Set "linux,phy_charger_detect" property on some Bay Trail boards
Hans de Goede
2022-02-17
1
-0
/
+24
*
|
usb: dwc3: pci: Set the swnode from inside dwc3_pci_quirks()
Hans de Goede
2022-02-17
1
-7
/
+4
*
|
usb: dwc3: drd: Don't check against CONFIG_OF
Thinh Nguyen
2022-02-17
1
-1
/
+1
*
|
Merge 5.17-rc4 into usb-next
Greg Kroah-Hartman
2022-02-14
2
-1
/
+14
|
\
|
|
*
usb: dwc3: gadget: Prevent core from processing stale TRBs
Udipto Goswami
2022-02-08
1
-0
/
+13
|
*
usb: dwc3: xilinx: fix uninitialized return value
Robert Hancock
2022-01-31
1
-1
/
+1
*
|
usb: dwc3: Program GFLADJ
Sean Anderson
2022-02-08
2
-1
/
+41
*
|
usb: dwc3: Calculate REFCLKPER based on reference clock
Sean Anderson
2022-02-08
1
-2
/
+12
*
|
usb: dwc3: Get clocks individually
Sean Anderson
2022-02-08
2
-17
/
+57
*
|
Merge tag 'v5.17-rc2' into usb-next
Greg Kroah-Hartman
2022-01-31
1
-5
/
+18
|
\
|
|
*
usb: dwc3: xilinx: Fix error handling when getting USB3 PHY
Robert Hancock
2022-01-26
1
-5
/
+5
|
*
usb: dwc3: xilinx: Skip resets and USB3 register settings for USB2.0 mode
Robert Hancock
2022-01-26
1
-0
/
+13
*
|
usb: dwc3: drd: Add support for usb-conn-gpio based usb-role-switch
Alexander Stein
2022-01-26
1
-0
/
+13
|
/
*
usb: dwc3: qcom: Fix NULL vs IS_ERR checking in dwc3_qcom_probe
Miaoqian Lin
2022-01-06
1
-2
/
+5
*
usb: dwc3: dwc3-qcom: Add missing platform_device_put() in dwc3_qcom_acpi_reg...
Miaoqian Lin
2022-01-03
1
-1
/
+7
*
usb: dwc3: Drop unneeded calls to platform_get_resource_byname()
Lad Prabhakar
2021-12-21
1
-19
/
+26
*
usb: dwc3: gadget: Support Multi-Stream Transfer
Thinh Nguyen
2021-12-13
2
-5
/
+30
*
Merge 5.16-rc5 into usb-next
Greg Kroah-Hartman
2021-12-13
1
-15
/
+0
|
\
|
*
Revert "usb: dwc3: dwc3-qcom: Enable tx-fifo-resize property by default"
Douglas Anderson
2021-12-09
1
-15
/
+0
*
|
usb: dwc3: gadget: Skip reading GEVNTSIZn
Thinh Nguyen
2021-12-03
1
-8
/
+4
*
|
usb: dwc3: gadget: Ignore Update Transfer cmd params
Thinh Nguyen
2021-12-03
1
-3
/
+11
*
|
usb: dwc3: gadget: Skip checking Update Transfer status
Thinh Nguyen
2021-12-03
1
-0
/
+7
*
|
Merge 5.16-rc3 into usb-next
Greg Kroah-Hartman
2021-11-29
3
-15
/
+34
|
\
|
|
*
usb: dwc3: leave default DMA for PCI devices
Fabio Aiuto
2021-11-17
1
-3
/
+5
|
*
usb: dwc3: gadget: Fix null pointer exception
Albert Wang
2021-11-17
1
-0
/
+6
|
*
usb: dwc3: gadget: Check for L1/L2/U3 for Start Transfer
Thinh Nguyen
2021-11-17
1
-3
/
+14
|
*
usb: dwc3: gadget: Ignore NoStream after End Transfer
Thinh Nguyen
2021-11-17
1
-8
/
+8
[next]