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
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-28
Merge 6.4-rc4 into usb-next
Greg Kroah-Hartman
1
-1
/
+1
2023-05-28
usb: core: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-05-13
usb: dwc3: fix a test for error in dwc3_core_init()
Dan Carpenter
1
-1
/
+1
2023-05-13
usb: dwc3: core: add support for realtek SoCs custom's global register start ...
Stanley Chang
1
-0
/
+11
2023-04-20
usb: dwc3: core: add support for disabling High-speed park mode
Stanley Chang
1
-0
/
+5
2023-04-20
USB: dwc3: clean up probe declarations
Johan Hovold
1
-3
/
+1
2023-04-20
USB: dwc3: refactor clock lookups
Johan Hovold
1
-55
/
+61
2023-04-20
USB: dwc3: refactor phy handling
Johan Hovold
1
-57
/
+86
2023-04-20
USB: dwc3: clean up core init error handling
Johan Hovold
1
-17
/
+13
2023-04-20
USB: dwc3: clean up phy init error handling
Johan Hovold
1
-9
/
+9
2023-04-20
USB: dwc3: clean up probe error labels
Johan Hovold
1
-23
/
+22
2023-04-20
USB: dwc3: drop dead hibernation code
Johan Hovold
1
-102
/
+1
2023-04-20
USB: dwc3: disable autosuspend on unbind
Johan Hovold
1
-0
/
+2
2023-04-20
USB: dwc3: fix runtime pm imbalance on unbind
Johan Hovold
1
-0
/
+1
2023-04-20
USB: dwc3: fix runtime pm imbalance on probe errors
Johan Hovold
1
-9
/
+5
2023-03-09
usb: dwc3: core: add external vBus supply support for ulpi phy
Piyush Mehta
1
-0
/
+12
2022-12-08
usb: dwc3: core: defer probe on ulpi_read_id timeout
Ferry Toth
1
-1
/
+6
2022-11-29
usb: dwc3: Fix race between dwc3_set_mode and __dwc3_set_mode
Sven Peter
1
-6
/
+10
2022-11-08
usb: dwc3: Do not get extcon device when usb-role-switch is used
Janne Grunau
1
-0
/
+10
2022-10-22
usb: dwc3: Don't switch OTG -> peripheral if extcon is present
Andrey Smirnov
1
-1
/
+48
2022-09-30
Revert "usb: dwc3: Don't switch OTG -> peripheral if extcon is present"
Andy Shevchenko
1
-54
/
+1
2022-09-30
Revert "USB: fixup for merge issue with "usb: dwc3: Don't switch OTG -> perip...
Andy Shevchenko
1
-2
/
+7
2022-09-26
Merge 6.0-rc7 into usb-next
Greg Kroah-Hartman
1
-6
/
+7
2022-09-22
usb: dwc3: core: fix some leaks in probe
Dan Carpenter
1
-22
/
+36
2022-09-22
usb: dwc3: core: Enable GUCTL1 bit 10 for fixing termination error after resu...
Piyush Mehta
1
-0
/
+17
2022-09-22
usb: dwc3: core: add gfladj_refclk_lpm_sel quirk
Alexander Stein
1
-1
/
+7
2022-09-07
usb: dwc3: core: leave default DMA if the controller does not support 64-bit DMA
William Wu
1
-6
/
+7
2022-09-07
usb: dwc3: Remove DWC3 locking during gadget suspend/resume
Wesley Cheng
1
-4
/
+0
2022-08-18
usb: dwc3: qcom: fix wakeup implementation
Johan Hovold
1
-3
/
+2
2022-08-18
usb: dwc3: fix PHY disable sequence
Johan Hovold
1
-9
/
+10
2022-07-14
usb: dwc3: core: Do not perform GCTL_CORE_SOFTRESET during bootup
Rohith Kollalsi
1
-3
/
+7
2022-06-21
usb: dwc3: core: Host wake up support from system suspend
Sandeep Maheswaram
1
-6
/
+3
2022-06-21
usb: dwc3: core: Deprecate GCTL.CORESOFTRESET
Thinh Nguyen
1
-1
/
+2
2022-06-21
Revert "usb: dwc3: Remove the checks of -ENOSYS"
Thinh Nguyen
1
-2
/
+2
2022-06-20
Merge v5.19-rc3 into usb-next
Greg Kroah-Hartman
1
-7
/
+2
2022-06-12
usb: dwc3: Fix bare use of unsigned checkpatch warning
Kushagra Verma
1
-2
/
+2
2022-06-10
usb: dwc3: Remove the checks of -ENOSYS
Kushagra Verma
1
-2
/
+2
2022-06-10
usb: dwc3: add power down scale setting
Li Jun
1
-0
/
+34
2022-06-10
USB: fixup for merge issue with "usb: dwc3: Don't switch OTG -> peripheral if...
Stephen Rothwell
1
-7
/
+2
2022-05-19
usb: dwc3: core: Add error log when core soft reset failed
Mayank Rana
1
-0
/
+1
2022-05-12
USB / dwc3: Fix a checkpatch warning in core.c
Kushagra Verma
1
-12
/
+8
2022-05-05
usb: dwc3: remove a possible unnecessary 'out of memory' message
Kushagra Verma
1
-3
/
+1
2022-05-03
Merge 5.18-rc5 into usb-next
Greg Kroah-Hartman
1
-5
/
+29
2022-04-22
usb: dwc3: core: Only handle soft-reset in DCTL
Thinh Nguyen
1
-1
/
+2
2022-04-22
usb: dwc3: Don't switch OTG -> peripheral if extcon is present
Andrey Smirnov
1
-1
/
+54
2022-04-21
USB / dwc3: Fix three doc-build warnings
Kushagra Verma
1
-1
/
+0
2022-04-21
usb: dwc3: core: Fix tx/rx threshold settings
Thinh Nguyen
1
-4
/
+4
2022-04-21
usb: dwc3: fix backwards compat with rockchip devices
Peter Geis
1
-0
/
+23
2022-03-18
usb: dwc3: Issue core soft reset before enabling run/stop
Wesley Cheng
1
-3
/
+1
2022-03-15
usb: dwc3: core: do not use 3.0 clock when operating in 2.0 mode
Bin Yang
1
-0
/
+5
[next]