index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-22
usb: dwc2: Improve handling of host and device hwparams
John Youn
1
-21
/
+67
2015-12-22
usb: dwc2: Add functions to set and clear force mode
John Youn
1
-24
/
+125
2015-12-22
usb: dwc2: Move reset into dwc2_get_hwparams()
John Youn
1
-0
/
+8
2015-12-22
usb: dwc2: Add functions to check the HW OTG config
John Youn
1
-0
/
+37
2015-12-22
usb: dwc2: Add dwc2_core_reset()
John Youn
1
-2
/
+20
2015-12-22
usb: dwc2: Rename dwc2_core_reset()
John Youn
1
-4
/
+4
2015-12-22
usb: dwc2: Reorder AHBIDLE and CSFTRST in dwc2_core_reset()
John Youn
1
-8
/
+9
2015-12-22
usb: dwc2: Avoid more calls to dwc2_core_reset()
Douglas Anderson
1
-17
/
+23
2015-12-22
usb: dwc2: reduce dwc2 driver probe time
Yunzhi Li
1
-5
/
+5
2015-12-22
usb: dwc2: Speed dwc2_get_hwparams() on some host-only ports
Douglas Anderson
1
-4
/
+4
2015-12-22
usb: dwc2: Avoid double-reset at boot time
Douglas Anderson
1
-11
/
+18
2015-12-22
usb: dwc2: reset dwc2 core before dwc2_get_hwparams()
Yunzhi Li
1
-1
/
+1
2015-12-22
usb: dwc2: Restore GUSBCFG in dwc2_get_hwparams()
Douglas Anderson
1
-7
/
+9
2015-12-15
usb: dwc2: host: Support immediate retries for split transactions
Douglas Anderson
1
-2
/
+12
2015-12-15
usb: dwc2: host: fix descriptor list address masking
Mian Yousaf Kaukab
1
-7
/
+3
2015-12-15
usb: dwc2: host: avoid usage of dma_alloc_coherent with irqs disabled
Gregory Herrero
1
-0
/
+3
2015-12-15
usb: dwc2: host: enable descriptor dma for fs devices
Mian Yousaf Kaukab
1
-0
/
+24
2015-10-13
usb: dwc2: fix duplicate argument warning
Mian Yousaf Kaukab
1
-2
/
+1
2015-10-01
usb: dwc2: host: clear pending interrupts prior hibernation
Gregory Herrero
1
-0
/
+6
2015-10-01
usb: dwc2: host: add disconnect interrupt to host only interrupts
Mian Yousaf Kaukab
1
-2
/
+3
2015-10-01
usb: dwc2: host: reset frame number after suspend
Gregory Herrero
1
-0
/
+1
2015-10-01
usb: dwc2: host: don't clear hprt0 status bits when exiting hibernation
Gregory Herrero
1
-1
/
+1
2015-09-27
usb: dwc2: Use platform endianness when accessing registers
Antti Seppälä
1
-234
/
+235
2015-08-07
treewide: Fix typo in printk
Masanari Iida
1
-1
/
+1
2015-07-06
usb: dwc2: embed storage for reg backup in struct dwc2_hsotg
Mian Yousaf Kaukab
1
-40
/
+15
2015-04-29
usb: dwc2: add hibernation core parameter
Gregory Herrero
1
-0
/
+24
2015-04-29
usb: dwc2: remove dwc2_platform.ko
Mian Yousaf Kaukab
1
-3
/
+0
2015-04-29
usb: dwc2: set parameter values in probe function
Mian Yousaf Kaukab
1
-0
/
+19
2015-04-29
usb: dwc2: add external_id_pin_ctl core parameter
Gregory Herrero
1
-1
/
+21
2015-04-29
usb: dwc2: add controller hibernation support
Gregory Herrero
1
-0
/
+377
2015-01-12
usb: dwc2: Fixed a few typos in comments
Mickael Maison
1
-1
/
+1
2014-11-14
usb: dwc2: Update common interrupt handler to call gadget interrupt handler
Dinh Nguyen
1
-10
/
+0
2014-09-20
usb: dwc2: clip max_transfer_size to 65535
Paul Zimmerman
1
-0
/
+7
2014-09-09
usb: dwc2: add 'mode' which based on Kconfig select or dts setting
Kever Yang
1
-0
/
+18
2014-09-09
usb: dwc2: Read GNPTXFSIZ when in forced HOST mode.
Doug Anderson
1
-3
/
+3
2014-05-28
usb: dwc2: Add function to calculate correct FIFO sizes
Dinh Nguyen
1
-0
/
+68
2014-02-05
usb: dwc2: fix role switch breakage
Paul Zimmerman
1
-1
/
+1
2014-01-14
Move DWC2 driver out of staging
Paul Zimmerman
1
-0
/
+2777
[prev]