index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
dwc2
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-04
usb: dwc2: do not override forced dr_mode in gadget setup
Przemek Rudy
1
-5
/
+18
2016-03-04
usb: dwc2: Fix issues in dwc2_complete_non_isoc_xfer_ddma()
John Youn
1
-2
/
+4
2016-03-04
usb: dwc2: Add support for Lantiq ARX and XRX SoCs
Antti Seppälä
1
-0
/
+34
2016-03-04
usb: dwc2: Move host-specific core functions into hcd.c
John Youn
4
-1801
/
+1806
2016-03-04
usb: dwc2: Move register save and restore functions
John Youn
4
-183
/
+179
2016-03-04
usb: dwc2: Use kmem_cache_free()
Amitoj Kaur Chawla
1
-1
/
+1
2016-03-04
usb: dwc2: host: If using uframe scheduler, end splits better
Douglas Anderson
1
-6
/
+42
2016-03-04
usb: dwc2: host: Totally redo the microframe scheduler
Douglas Anderson
4
-171
/
+1250
2016-03-04
usb: dwc2: host: Properly set even/odd frame
Douglas Anderson
2
-3
/
+100
2016-03-04
usb: dwc2: host: Add dwc2_hcd_get_future_frame_number() call
Douglas Anderson
2
-0
/
+33
2016-03-04
usb: dwc2: host: Manage frame nums better in scheduler
Douglas Anderson
2
-89
/
+272
2016-03-04
usb: dwc2: host: Add scheduler logging for missed SOFs
Douglas Anderson
3
-6
/
+11
2016-03-04
usb: dwc2: host: Split code out to make dwc2_do_reserve()
Douglas Anderson
1
-45
/
+67
2016-03-04
usb: dwc2: host: Reorder things in hcd_queue.c
Douglas Anderson
1
-289
/
+289
2016-03-04
usb: dwc2: host: Rename some fields in struct dwc2_qh
Douglas Anderson
4
-82
/
+92
2016-03-04
usb: dwc2: host: Use periodic interrupt even with DMA
Douglas Anderson
1
-39
/
+32
2016-03-04
usb: dwc2: host: There's not really a TT for the root hub
Douglas Anderson
1
-0
/
+10
2016-03-04
usb: dwc2: host: Properly set the HFIR
Douglas Anderson
1
-2
/
+2
2016-03-04
usb: dwc2: host: Giveback URB in tasklet context
Douglas Anderson
1
-3
/
+1
2016-03-04
usb: dwc2: host: Add a delay before releasing periodic bandwidth
Douglas Anderson
2
-56
/
+187
2016-03-04
usb: dwc2: host: Add scheduler tracing
Douglas Anderson
4
-2
/
+53
2016-03-04
usb: dwc2: host: fix split transfer schedule sequence
Douglas Anderson
5
-0
/
+31
2016-03-04
usb: dwc2: host: Always add to the tail of queues
Douglas Anderson
4
-11
/
+14
2016-03-04
usb: dwc2: host: Avoid use of chan->qh after qh freed
Douglas Anderson
2
-0
/
+20
2016-03-04
usb: dwc2: host: Set host_rx_fifo_size to 525 for rk3066
Douglas Anderson
1
-1
/
+1
2016-03-04
usb: dwc2: host: Get aligned DMA in a more supported way
Douglas Anderson
5
-186
/
+87
2016-03-04
usb: dwc2: rockchip: Make the max_transfer_size automatic
Douglas Anderson
1
-1
/
+1
2016-03-01
Merge 4.5-rc6 into usb-next
Greg Kroah-Hartman
3
-12
/
+25
2016-02-20
usb: dwc2: USB_DWC2 should depend on HAS_DMA
Geert Uytterhoeven
1
-0
/
+1
2016-02-17
usb: dwc2: USB_DWC2 should depend on HAS_DMA
Geert Uytterhoeven
1
-0
/
+1
2016-02-17
usb: dwc2: host: fix the data toggle error in full speed descriptor dma
Tang, Jianqiang
2
-1
/
+9
2016-02-17
usb: dwc2: host: fix logical omissions in dwc2_process_non_isoc_desc
Vardan Mikayelyan
1
-11
/
+10
2016-02-17
usb: dwc2: Add extra delay when forcing dr_mode
John Youn
1
-0
/
+6
2016-02-14
usb: add HAS_IOMEM dependency to USB_DWC2
Vegard Nossum
1
-0
/
+1
2016-02-03
usb: dwc2: Fix probe problem on bcm2835
John Youn
1
-6
/
+0
2016-02-03
Revert "usb: dwc2: Move reset into dwc2_get_hwparams()"
John Youn
2
-9
/
+7
2015-12-22
usb: dwc2: add shutdown callback to platform variant
Heiko Stübner
1
-8
/
+27
2015-12-22
usb: dwc2: gadget: Repair DSTS register decoding
Marek Vasut
1
-1
/
+1
2015-12-22
usb: dwc2: gadget: Remove call to dwc2_hsotg_init()
John Youn
1
-2
/
+0
2015-12-22
usb: dwc2: Remove redundant reset in probe
John Youn
1
-1
/
+1
2015-12-22
usb: dwc2: Reduce delay when forcing mode in reset
John Youn
1
-1
/
+1
2015-12-22
usb: dwc2: gadget: Replace dwc2_hsotg_corereset()
John Youn
1
-49
/
+1
2015-12-22
usb: dwc2: gadget: Use hw params from core
John Youn
1
-25
/
+16
2015-12-22
usb: dwc2: Improve handling of host and device hwparams
John Youn
2
-21
/
+70
2015-12-22
usb: dwc2: Add functions to set and clear force mode
John Youn
2
-24
/
+127
2015-12-22
usb: dwc2: Move reset into dwc2_get_hwparams()
John Youn
2
-7
/
+11
2015-12-22
usb: dwc2: Move mode querying functions into core.h
John Youn
2
-12
/
+12
2015-12-22
usb: dwc2: Fix dr_mode validation
John Youn
1
-13
/
+69
2015-12-22
usb: dwc2: Add functions to check the HW OTG config
John Youn
2
-0
/
+50
2015-12-22
usb: dwc2: Add dwc2_core_reset()
John Youn
2
-2
/
+21
[next]