index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
dwc3
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-23
usb: dwc3: core: Skip setting event buffers for host only controllers
Krishna Kurapati
1
-0
/
+13
2024-04-23
usb: dwc3: core: Access XHCI address space temporarily to read port info
Krishna Kurapati
2
-0
/
+66
2024-04-23
usb: dwc3: core: Prevent phy suspend during init
Thinh Nguyen
4
-52
/
+68
2024-04-23
Merge 6.9-rc5 into usb-next
Greg Kroah-Hartman
1
-1
/
+2
2024-04-18
usb: dwc3: exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Anand Moon
1
-10
/
+3
2024-04-18
usb: dwc3: Select 2.0 or 3.0 clk base on maximum_speed
Thinh Nguyen
1
-4
/
+7
2024-04-18
usb: dwc3: ep0: Don't reset resource alloc flag
Thinh Nguyen
1
-1
/
+2
2024-04-09
usb: dwc3: pci: Don't set "linux,phy_charger_detect" property on Lenovo Yoga ...
Hans de Goede
1
-1
/
+7
2024-03-26
usb: dwc3: pci: Drop duplicate ID
Heikki Krogerus
1
-2
/
+0
2024-03-26
usb: dwc3: Properly set system wakeup
Thinh Nguyen
4
-0
/
+25
2024-03-05
usb: dwc3: core: Add DWC31 version 2.00a controller
Wesley Cheng
1
-0
/
+1
2024-03-05
usb: dwc3-am62: add workaround for Errata i2409
Roger Quadros
1
-1
/
+18
2024-03-05
usb: dwc3-am62: Fix PHY core voltage selection
Roger Quadros
1
-1
/
+9
2024-03-05
usb: dwc3-am62: Disable wakeup at remove
Roger Quadros
1
-0
/
+1
2024-03-05
usb: dwc3-am62: fix module unload/reload behavior
Roger Quadros
1
-10
/
+2
2024-03-05
usb: dwc3: of-simple: Add compatible for hi3798mv200 DWC3 controller
Yang Xiwen
1
-0
/
+1
2024-03-05
usb: dwc3: qcom: Remove ACPI support from glue driver
Krishna Kurapati
2
-265
/
+13
2024-02-26
Merge v6.8-rc6 into usb-next
Greg Kroah-Hartman
1
-0
/
+5
2024-02-19
usb: dwc3: gadget: Don't disconnect if not started
Thinh Nguyen
1
-0
/
+5
2024-02-19
Merge 6.8-rc5 into usb-next
Greg Kroah-Hartman
3
-9
/
+0
2024-02-17
usb: dwc3: apply snps,host-vbus-glitches workaround unconditionally
Frank Li
3
-7
/
+1
2024-02-17
usb: dwc3: Fix an IS_ERR() vs NULL check in dwc3_power_off_all_roothub_ports()
Dan Carpenter
1
-1
/
+1
2024-02-17
usb: dwc3: gadget: Remove redundant assignment to pointer trb
Colin Ian King
1
-1
/
+1
2024-02-17
usb: dwc3: gadget: Rewrite endpoint allocation flow
Thinh Nguyen
4
-51
/
+41
2024-02-09
Revert "usb: dwc3: Support EBC feature of DWC_usb31"
Thinh Nguyen
3
-9
/
+0
2024-02-04
Merge 6.8-rc3 into usb-next
Greg Kroah-Hartman
3
-5
/
+9
2024-01-27
usb: dwc3: Add workaround for host mode VBUS glitch when boot
Ran Wang
3
-0
/
+56
2024-01-27
usb: dwc3-of-simple: Stop using of_reset_control_array_get() directly
Philipp Zabel
1
-2
/
+1
2024-01-27
usb: dwc3: gadget: Fix NULL pointer dereference in dwc3_gadget_suspend
Uttkarsh Aggarwal
1
-4
/
+2
2024-01-27
usb: dwc3: pci: add support for the Intel Arrow Lake-H
Heikki Krogerus
1
-0
/
+4
2024-01-27
usb: dwc3: host: Set XHCI_SG_TRB_CACHE_SIZE_QUIRK
Prashanth K
1
-1
/
+3
2024-01-04
usb: dwc3: qcom: Rename hs_phy_irq to qusb2_phy_irq
Krishna Kurapati
1
-11
/
+11
2024-01-04
usb: dwc3: gadget: Queue PM runtime idle on disconnect event
Wesley Cheng
1
-0
/
+7
2024-01-04
usb: dwc3: set pm runtime active before resume common
Frank Wang
1
-3
/
+6
2024-01-04
usb: dwc3: Support EBC feature of DWC_usb31
Manan Aurora
3
-0
/
+9
2024-01-04
usb: dwc3: core: set force_gen1 bit in USB31 devices if max speed is SS
Krishna Kurapati
2
-0
/
+17
2024-01-04
usb: dwc: ep0: Update request status in dwc3_ep0_stall_restart
Uttkarsh Aggarwal
1
-1
/
+4
2024-01-04
usb: dwc3: gadget: Handle EP0 request dequeuing properly
Wesley Cheng
1
-1
/
+11
2024-01-02
Revert "usb: dwc3: don't reset device side if dwc3 was configured as host-only"
Thinh Nguyen
1
-2
/
+2
2024-01-02
Revert "usb: dwc3: Soft reset phy on probe for host"
Thinh Nguyen
1
-38
/
+1
2023-12-15
usb: dwc3: imx8mp: Fix smatch warning
Himanshu Bhavani
1
-1
/
+3
2023-12-15
usb: dwc3: xilinx: improve error handling for PM APIs
Piyush Mehta
1
-4
/
+7
2023-11-22
USB: dwc3: qcom: fix ACPI platform device leak
Johan Hovold
1
-7
/
+30
2023-11-22
USB: dwc3: qcom: fix software node leak on probe errors
Johan Hovold
1
-5
/
+8
2023-11-22
USB: dwc3: qcom: fix resource leaks on probe deferral
Johan Hovold
1
-3
/
+6
2023-11-22
USB: dwc3: qcom: simplify wakeup interrupt setup
Johan Hovold
1
-8
/
+4
2023-11-22
USB: dwc3: qcom: fix wakeup after probe deferral
Johan Hovold
1
-4
/
+4
2023-11-21
usb: dwc3: set the dma max_seg_size
Ricardo Ribalda
1
-0
/
+2
2023-11-21
usb: dwc3: add missing of_node_put and platform_device_put
Stanley Chang
1
-1
/
+7
2023-11-21
usb: dwc3: Fix default mode initialization
Alexander Stein
1
-1
/
+1
[prev]
[next]