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
/
dwc3
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-19
usb: dwc3: qcom: mark PM functions as __maybe_unused
Arnd Bergmann
1
-8
/
+4
2018-06-19
usb: dwc3: Fix error return code in dwc3_qcom_probe()
Wei Yongjun
1
-0
/
+1
2018-06-18
usb: dwc3: Only call clk_bulk_get() on devicetree instantiated devices
Hans de Goede
1
-10
/
+13
2018-06-18
usb: dwc3: of-simple: fix use-after-free on remove
Johan Hovold
1
-1
/
+2
2018-06-18
usb: dwc3: pci: add support for Intel IceLake
Heikki Krogerus
1
-0
/
+2
2018-05-31
USB: dwc3: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-32
/
+11
2018-05-31
usb: dwc3: Remove DEBUG define from Qualcomm DWC3 glue driver
Douglas Anderson
1
-1
/
+0
2018-05-21
usb: dwc3: gadget: Fix list_del corruption in dwc3_ep_dequeue
Mayank Rana
1
-1
/
+1
2018-05-21
usb: dwc3: gadget: dwc3_gadget_del_and_unmap_request() can be static
Wei Yongjun
1
-1
/
+1
2018-05-21
usb: dwc3: dwc3_get_extcon() can be static
kbuild test robot
1
-1
/
+1
2018-05-21
usb: dwc3: gadget: init req->{direction,epnum} from alloc_request()
Felipe Balbi
1
-2
/
+1
2018-05-21
usb: dwc3: gadget: initialize transfer index from send_gadget_ep_cmd()
Felipe Balbi
2
-6
/
+1
2018-05-21
usb: dwc3: gadget: assign resource_index inside get_transfer_index()
Felipe Balbi
3
-10
/
+6
2018-05-21
usb: dwc3: gadget: always start isochronous aligned to dep->interval
Felipe Balbi
1
-10
/
+5
2018-05-21
usb: dwc3: gadget: don't issue End Transfer if we have started reqs
Felipe Balbi
1
-1
/
+3
2018-05-21
usb: dwc3: debug: decode uFrame from event too
Felipe Balbi
1
-3
/
+7
2018-05-21
usb: dwc3: gadget: move dwc3_calc_trbs_left() in place of prototype
Felipe Balbi
1
-49
/
+47
2018-05-21
usb: dwc3: gadget: move set_xfer_resource() in place of prototype
Felipe Balbi
1
-13
/
+11
2018-05-21
usb: dwc3: gadget: remove a few more dwc arguments
Felipe Balbi
1
-8
/
+10
2018-05-21
usb: dwc3: gadget: combine modify & restore into single argument
Felipe Balbi
1
-22
/
+11
2018-05-21
usb: dwc3: gadget: refactor dwc3_gadget_init_endpoints()
Felipe Balbi
1
-87
/
+116
2018-05-21
usb: dwc3: gadget: split dwc3_gadget_ep_cleanup_completed_requests()
Felipe Balbi
1
-24
/
+36
2018-05-21
usb: dwc3: gadget: get rid of the length variable
Felipe Balbi
1
-3
/
+1
2018-05-21
usb: dwc3: gadget: reduce scope of ret variable
Felipe Balbi
1
-1
/
+1
2018-05-21
usb: dwc3: gadget: one declaration per line
Felipe Balbi
1
-2
/
+3
2018-05-21
usb: dwc3: gadget: simplify IOC handling
Felipe Balbi
1
-15
/
+10
2018-05-21
usb: dwc3: gadget: simplify short packet event
Felipe Balbi
1
-7
/
+1
2018-05-21
usb: dwc3: trace: print out event status too
Felipe Balbi
1
-4
/
+16
2018-05-21
usb: dwc3: gadget: simplify unaligned and zlp handling
Felipe Balbi
1
-4
/
+2
2018-05-21
usb: dwc3: gadget: remove unnecessary 'chain' variable
Felipe Balbi
1
-3
/
+1
2018-05-21
usb: dwc3: gadget: remove PENDING handling from cleanup_completed
Felipe Balbi
1
-14
/
+0
2018-05-21
usb: dwc3: gadget: split scatterlist and linear handlers
Felipe Balbi
1
-26
/
+45
2018-05-21
usb: dwc3: gadget: simplify isoc case on cleanup_completed_requests
Felipe Balbi
1
-10
/
+3
2018-05-21
usb: dwc3: gadget: simplify queueing of isoc transfers
Felipe Balbi
1
-12
/
+6
2018-05-21
usb: dwc3: gadget: remove duplicated missed isoc handling
Felipe Balbi
3
-35
/
+3
2018-05-21
usb: dwc3: gadget: check for Missed Isoc from event status
Felipe Balbi
2
-5
/
+14
2018-05-21
usb: dwc3: gadget: remove unnecessary 'ioc' variable
Felipe Balbi
1
-6
/
+1
2018-05-21
usb: dwc3: gadget: make cleanup_completed_requests() return nothing
Felipe Balbi
1
-9
/
+4
2018-05-21
usb: dwc3: gadget: remove DWC3_EP_BUSY flag
Felipe Balbi
4
-18
/
+6
2018-05-21
usb: dwc3: gadget: start removing BUSY flag
Felipe Balbi
1
-2
/
+2
2018-05-21
usb: dwc3: gadget: update dep->frame_number from XferInprogress too
Felipe Balbi
1
-6
/
+13
2018-05-21
usb: dwc3: gadget: always use frame number from XferNotReady
Felipe Balbi
1
-7
/
+5
2018-05-21
usb: dwc3: gadget: remove unnecessary 'dwc' parameter
Felipe Balbi
1
-36
/
+32
2018-05-21
usb: dwc3: gadget: move handler closer to calling site
Felipe Balbi
1
-11
/
+11
2018-05-21
usb: dwc3: gadget: rename dwc3_gadget_start_isoc()
Felipe Balbi
1
-2
/
+2
2018-05-21
usb: dwc3: gadget: remove some pointless checks
Felipe Balbi
1
-13
/
+1
2018-05-21
usb: dwc3: gadget: remove allocated/queued request tracking
Felipe Balbi
3
-24
/
+8
2018-05-21
usb: dwc3: gadget: rename done_trbs and done_reqs
Felipe Balbi
1
-13
/
+16
2018-05-21
usb: dwc3: gadget: don't kick transfer all the time
Felipe Balbi
1
-11
/
+0
2018-05-21
usb: dwc3: gadget: rename dwc3_endpoint_transfer_complete()
Felipe Balbi
1
-6
/
+3
[next]