summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-sched.c
Commit message (Expand)AuthorAgeFilesLines
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: host: remove unnecessary null checkGustavo A. R. Silva2017-05-171-1/+1
* usb: host: ehci: remove unnecessary max_packet() macroFelipe Balbi2016-11-031-1/+0Star
* usb: host: ehci: make use of new usb_endpoint_maxp_mult()Felipe Balbi2016-11-031-1/+1
* usb: host: ehci-sched: remove unnecessary bracesGeyslan G. Bem2016-02-031-5/+1Star
* usb: host: ehci-sched: use sizeof operator with parensGeyslan G. Bem2016-02-031-4/+4
* usb: host: ehci-sched: add line after declarationsGeyslan G. Bem2016-02-031-0/+2
* usb: host: ehci-sched: use C89-style commentsGeyslan G. Bem2016-02-031-12/+14
* usb: host: ehci-sched: remove useless else branchGeyslan G. Bem2016-02-031-3/+2Star
* usb: host: ehci-sched: remove prohibited spacesGeyslan G. Bem2016-02-031-132/+133
* usb: host: ehci-sched: add spaces around operatorsGeyslan G. Bem2016-02-031-1/+1
* usb: host: ehci-sched: remove useless initializationsGeyslan G. Bem2016-02-031-2/+2
* usb: host: ehci-sched: move constants to rightGeyslan G. Bem2016-02-031-3/+3
* usb: host: ehci-sched: refactor scan_isoc functionGeyslan G. Bem2016-02-031-101/+101
* USB: EHCI: store reason for unlinking a QHAlan Stern2016-02-031-1/+1
* USB: EHCI: adjust error return codeAlan Stern2015-01-091-3/+3
* USB: EHCI: fix initialization bug in iso_stream_schedule()Alan Stern2015-01-091-4/+4
* USB: EHCI: fix sparse errorsAlan Stern2013-10-191-3/+5
* USB: EHCI: fix type mismatch in check_intr_scheduleAlan Stern2013-10-191-1/+1
* USB: EHCI: start new isochronous streams ASAPAlan Stern2013-10-141-21/+23
* USB: EHCI: create per-TT bandwidth tablesAlan Stern2013-10-141-85/+209
* USB: EHCI: use a bandwidth-allocation tableAlan Stern2013-10-121-234/+248
* USB: EHCI: create a "periodic schedule info" structAlan Stern2013-10-121-83/+84
* USB: EHCI: use consistent NO_FRAME valueAlan Stern2013-10-121-4/+4
* USB: EHCI: No SSPLIT allowed in uframe 7Alan Stern2013-10-121-0/+4
* USB: EHCI: compute full-speed bandwidth usage correctlyAlan Stern2013-10-121-1/+1
* USB: EHCI: check the right uframes for CSPLITAlan Stern2013-10-121-1/+1
* USB: EHCI: handle isochronous underruns with taskletsAlan Stern2013-09-171-55/+95
* USB: EHCI: code rearrangement in iso_stream_schedule()Alan Stern2013-09-171-45/+47
* ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is setXenia Ragiadakou2013-08-301-1/+1
* ehci: remove ehci_vdbg() verbose debugging statementsXenia Ragiadakou2013-08-301-49/+7Star
* Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman2013-08-191-7/+6Star
|\
| * USB: EHCI: accept very late isochronous URBsAlan Stern2013-08-121-7/+6Star
* | USB: EHCI: improve interrupt qh unlinkMing Lei2013-08-121-2/+45
|/
* USB: EHCI: fix regression related to qh_refresh()Alan Stern2013-05-301-1/+6
* USB: revert periodic scheduling bugfixAlan Stern2013-05-291-1/+1
* Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman2013-03-281-0/+2
|\
| * USB: EHCI: fix bug in iTD/siTD DMA pool allocationSoeren Moch2013-03-251-0/+2
* | USB: EHCI: convert singly-linked lists to list_headsAlan Stern2013-03-251-6/+2Star
* | USB: EHCI: split needs_rescan into two flagsAlan Stern2013-03-251-8/+3Star
* | USB: EHCI: change return value of qh_completions()Alan Stern2013-03-251-7/+5Star
* | USB: EHCI: changes related to qh_refresh()Alan Stern2013-03-251-3/+6
|/
* USB: EHCI: fix bug in scheduling periodic split transfersAlan Stern2013-01-311-1/+1
* USB: EHCI: fix for leaking isochronous dataAlan Stern2013-01-311-2/+5
* USB: EHCI: bugfix: urb->hcpriv should not be NULLAlan Stern2012-11-121-2/+2
* USB: EHCI: make ehci_read_frame_index platform independentAlan Stern2012-10-241-23/+0Star
* EHCI: implement new semantics for URB_ISO_ASAPAlan Stern2012-10-221-7/+26
* EHCI: replace mult/div with bit-mask operationAlan Stern2012-10-221-1/+1
* EHCI: use the isochronous scheduling thresholdAlan Stern2012-10-221-8/+4Star
* EHCI: improved logic for isochronous schedulingAlan Stern2012-10-221-38/+32Star