aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-13usb: host: ehci-sched: remove redundant pointer devColin Ian King1-4/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+3
2018-05-04Revert "usb: host: ehci: Use dma_pool_zalloc()"Greg Kroah-Hartman1-2/+4
2018-02-22usb: host: ehci: Use dma_pool_zalloc()Souptick Joarder1-4/+2
2017-11-07USB: host: ehci: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-05-17usb: host: remove unnecessary null checkGustavo A. R. Silva1-1/+1
2016-11-03usb: host: ehci: remove unnecessary max_packet() macroFelipe Balbi1-1/+0
2016-11-03usb: host: ehci: make use of new usb_endpoint_maxp_mult()Felipe Balbi1-1/+1
2016-02-03usb: host: ehci-sched: remove unnecessary bracesGeyslan G. Bem1-5/+1
2016-02-03usb: host: ehci-sched: use sizeof operator with parensGeyslan G. Bem1-4/+4
2016-02-03usb: host: ehci-sched: add line after declarationsGeyslan G. Bem1-0/+2
2016-02-03usb: host: ehci-sched: use C89-style commentsGeyslan G. Bem1-12/+14
2016-02-03usb: host: ehci-sched: remove useless else branchGeyslan G. Bem1-3/+2
2016-02-03usb: host: ehci-sched: remove prohibited spacesGeyslan G. Bem1-132/+133
2016-02-03usb: host: ehci-sched: add spaces around operatorsGeyslan G. Bem1-1/+1
2016-02-03usb: host: ehci-sched: remove useless initializationsGeyslan G. Bem1-2/+2
2016-02-03usb: host: ehci-sched: move constants to rightGeyslan G. Bem1-3/+3
2016-02-03usb: host: ehci-sched: refactor scan_isoc functionGeyslan G. Bem1-101/+101
2016-02-03USB: EHCI: store reason for unlinking a QHAlan Stern1-1/+1
2015-01-09USB: EHCI: adjust error return codeAlan Stern1-3/+3
2015-01-09USB: EHCI: fix initialization bug in iso_stream_schedule()Alan Stern1-4/+4
2013-10-19USB: EHCI: fix sparse errorsAlan Stern1-3/+5
2013-10-19USB: EHCI: fix type mismatch in check_intr_scheduleAlan Stern1-1/+1
2013-10-14USB: EHCI: start new isochronous streams ASAPAlan Stern1-21/+23
2013-10-14USB: EHCI: create per-TT bandwidth tablesAlan Stern1-85/+209
2013-10-11USB: EHCI: use a bandwidth-allocation tableAlan Stern1-234/+248
2013-10-11USB: EHCI: create a "periodic schedule info" structAlan Stern1-83/+84
2013-10-11USB: EHCI: use consistent NO_FRAME valueAlan Stern1-4/+4
2013-10-11USB: EHCI: No SSPLIT allowed in uframe 7Alan Stern1-0/+4
2013-10-11USB: EHCI: compute full-speed bandwidth usage correctlyAlan Stern1-1/+1
2013-10-11USB: EHCI: check the right uframes for CSPLITAlan Stern1-1/+1
2013-09-17USB: EHCI: handle isochronous underruns with taskletsAlan Stern1-55/+95
2013-09-17USB: EHCI: code rearrangement in iso_stream_schedule()Alan Stern1-45/+47
2013-08-30ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is setXenia Ragiadakou1-1/+1
2013-08-30ehci: remove ehci_vdbg() verbose debugging statementsXenia Ragiadakou1-49/+7
2013-08-18Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman1-7/+6
2013-08-12USB: EHCI: accept very late isochronous URBsAlan Stern1-7/+6
2013-08-12USB: EHCI: improve interrupt qh unlinkMing Lei1-2/+45
2013-05-30USB: EHCI: fix regression related to qh_refresh()Alan Stern1-1/+6
2013-05-29USB: revert periodic scheduling bugfixAlan Stern1-1/+1
2013-03-28Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman1-0/+2
2013-03-25USB: EHCI: fix bug in iTD/siTD DMA pool allocationSoeren Moch1-0/+2
2013-03-25USB: EHCI: convert singly-linked lists to list_headsAlan Stern1-6/+2
2013-03-25USB: EHCI: split needs_rescan into two flagsAlan Stern1-8/+3
2013-03-25USB: EHCI: change return value of qh_completions()Alan Stern1-7/+5
2013-03-25USB: EHCI: changes related to qh_refresh()Alan Stern1-3/+6
2013-01-31USB: EHCI: fix bug in scheduling periodic split transfersAlan Stern1-1/+1
2013-01-31USB: EHCI: fix for leaking isochronous dataAlan Stern1-2/+5
2012-11-11USB: EHCI: bugfix: urb->hcpriv should not be NULLAlan Stern1-2/+2