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
/
core.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-18
Revert "usb: dwc2: gadget: fix TX FIFO size and address initialization"
John Youn
1
-0
/
+7
2016-09-14
Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
1
-7
/
+1
2016-09-08
usb: dwc2: Add delay to core soft reset
John Youn
1
-0
/
+1
2016-08-31
usb: dwc2: gadget: fix TX FIFO size and address initialization
Robert Baldyga
1
-7
/
+0
2016-08-22
usb: dwc2: Add reset control to dwc2
Dinh Nguyen
1
-0
/
+1
2016-06-21
usb: dwc2: gadget: Final fixes for BDMA ISOC
Vardan Mikayelyan
1
-1
/
+0
2016-06-21
usb: dwc2: gadget: Corrected interval calculation
Vardan Mikayelyan
1
-1
/
+1
2016-06-21
usb: dwc2: gadget: Add dwc2_gadget_incr_frame_num()
Vardan Mikayelyan
1
-0
/
+5
2016-05-31
usb: dwc2: fix regression on big-endian PowerPC/ARM systems
Arnd Bergmann
1
-0
/
+27
2016-03-04
usb: dwc2: Move host-specific core functions into hcd.c
John Youn
1
-24
/
+0
2016-03-04
usb: dwc2: Move register save and restore functions
John Youn
1
-0
/
+13
2016-03-04
usb: dwc2: host: Totally redo the microframe scheduler
Douglas Anderson
1
-2
/
+83
2016-03-04
usb: dwc2: host: Add dwc2_hcd_get_future_frame_number() call
Douglas Anderson
1
-0
/
+4
2016-03-04
usb: dwc2: host: Add scheduler logging for missed SOFs
Douglas Anderson
1
-1
/
+2
2016-03-04
usb: dwc2: host: Add scheduler tracing
Douglas Anderson
1
-0
/
+20
2016-03-04
usb: dwc2: host: fix split transfer schedule sequence
Douglas Anderson
1
-0
/
+2
2015-12-22
usb: dwc2: Improve handling of host and device hwparams
John Youn
1
-0
/
+3
2015-12-22
usb: dwc2: Add functions to set and clear force mode
John Youn
1
-0
/
+2
2015-12-22
usb: dwc2: Move mode querying functions into core.h
John Youn
1
-0
/
+12
2015-12-22
usb: dwc2: Add functions to check the HW OTG config
John Youn
1
-0
/
+13
2015-12-22
usb: dwc2: Add dwc2_core_reset()
John Youn
1
-0
/
+1
2015-12-22
usb: dwc2: Rename dwc2_core_reset()
John Youn
1
-1
/
+1
2015-12-22
usb: dwc2: Avoid double-reset at boot time
Douglas Anderson
1
-1
/
+1
2015-12-22
usb: dwc2: reset dwc2 core before dwc2_get_hwparams()
Yunzhi Li
1
-0
/
+1
2015-12-15
usb: dwc2: host: Fix missing device insertions
Douglas Anderson
1
-2
/
+4
2015-12-15
usb: dwc2: host: use kmem cache to allocate descriptors
Gregory Herrero
1
-0
/
+4
2015-12-15
usb: dwc2: host: avoid usage of dma_alloc_coherent with irqs disabled
Gregory Herrero
1
-0
/
+2
2015-12-15
usb: dwc2: host: enable descriptor dma for fs devices
Mian Yousaf Kaukab
1
-0
/
+20
2015-10-14
usb: dwc2: refactor common low-level hw code to platform.c
Marek Szyprowski
1
-10
/
+14
2015-10-14
usb: dwc2: remove no longer needed init_mutex
Marek Szyprowski
1
-1
/
+0
2015-10-02
usb: dwc2: gadget: parity fix in isochronous mode
Roman Bacik
1
-0
/
+1
2015-10-01
usb: dwc2: gadget: only reset core after addressed state
Mian Yousaf Kaukab
1
-2
/
+0
2015-10-01
usb: dwc2: host: add flag to reflect bus state
Gregory Herrero
1
-0
/
+1
2015-09-27
usb: dwc2: Use platform endianness when accessing registers
Antti Seppälä
1
-6
/
+22
2015-09-27
usb: dwc2: rename all s3c_* to dwc2_*
Felipe Balbi
1
-26
/
+26
2015-07-06
usb: dwc2: embed storage for reg backup in struct dwc2_hsotg
Mian Yousaf Kaukab
1
-3
/
+6
2015-04-29
usb: dwc2: add hibernation core parameter
Gregory Herrero
1
-0
/
+7
2015-04-29
usb: dwc2: set parameter values in probe function
Mian Yousaf Kaukab
1
-3
/
+10
2015-04-29
usb: dwc2: add external_id_pin_ctl core parameter
Gregory Herrero
1
-0
/
+6
2015-04-29
usb: dwc2: implement hibernation during bus suspend/resume
Gregory Herrero
1
-0
/
+2
2015-04-29
usb: dwc2: add controller hibernation support
Gregory Herrero
1
-0
/
+84
2015-04-29
usb: dwc2: debugfs: add support for complete register dump
Mian Yousaf Kaukab
1
-0
/
+1
2015-04-29
usb: dwc2: move debugfs code to a separate file
Mian Yousaf Kaukab
1
-3
/
+4
2015-03-12
usb: dwc2: rework initialization of host and gadget in dual-role mode
Marek Szyprowski
1
-0
/
+2
2015-01-30
usb: dwc2: gadget: add reset flag in init function
Gregory Herrero
1
-2
/
+4
2015-01-30
usb: dwc2: gadget: add unaligned buffers support
Mian Yousaf Kaukab
1
-0
/
+2
2015-01-30
usb: dwc2: gadget: add TEST_MODE feature support
Gregory Herrero
1
-0
/
+4
2015-01-12
usb: dwc2: gadget: rename sent_zlp to send_zlp
Mian Yousaf Kaukab
1
-2
/
+2
2015-01-12
usb: dwc2: gadget: manage ep0 state in software
Mian Yousaf Kaukab
1
-2
/
+11
2015-01-12
usb: dwc2: gadget: remove unused members from hsotg_req
Mian Yousaf Kaukab
1
-4
/
+0
[next]