index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
dwc3
/
gadget.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-11
usb: dwc3: simplify ZLP handling
Felipe Balbi
1
-60
/
+29
2017-04-11
usb: dwc3: ep0: improve handling of unaligned OUT requests
Felipe Balbi
1
-40
/
+10
2017-04-11
usb: dwc3: ep0: use immediate SETUP on TRB
Felipe Balbi
1
-27
/
+12
2017-04-11
usb: dwc3: gadget: Fix starting microframe for ISOC
John Youn
1
-2
/
+5
2017-04-11
usb: dwc3: remove dwc3_gadget_init_hw_endpoints
Bryan O'Donoghue
1
-9
/
+4
2017-04-11
usb: dwc3: refactor gadget endpoint count calculation
Bryan O'Donoghue
1
-24
/
+9
2017-03-22
usb: dwc3: gadget: delay unmap of bounced requests
Janusz Dziedzic
1
-4
/
+17
2017-03-08
usb: dwc3: gadget: make to increment req->remaining in all cases
Felipe Balbi
1
-3
/
+3
2017-03-06
usb: dwc3: gadget: Fix system suspend/resume on TI platforms
Roger Quadros
1
-6
/
+1
2017-03-06
usb: dwc3: gadget: properly increment dequeue pointer on ep_dequeue
Felipe Balbi
1
-0
/
+63
2017-01-25
usb: dwc3: gadget: read IN ep FIFO size from HW
Felipe Balbi
1
-0
/
+38
2017-01-24
usb: dwc3: gadget: skip Set/Clear Halt when invalid
Felipe Balbi
1
-0
/
+5
2017-01-24
usb: dwc3: gadget: align transfers to wMaxPacketSize
Felipe Balbi
1
-8
/
+61
2017-01-24
usb: dwc3: gadget: allocate bounce buffer for unaligned xfers
Felipe Balbi
1
-2
/
+14
2017-01-24
usb: dwc3: gadget: extract __dwc3_prepare_one_trb()
Felipe Balbi
1
-22
/
+36
2017-01-24
usb: dwc3: gadget: simplify dwc3_prepare_one_trb()
Felipe Balbi
1
-17
/
+5
2017-01-03
usb: dwc3: gadget: Fix full speed mode
Roger Quadros
1
-3
/
+2
2017-01-02
usb: dwc3: skip interrupt when ep disabled
Janusz Dziedzic
1
-3
/
+8
2017-01-02
usb: dwc3: gadget: always unmap EP0 requests
Felipe Balbi
1
-4
/
+4
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
usb: dwc3: use bus->sysdev for DMA configuration
Arnd Bergmann
1
-16
/
+17
2016-11-18
usb: dwc3: Implement interrupt moderation
John Youn
1
-0
/
+16
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: 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
1
-19
/
+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
1
-47
/
+10
2016-11-08
usb: dwc3: trace: add a tracepoint for ep enable/disable
Felipe Balbi
1
-4
/
+6
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
1
-13
/
+6
2016-11-03
usb: dwc3: gadget: cope with XferNotReady before usb_ep_queue()
Felipe Balbi
1
-7
/
+33
2016-11-03
usb: dwc3: gadget: wait for End Transfer to complete
Baolin Wang
1
-8
/
+41
2016-11-03
usb: dwc3: gadget: don't clear RUN/STOP when it's invalid to do so
Baolin Wang
1
-0
/
+17
2016-11-03
usb: dwc3: gadget: purge dwc3_stop_active_transfers()
Felipe Balbi
1
-20
/
+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
1
-1
/
+0
2016-11-03
usb: dwc3: gadget: extract dwc3_gadget_get_irq()
Felipe Balbi
1
-23
/
+39
2016-11-03
usb: dwc3: gadget: offset Start Transfer latency for bulk EPs
Felipe Balbi
1
-0
/
+29
2016-10-31
usb: dwc3: trace: print out ep0state also from XferComplete
Felipe Balbi
1
-1
/
+1
[next]