index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
dwc3
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-25
usb: dwc3: make usb2 phy utmi interface configurable
William Wu
2
-0
/
+30
2016-08-25
usb: dwc3: add dis_u2_freeclk_exists_quirk
William Wu
2
-0
/
+10
2016-08-25
usb: dwc3: gadget: improve increment request->actual
Felipe Balbi
1
-6
/
+2
2016-08-25
usb: dwc3: gadget: remove condition that never happens
Felipe Balbi
1
-4
/
+2
2016-08-25
usb: dwc3: gadget: add remaining sg entries to ring
Felipe Balbi
1
-9
/
+24
2016-08-25
usb: dwc3: debug: fix ep name on trace output
Felipe Balbi
1
-1
/
+1
2016-08-22
usb: dwc3: gadget: interrupt on ring full too
Felipe Balbi
1
-1
/
+4
2016-08-22
usb: dwc3: gadget: add sg and num_pending_sgs to dwc3_request
Felipe Balbi
1
-0
/
+4
2016-08-22
usb: dwc3: gadget: avoid while (1) loop on completion
Felipe Balbi
1
-13
/
+19
2016-08-22
usb: dwc3: gadget: simplify __dwc3_gadget_ep_queue()
Felipe Balbi
1
-76
/
+7
2016-08-22
usb: dwc3: gadget: simplify dwc3_ep_prev_trb()
Felipe Balbi
1
-5
/
+5
2016-08-22
usb: dwc3: gadget: increment dequeue pointer on completion
Felipe Balbi
1
-14
/
+3
2016-08-22
usb: dwc3: gadget: retire LST bit completely
Felipe Balbi
1
-47
/
+15
2016-08-22
usb: dwc3: gadget: don't rely on jiffies while holding spinlock
Nicolas Saenz Julienne
1
-3
/
+3
2016-08-22
usb: dwc3: core: allow device to runtime_suspend several times
Felipe Balbi
1
-0
/
+1
2016-08-22
usb: dwc3: pci: runtime_resume child device
Felipe Balbi
1
-1
/
+8
2016-08-21
Merge 4.8-rc3 into usb-next
Greg Kroah-Hartman
3
-22
/
+36
2016-08-11
usb: dwc3: gadget: stop processing on HWO set
Felipe Balbi
1
-10
/
+1
2016-08-11
usb: dwc3: don't set last bit for ISOC endpoints
Janusz Dziedzic
1
-1
/
+1
2016-08-11
usb: dwc3: fix missing platform_set_drvdata() in dwc3_of_simple_probe()
Wei Yongjun
1
-0
/
+1
2016-08-10
usb: dwc3: pci: add Intel Kabylake PCI ID
Heikki Krogerus
1
-0
/
+2
2016-08-10
usb: dwc3: gadget: always cleanup all TRBs
Felipe Balbi
1
-1
/
+1
2016-08-10
usb: dwc3: gadget: fix for short pkts during chained xfers
Felipe Balbi
1
-3
/
+20
2016-08-10
usb: dwc3: gadget: increment request->actual once
Felipe Balbi
1
-8
/
+11
2016-08-09
usb: remove redundant dependency on USB_SUPPORT
Masahiro Yamada
1
-1
/
+1
2016-07-04
Merge 4.7-rc6 into usb-next
Greg Kroah-Hartman
1
-2
/
+4
2016-07-01
Merge tag 'mfd-fixes-4.7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Linus Torvalds
1
-1
/
+2
2016-07-01
usb: dwc3: host: Fix broken XHCI host
Roger Quadros
1
-1
/
+42
2016-07-01
usb: dwc3: st: Use explicit reset_control_get_exclusive() API
Lee Jones
1
-1
/
+2
2016-06-30
Merge tag 'mfd-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Linus Torvalds
1
-1
/
+2
2016-06-30
usb: dwc3: st: Inform the reset framework that our reset line may be shared
Lee Jones
1
-1
/
+2
2016-06-29
Merge tag 'usb-for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
Greg Kroah-Hartman
12
-879
/
+1150
2016-06-26
usb: dwc3: host: use build-in property instead of platform data
Heikki Krogerus
1
-9
/
+9
2016-06-21
dwc3: gadget: Implement the suspend entry event handler
Baolin Wang
1
-1
/
+25
2016-06-21
usb: dwc3: core: cleanup IRQ resources
Roger Quadros
3
-18
/
+78
2016-06-21
usb: dwc3: gadget: Add the suspend state checking when stopping gadget
Baolin Wang
1
-0
/
+3
2016-06-21
usb: dwc3: gadget: issue ENDTRANSFER conditional on resource_index
Felipe Balbi
1
-15
/
+5
2016-06-21
usb: dwc3: fix runtime PM in error path
Roger Quadros
1
-8
/
+18
2016-06-21
usb: dwc3: gadget: simplify run_stop() break condition
Felipe Balbi
1
-8
/
+2
2016-06-21
usb: dwc3: gadget: avoid while(1) in run_stop()
Felipe Balbi
1
-4
/
+4
2016-06-21
usb: dwc3: gadget: remove udelay() from run_stop()
Felipe Balbi
1
-1
/
+0
2016-06-21
usb: dwc3: core: fixup dr_mode fallback selection
Felipe Balbi
1
-2
/
+6
2016-06-21
usb: dwc3: pci: add dr-mode for Intel dwc3
Felipe Balbi
1
-20
/
+32
2016-06-21
usb: dwc3: gadget: rename 'ignore' argument to 'modify'
Felipe Balbi
1
-7
/
+12
2016-06-20
usb: dwc3: gadget: decrement trbs_left for each sg entry
Felipe Balbi
1
-1
/
+1
2016-06-20
usb: dwc3: gadget: start Bulk endpoints more frequently
Felipe Balbi
1
-2
/
+1
2016-06-20
usb: dwc3: gadget: disable XFER_NOT_READY
Felipe Balbi
1
-2
/
+4
2016-06-20
usb: dwc3: gadget: use allocated/queued reqs for LST bit
Felipe Balbi
1
-6
/
+14
2016-06-20
usb: dwc3: gadget: halt and stop based HWO bit
Felipe Balbi
1
-4
/
+24
2016-06-20
usb: dwc3: gadget: keep track of allocated and queued reqs
Felipe Balbi
3
-2
/
+18
[prev]
[next]