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
/
dwc2
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-22
usb: dwc2: add pci_device_id driver_data parse support
Yinbo Zhu
3
-14
/
+40
2023-08-22
USB: dwc2: hande irq on dead controller correctly
Oliver Neukum
1
-1
/
+3
2023-07-25
usb: Explicitly include correct DT includes
Rob Herring
2
-2
/
+1
2023-05-30
usb: dwc2/platform: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-05-13
usb: dwc2: support dwc2 IP for Amlogic A1 SoC family
Dmitry Rokosov
1
-0
/
+21
2023-05-13
usb: dwc2: Fix some error handling paths
Christophe JAILLET
1
-3
/
+13
2023-04-20
usb: dwc2: platform: add support for utmi optional clock
Fabrice Gasnier
2
-1
/
+21
2023-04-20
usb: dwc2: improve error handling in __dwc2_lowlevel_hw_enable
Fabrice Gasnier
1
-2
/
+17
2023-03-29
usb: dwc2: Fix spelling mistake "schduler" -> "scheduler"
Deming Wang
1
-1
/
+1
2023-03-27
Merge 6.3-rc4 into usb-next
Greg Kroah-Hartman
3
-21
/
+7
2023-03-23
usb: dwc2: fix a race, don't power off/on phy for dual-role mode
Fabrice Gasnier
2
-6
/
+3
2023-03-23
usb: dwc2: fix a devres leak in hw_enable upon suspend resume
Fabrice Gasnier
1
-14
/
+2
2023-03-16
usb: Use of_property_read_bool() for boolean properties
Rob Herring
1
-2
/
+1
2023-03-09
usb: dwc2: drd: fix inconsistent mode if role-switch-default-mode="host"
Ziyang Huang
1
-1
/
+2
2022-12-08
usb: dwc2: power on/off phy for peripheral mode in dual-role mode
Quentin Schulz
2
-3
/
+6
2022-12-08
usb: dwc2: disable lpm feature on Rockchip SoCs
Quentin Schulz
1
-0
/
+4
2022-10-22
usb: dwc2: platform: Improve error reporting for problems during .remove()
Uwe Kleine-König
1
-1
/
+1
2022-09-22
usb: dwc2: Remove redundant license text
Christophe JAILLET
12
-360
/
+1
2022-08-30
usb: dwc2: fix wrong order of phy_power_on and phy_init
Heiner Kallweit
1
-4
/
+4
2022-06-24
usb: dwc2: drop unexpected word "the" in the comments
Jiang Jian
1
-1
/
+1
2022-06-24
usb: dwc2: gadget: remove D+ pull-up while no vbus with usb-role-switch
Amelie Delaunay
1
-1
/
+2
2022-06-22
usb: dwc2: host: add TPL support
Amelie Delaunay
1
-0
/
+3
2022-06-10
usb: dwc2: Fix memory leak in dwc2_hcd_init
Miaoqian Lin
1
-1
/
+1
2022-05-05
usb: dwc2: gadget: don't reset gadget's driver->bus
Marek Szyprowski
1
-1
/
+0
2022-04-21
USB: dwc2: Add OTG support for Ingenic SoCs.
周琰杰 (Zhou Yanjie)
3
-1
/
+63
2022-02-28
Merge 5.17-rc6 into usb-next
Greg Kroah-Hartman
2
-2
/
+6
2022-02-17
usb: dwc2: drd: fix soft connect when gadget is unconfigured
Fabrice Gasnier
2
-2
/
+6
2022-02-11
usb: dwc2: Add platform specific data for Intel's Agilex
Dinh Nguyen
1
-0
/
+10
2022-01-26
usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspend
Amelie Delaunay
1
-1
/
+1
2022-01-06
usb: dwc2: gadget: initialize max_speed from params
John Keeping
1
-1
/
+12
2022-01-06
usb: dwc2: do not gate off the hardware if it does not support clock gating
Dinh Nguyen
1
-3
/
+4
2021-12-30
usb: dwc2: Simplify a bitmap declaration
Christophe JAILLET
1
-2
/
+1
2021-12-20
Merge 5.16-rc6 into usb-next
Greg Kroah-Hartman
1
-0
/
+3
2021-12-17
usb: dwc2: drd: restore role and overrides upon resume
Fabrice Gasnier
2
-6
/
+42
2021-12-17
usb: dwc2: drd: add role-switch-default-node support
Fabrice Gasnier
2
-0
/
+16
2021-12-16
usb: dwc2: platform: adopt dev_err_probe() to silent probe defer
Amelie Delaunay
1
-37
/
+16
2021-12-15
usb: dwc2: fix STM ID/VBUS detection startup delay in dwc2_driver_probe
Amelie Delaunay
1
-0
/
+3
2021-11-29
Merge 5.16-rc3 into usb-next
Greg Kroah-Hartman
2
-4
/
+15
2021-11-23
usb: dwc2: gadget: use existing helper
John Keeping
1
-2
/
+2
2021-11-17
usb: dwc2: hcd_queue: Fix use of floating point literal
Nathan Chancellor
1
-1
/
+1
2021-11-17
usb: dwc2: gadget: Fix ISOC flow for elapsed frames
Minas Harutyunyan
1
-3
/
+14
2021-10-25
usb: dwc2: stm32mp15: set otg_rev
Fabrice Gasnier
1
-0
/
+2
2021-10-25
usb: dwc2: add otg_rev and otg_caps information for gadget driver
Fabrice Gasnier
5
-52
/
+57
2021-10-21
usb: dwc2: drd: reset current session before setting the new one
Amelie Delaunay
1
-0
/
+2
2021-10-21
usb: dwc2: drd: fix dwc2_drd_role_sw_set when clock could be disabled
Amelie Delaunay
1
-0
/
+18
2021-10-21
usb: dwc2: drd: fix dwc2_force_mode call in dwc2_ovr_init
Amelie Delaunay
1
-2
/
+2
2021-09-14
usb: dwc2: gadget: Fix ISOC transfer complete handling for DDMA
Minas Harutyunyan
1
-3
/
+1
2021-09-14
usb: dwc2: gadget: Fix ISOC flow for BDMA and Slave
Minas Harutyunyan
1
-83
/
+106
2021-09-14
usb: dwc2: check return value after calling platform_get_resource()
Yang Yingliang
1
-0
/
+4
2021-08-27
usb: dwc2: Fix spelling mistake "was't" -> "wasn't"
Colin Ian King
1
-1
/
+1
[next]