summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-timer.c
AgeCommit message (Expand)AuthorLines
2018-09-28usb: host: Replace empty define with do whileCorentin Labbe-1/+1
2017-11-07USB: host: ehci: Remove redundant license textGreg Kroah-Hartman-10/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman-0/+1
2017-06-03usb: Make use of ktime_* comparison functionsMariusz Skamra-1/+1
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner-2/+1
2016-12-25ktime: Get rid of the unionThomas Gleixner-1/+1
2016-02-03USB: EHCI: add a delay when unlinking an active QHAlan Stern-0/+2
2016-02-03USB: EHCI: improve handling of the ehci->iaa_in_progress flagAlan Stern-1/+1
2016-02-03USB: EHCI: store reason for unlinking a QHAlan Stern-0/+1
2013-08-12USB: EHCI: improve interrupt qh unlinkMing Lei-1/+33
2013-03-25USB: EHCI: improve end_unlink_async()Alan Stern-1/+1
2013-03-25USB: EHCI: convert singly-linked lists to list_headsAlan Stern-5/+6
2013-03-21USB: EHCI: fix up incorrect merge resolutionAlan Stern-0/+9
2013-03-20Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman-9/+0
2013-03-20USB: EHCI: fix regression in QH unlinkingAlan Stern-1/+1
2013-03-18USB: EHCI: reorganize ehci_iaa_watchdog()Alan Stern-28/+25
2013-03-18USB: EHCI: decrease schedule-status poll timeoutAlan Stern-4/+4
2013-02-26USB: EHCI: revert "remove ASS/PSS polling timeout"Alan Stern-15/+14
2013-01-25USB: EHCI: remove ASS/PSS polling timeoutAlan Stern-14/+15
2012-09-21USB: EHCI: convert warning messages to debug-levelAlan Stern-2/+4
2012-07-16USB: EHCI: use hrtimer for the I/O watchdogAlan Stern-0/+21
2012-07-16USB: EHCI: always scan each interrupt QHAlan Stern-6/+1
2012-07-16USB: EHCI: use hrtimer for unlinking empty async QHsAlan Stern-0/+2
2012-07-16USB: EHCI: unlink multiple async QHs togetherAlan Stern-1/+2
2012-07-16USB: EHCI: use hrtimer for the IAA watchdogAlan Stern-0/+45
2012-07-16USB: EHCI: use hrtimer for (s)iTD deallocationAlan Stern-4/+46
2012-07-16USB: EHCI: use hrtimer for controller deathAlan Stern-0/+26
2012-07-16USB: EHCI: use hrtimer for interrupt QH unlinkAlan Stern-0/+34
2012-07-16USB: EHCI: use hrtimer for async scheduleAlan Stern-0/+49
2012-07-16USB: EHCI: use hrtimer for the periodic scheduleAlan Stern-0/+80
2012-07-16USB: EHCI: introduce high-res timerAlan Stern-0/+106