index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
dwc3
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2016-12-14
treewide: Fix printk() message errors
Masanari Iida
1
-1
/
+1
2016-11-18
Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
15
-726
/
+1060
2016-11-18
usb: dwc3: Do not set dma coherent mask
Arnd Bergmann
2
-11
/
+0
2016-11-18
usb: dwc3: use bus->sysdev for DMA configuration
Arnd Bergmann
6
-43
/
+54
2016-11-18
usb: dwc3: ep0: avoid empty-body warning
Arnd Bergmann
1
-6
/
+7
2016-11-18
usb: dwc3: pci: avoid build warning
Felipe Balbi
1
-24
/
+26
2016-11-18
usb: dwc3: Workaround for irq mask issue
John Youn
1
-0
/
+11
2016-11-18
usb: dwc3: Implement interrupt moderation
John Youn
3
-0
/
+47
2016-11-18
usb: dwc3: gadget: clear events in top-half handler
John Youn
1
-2
/
+2
2016-11-18
usb: dwc3: gadget: use evt->cache for processing events
John Youn
1
-1
/
+8
2016-11-18
usb: dwc3: gadget: use evt->length as we should
Felipe Balbi
1
-1
/
+1
2016-11-18
usb: dwc3: core: add a event buffer cache
John Youn
2
-0
/
+6
2016-11-18
usb: dwc3: core: remove dwc3_soft_reset()
Felipe Balbi
1
-39
/
+0
2016-11-18
usb: dwc3: Add a function to check properties
John Youn
1
-26
/
+33
2016-11-18
usb: dwc3: Add a check for the DWC_usb3 core
John Youn
1
-0
/
+6
2016-11-18
usb: dwc3: gadget: Fix dead code writing GCTL.RAMCLKSEL
John Youn
1
-27
/
+8
2016-11-18
usb: dwc3: gadget: Remove descriptor arguments to ep_enable
John Youn
2
-20
/
+25
2016-11-18
usb: dwc3: warn on once when no trbs
Janusz Dziedzic
1
-1
/
+3
2016-11-18
usb: dwc3: isoc clean DWC3_EP_PENDING_REQUEST flag
Janusz Dziedzic
1
-0
/
+1
2016-11-18
usb: dwc3: fix post-increment
Janusz Dziedzic
1
-1
/
+1
2016-11-18
usb: dwc3: clean TRB if STARTTRANSFER fail
Janusz Dziedzic
1
-0
/
+2
2016-11-18
usb: dwc3: decrement queued_requests
Janusz Dziedzic
1
-0
/
+1
2016-11-08
usb: dwc3: trace: purge dwc3_trace()
Felipe Balbi
6
-135
/
+24
2016-11-08
usb: dwc3: trace: add a tracepoint for ep enable/disable
Felipe Balbi
2
-4
/
+57
2016-11-03
usb: dwc3: pci: call _DSM for suspend/resume
Felipe Balbi
2
-13
/
+62
2016-11-03
usb: dwc3: pci: add a private driver structure
Felipe Balbi
1
-15
/
+34
2016-11-03
usb: dwc3: gadget: always kick if num_pending_sgs > 0
Felipe Balbi
1
-2
/
+1
2016-11-03
usb: dwc3: gadget: stop touching HWO TRBs
Felipe Balbi
1
-0
/
+3
2016-11-03
usb: dwc3: gadget: always try to prepare on started_list first
Felipe Balbi
1
-0
/
+18
2016-11-03
usb: dwc3: gadget: tracking per-TRB remaining bytes
Felipe Balbi
2
-13
/
+8
2016-11-03
usb: dwc3: gadget: cope with XferNotReady before usb_ep_queue()
Felipe Balbi
2
-7
/
+34
2016-11-03
usb: dwc3: gadget: wait for End Transfer to complete
Baolin Wang
2
-8
/
+49
2016-11-03
usb: dwc3: cleanup with list_first_entry_or_null()
Masahiro Yamada
1
-4
/
+1
2016-11-03
usb: dwc3: gadget: don't clear RUN/STOP when it's invalid to do so
Baolin Wang
3
-0
/
+22
2016-11-03
usb: dwc3: gadget: purge dwc3_stop_active_transfers()
Felipe Balbi
1
-20
/
+0
2016-11-03
usb: dwc3: core: add dwc3_get_properties()
Felipe Balbi
1
-41
/
+49
2016-11-03
usb: dwc3: core: remove unnecessary alignment
Felipe Balbi
1
-6
/
+2
2016-11-03
usb: dwc3: core: introduce dwc3_core_setup_global_control()
Felipe Balbi
1
-42
/
+48
2016-11-03
usb: dwc3: core: introduce dwc3_core_is_valid()
Felipe Balbi
1
-10
/
+22
2016-11-03
usb: dwc3: Add support for device L1 exit
John Youn
2
-0
/
+14
2016-11-03
usb: dwc3: remove unused struct member dwc3->mem
Lu Baolu
2
-4
/
+0
2016-11-03
usb: dwc3: gadget: never ever kill the machine
Felipe Balbi
1
-1
/
+2
2016-11-03
usb: dwc3: gadget: only interrupt on short if short_not_ok is set
Felipe Balbi
1
-2
/
+6
2016-11-03
usb: dwc3: gadget: CSP is only valid for OUT endpoints
Felipe Balbi
1
-1
/
+2
2016-11-03
usb: dwc3: gadget: remove unused 'first_trb_index'
Felipe Balbi
2
-3
/
+0
2016-11-03
usb: dwc3: ep0: simplify dwc3_ep0_handle_feature()
Felipe Balbi
1
-93
/
+164
2016-11-03
usb: dwc3: host: extract dwc3_host_get_irq()
Felipe Balbi
1
-30
/
+42
2016-11-03
usb: dwc3: gadget: extract dwc3_gadget_get_irq()
Felipe Balbi
1
-23
/
+39
2016-11-03
usb: dwc3: trace: add a proper tracepoint for reg accessors
Felipe Balbi
2
-13
/
+28
[next]