aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-sched.c
AgeCommit message (Expand)Author
2016-02-03usb: host: ehci-sched: remove unnecessary bracesGeyslan G. Bem
2016-02-03usb: host: ehci-sched: use sizeof operator with parensGeyslan G. Bem
2016-02-03usb: host: ehci-sched: add line after declarationsGeyslan G. Bem
2016-02-03usb: host: ehci-sched: use C89-style commentsGeyslan G. Bem
2016-02-03usb: host: ehci-sched: remove useless else branchGeyslan G. Bem
2016-02-03usb: host: ehci-sched: remove prohibited spacesGeyslan G. Bem
2016-02-03usb: host: ehci-sched: add spaces around operatorsGeyslan G. Bem
2016-02-03usb: host: ehci-sched: remove useless initializationsGeyslan G. Bem
2016-02-03usb: host: ehci-sched: move constants to rightGeyslan G. Bem
2016-02-03usb: host: ehci-sched: refactor scan_isoc functionGeyslan G. Bem
2016-02-03USB: EHCI: store reason for unlinking a QHAlan Stern
2015-01-09USB: EHCI: adjust error return codeAlan Stern
2015-01-09USB: EHCI: fix initialization bug in iso_stream_schedule()Alan Stern
2013-10-19USB: EHCI: fix sparse errorsAlan Stern
2013-10-19USB: EHCI: fix type mismatch in check_intr_scheduleAlan Stern
2013-10-14USB: EHCI: start new isochronous streams ASAPAlan Stern
2013-10-14USB: EHCI: create per-TT bandwidth tablesAlan Stern
2013-10-11USB: EHCI: use a bandwidth-allocation tableAlan Stern
2013-10-11USB: EHCI: create a "periodic schedule info" structAlan Stern
2013-10-11USB: EHCI: use consistent NO_FRAME valueAlan Stern
2013-10-11USB: EHCI: No SSPLIT allowed in uframe 7Alan Stern
2013-10-11USB: EHCI: compute full-speed bandwidth usage correctlyAlan Stern
2013-10-11USB: EHCI: check the right uframes for CSPLITAlan Stern
2013-09-17USB: EHCI: handle isochronous underruns with taskletsAlan Stern
2013-09-17USB: EHCI: code rearrangement in iso_stream_schedule()Alan Stern
2013-08-30ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is setXenia Ragiadakou
2013-08-30ehci: remove ehci_vdbg() verbose debugging statementsXenia Ragiadakou
2013-08-18Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman
2013-08-12USB: EHCI: accept very late isochronous URBsAlan Stern
2013-08-12USB: EHCI: improve interrupt qh unlinkMing Lei
2013-05-30USB: EHCI: fix regression related to qh_refresh()Alan Stern
2013-05-29USB: revert periodic scheduling bugfixAlan Stern
2013-03-28Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman
2013-03-25USB: EHCI: fix bug in iTD/siTD DMA pool allocationSoeren Moch
2013-03-25USB: EHCI: convert singly-linked lists to list_headsAlan Stern
2013-03-25USB: EHCI: split needs_rescan into two flagsAlan Stern
2013-03-25USB: EHCI: change return value of qh_completions()Alan Stern
2013-03-25USB: EHCI: changes related to qh_refresh()Alan Stern
2013-01-31USB: EHCI: fix bug in scheduling periodic split transfersAlan Stern
2013-01-31USB: EHCI: fix for leaking isochronous dataAlan Stern
2012-11-11USB: EHCI: bugfix: urb->hcpriv should not be NULLAlan Stern
2012-10-24USB: EHCI: make ehci_read_frame_index platform independentAlan Stern
2012-10-22EHCI: implement new semantics for URB_ISO_ASAPAlan Stern
2012-10-22EHCI: replace mult/div with bit-mask operationAlan Stern
2012-10-22EHCI: use the isochronous scheduling thresholdAlan Stern
2012-10-22EHCI: improved logic for isochronous schedulingAlan Stern
2012-07-16USB: EHCI: simplify isochronous scanningAlan Stern
2012-07-16USB: EHCI: use hrtimer for the I/O watchdogAlan Stern
2012-07-16USB: EHCI: always scan each interrupt QHAlan Stern
2012-07-16USB: EHCI: don't refcount iso_stream structuresAlan Stern