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
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
2018-10-05
usb: dwc2: disable power_down on rockchip devices
SolidHal
1
-0
/
+1
2018-10-02
usb: dwc2: gadget: Add handler for WkupAlert interrupt
Grigor Tovmasyan
1
-0
/
+25
2018-10-02
usb: dwc2: gadget: enable WKUP_ALERT interrupt
Grigor Tovmasyan
1
-0
/
+4
2018-10-02
usb: dwc2: gadget: Program GREFCLK register
Grigor Tovmasyan
2
-0
/
+25
2018-10-02
usb: dwc2: gadget: Add parameters for GREFCLK register
Grigor Tovmasyan
2
-0
/
+20
2018-10-02
usb: dwc2: Add definitions for new registers
Grigor Tovmasyan
1
-0
/
+13
2018-10-02
usb: dwc2: Update target (u)frame calculation
Grigor Tovmasyan
1
-0
/
+17
2018-10-02
usb: dwc2: Add dwc2_gadget_dec_frame_num_by_one() function
Grigor Tovmasyan
1
-0
/
+18
2018-10-02
usb: dwc2: Add core parameter for service interval support
Grigor Tovmasyan
4
-0
/
+18
2018-10-02
usb: dwc2: Update registers definitions to support service interval
Grigor Tovmasyan
1
-0
/
+2
2018-10-02
usb: dwc2: fix unbalanced use of external vbus-supply
Fabrice Gasnier
1
-7
/
+26
2018-10-02
usb: dwc2: fix call to vbus supply exit routine, call it unlocked
Fabrice Gasnier
1
-0
/
+2
2018-10-02
usb: dwc2: fix a race with external vbus supply
Fabrice Gasnier
1
-1
/
+9
2018-10-02
usb: dwc2: get optional vbus-supply regulator once
Fabrice Gasnier
2
-9
/
+11
2018-10-02
usb: dwc2: Disable all EP's on disconnect
Minas Harutyunyan
1
-7
/
+23
2018-10-02
usb: dwc2: remove set but unused variable
Josh Abraham
1
-3
/
+0
2018-09-05
usb: dwc2: Fix call location of dwc2_check_core_endianness
Bruno Meirelles Herrera
1
-2
/
+2
2018-07-30
Merge tag 'usb-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
12
-843
/
+839
2018-07-30
usb: dwc2: Turn on uframe_sched on "stm32f4x9_fsotg" platforms
Douglas Anderson
1
-1
/
+0
2018-07-30
usb: dwc2: Turn on uframe_sched on "amlogic" platforms
Douglas Anderson
1
-1
/
+0
2018-07-30
usb: dwc2: Turn on uframe_sched on "his" platforms
Douglas Anderson
1
-1
/
+0
2018-07-30
usb: dwc2: Turn on uframe_sched on "bcm" platforms
Douglas Anderson
1
-1
/
+0
2018-07-30
usb: dwc2: gadget: ISOC's starting flow improvement
Minas Harutyunyan
1
-15
/
+4
2018-07-30
usb: dwc2: Make dwc2_readl/writel functions endianness-agnostic.
Gevorg Sahakyan
2
-2
/
+32
2018-07-30
usb: dwc2: replace ioread32/iowrite32_rep with dwc2_readl/writel_rep
Gevorg Sahakyan
2
-41
/
+26
2018-07-30
usb: dwc2: Modify dwc2_readl/writel functions prototype
Gevorg Sahakyan
11
-780
/
+776
2018-07-26
usb: dwc2: Move dwc2_readl/writel functions after hsotg structure
Gevorg Sahakyan
1
-54
/
+54
2018-07-17
usb: dwc2: Fix inefficient copy of unaligned buffers
Antti Seppälä
1
-3
/
+9
2018-07-17
usb: dwc2: Fix DMA alignment to start at allocated boundary
Antti Seppälä
1
-21
/
+23
2018-07-17
usb: dwc2: avoid NULL dereferences
John Keeping
1
-3
/
+3
2018-07-17
usb: dwc2: host: do not delay retries for CONTROL IN transfers
Dmitry Torokhov
1
-2
/
+7
2018-06-19
dwc2: gadget: Fix ISOC IN DDMA PID bitfield value calculation
Minas Harutyunyan
1
-1
/
+6
2018-06-19
usb: gadget: dwc2: fix memory leak in gadget_init()
Grigor Tovmasyan
1
-2
/
+5
2018-06-19
usb: dwc2: fix isoc split in transfer with no data
William Wu
1
-2
/
+1
2018-06-19
usb: dwc2: alloc dma aligned buffer for isoc split in
William Wu
5
-5
/
+106
2018-06-19
usb: dwc2: fix the incorrect bitmaps for the ports of multi_tt hub
William Wu
1
-1
/
+1
2018-06-19
usb: dwc2: Fix host exit from hibernation flow.
Artur Petrosyan
1
-1
/
+3
2018-06-18
usb: dwc2: gadget: fix packet drop issue for ISOC OUT transfers
Minas Harutyunyan
1
-2
/
+0
2018-06-18
usb: dwc2: gadget: fix packet drop issue in dwc2_gadget_handle_nak
Zeng Tao
1
-3
/
+0
2018-06-18
usb: dwc2: gadget: Fix issue in dwc2_gadget_start_isoc()
Minas Harutyunyan
1
-0
/
+1
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-5
/
+6
2018-05-31
USB: dwc2: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-62
/
+16
2018-05-21
usb: dwc2: gadget: Fix coverity issue
Grigor Tovmasyan
1
-1
/
+1
2018-05-21
usb: dwc2: pci: Fix error return code in dwc2_pci_probe()
Wei Yongjun
1
-1
/
+3
2018-05-21
usb: dwc2: WA for Full speed ISOC IN in DDMA mode.
Artur Petrosyan
2
-0
/
+23
2018-05-21
usb: dwc2: dwc2_vbus_supply_init: fix error check
Tomeu Vizoso
1
-5
/
+8
2018-05-21
usb: dwc2: Fix HiKey regression caused by power_down feature
John Stultz
1
-0
/
+1
2018-05-21
usb: dwc2: Fix kernel doc's warnings.
Grigor Tovmasyan
12
-61
/
+215
2018-05-15
usb: dwc2: Change reading of current frame number flow.
Artur Petrosyan
3
-5
/
+23
2018-05-15
usb: dwc2: debugfs: Don't touch RX FIFO during register dump
Stefan Wahren
1
-1
/
+1
[next]