index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
dwc3
/
dwc3-qcom.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-19
usb: dwc3: qcom: Fix an error handling path in dwc3_qcom_probe()
Christophe JAILLET
1
-2
/
+3
2023-07-19
usb: dwc3: qcom: Release the correct resources in dwc3_qcom_remove()
Christophe JAILLET
1
-1
/
+5
2023-07-19
usb: dwc3: qcom: Fix potential memory leak
Vladislav Efanov
1
-3
/
+3
2023-06-21
USB: dwc3: qcom: fix NULL-deref on suspend
Johan Hovold
1
-1
/
+10
2023-02-09
usb: dwc3: qcom: enable vbus override when in OTG dr-mode
Neil Armstrong
1
-1
/
+1
2022-12-31
usb: dwc3: qcom: Fix memory leak in dwc3_qcom_interconnect_init
Miaoqian Lin
1
-3
/
+10
2022-09-22
usb: dwc3: qcom: drop unneeded compatibles
Krzysztof Kozlowski
1
-4
/
+0
2022-09-05
Merge 6.0-rc4 into usb-next
Greg Kroah-Hartman
1
-38
/
+58
2022-08-23
usb: dwc3: qcom: suppress unused-variable warning
Johan Hovold
1
-1
/
+1
2022-08-19
usb: dwc3: qcom: clean up icc init
Johan Hovold
1
-8
/
+7
2022-08-19
usb: dwc3: qcom: only parse 'maximum-speed' once
Johan Hovold
1
-2
/
+3
2022-08-18
usb: dwc3: qcom: clean up suspend callbacks
Johan Hovold
1
-8
/
+11
2022-08-18
usb: dwc3: qcom: fix wakeup implementation
Johan Hovold
1
-1
/
+5
2022-08-18
usb: dwc3: qcom: fix peripheral and OTG suspend
Johan Hovold
1
-3
/
+12
2022-08-18
usb: dwc3: qcom: fix runtime PM wakeup
Johan Hovold
1
-8
/
+11
2022-08-18
usb: dwc3: qcom: fix use-after-free on runtime-PM wakeup
Johan Hovold
1
-1
/
+13
2022-08-18
usb: dwc3: qcom: fix gadget-only builds
Johan Hovold
1
-1
/
+4
2022-08-18
Revert "usb: dwc3: qcom: Keep power domain on to retain controller status"
Johan Hovold
1
-21
/
+7
2022-07-14
usb: dwc3: qcom: fix missing optional irq warnings
Johan Hovold
1
-2
/
+2
2022-06-21
usb: dwc3: qcom: Keep power domain on to retain controller status
Sandeep Maheswaram
1
-7
/
+21
2022-06-21
usb: dwc3: qcom: Configure wakeup interrupts during suspend
Sandeep Maheswaram
1
-10
/
+62
2022-06-21
usb: dwc3: qcom: Add helper functions to enable,disable wake irqs
Sandeep Maheswaram
1
-32
/
+26
2022-01-06
usb: dwc3: qcom: Fix NULL vs IS_ERR checking in dwc3_qcom_probe
Miaoqian Lin
1
-2
/
+5
2022-01-03
usb: dwc3: dwc3-qcom: Add missing platform_device_put() in dwc3_qcom_acpi_reg...
Miaoqian Lin
1
-1
/
+7
2021-12-09
Revert "usb: dwc3: dwc3-qcom: Enable tx-fifo-resize property by default"
Douglas Anderson
1
-15
/
+0
2021-08-13
usb: dwc3: qcom: add IRQ check
Sergey Shtylyov
1
-0
/
+4
2021-07-29
drivers: usb: dwc3-qcom: Add sdm660 compatible
Konrad Dybcio
1
-0
/
+1
2021-07-21
usb: dwc3: dwc3-qcom: Fix typo in the dwc3 vbus override API
Wesley Cheng
1
-4
/
+4
2021-07-12
usb: dwc3: dwc3-qcom: Enable tx-fifo-resize property by default
Wesley Cheng
1
-0
/
+15
2021-04-10
usb: dwc3: qcom: Detect DWC3 DT-nodes using compatible string
Serge Semin
1
-1
/
+1
2021-04-10
usb: dwc3: qcom: Remove redundant dev_err call in dwc3_qcom_probe()
Bixuan Cui
1
-1
/
+0
2021-04-05
Merge 5.12-rc6 into usb-next
Greg Kroah-Hartman
1
-0
/
+3
2021-03-23
usb: dwc3: qcom: skip interconnect init for ACPI probe
Shawn Guo
1
-0
/
+3
2021-03-18
drivers: usb: Fix a typo in dwc3-qcom.c
He Fengqing
1
-1
/
+1
2021-03-10
usb: dwc3: qcom: Add missing DWC3 OF node refcount decrement
Serge Semin
1
-3
/
+6
2021-03-10
usb: dwc3: qcom: Honor wakeup enabled/disabled state
Matthias Kaehlcke
1
-2
/
+5
2021-03-10
usb: dwc3: qcom: add ACPI device id for sc8180x
Shawn Guo
1
-0
/
+2
2021-02-04
usb: dwc3: qcom: Constify the software node
Heikki Krogerus
1
-3
/
+9
2021-01-15
usb: dwc3: qcom: add URS Host support for sdm845 ACPI boot
Shawn Guo
1
-3
/
+56
2020-10-02
usb: dwc3: qcom: fix checkpatch warnings
Felipe Balbi
1
-3
/
+5
2020-10-02
usb: dwc3: qcom: Add interconnect support in dwc3 driver
Sandeep Maheswaram
1
-2
/
+118
2020-07-09
usb: dwc3: dwc3-qcom: Do not define 'struct acpi_device_id' when !CONFIG_ACPI
Lee Jones
1
-10
/
+12
2020-02-12
usb: dwc3: qcom: Replace <linux/clk-provider.h> by <linux/of_clk.h>
Geert Uytterhoeven
1
-1
/
+1
2019-06-18
usb: dwc3: qcom: Use of_clk_get_parent_count()
Kefeng Wang
1
-2
/
+1
2019-06-18
usb: dwc3: qcom: Improve error handling
Lee Jones
1
-0
/
+3
2019-06-18
usb: dwc3: qcom: Start USB in 'host mode' on the SDM845
Lee Jones
1
-0
/
+12
2019-06-18
usb: dwc3: qcom: Add support for booting with ACPI
Lee Jones
1
-28
/
+178
2019-01-28
usb: dwc3: qcom: Add support for MSM8998
Jeffrey Hugo
1
-0
/
+1
2018-06-19
usb: dwc3: qcom: mark PM functions as __maybe_unused
Arnd Bergmann
1
-8
/
+4
2018-06-19
usb: dwc3: Fix error return code in dwc3_qcom_probe()
Wei Yongjun
1
-0
/
+1
[next]