aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/host/ehci-q.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-17USB: EHCI: Do not return -EPIPE when hub is disconnectedErkka Talvitie1-1/+12
2018-09-28usb: host: Replace empty define with do whileCorentin Labbe1-2/+2
2018-02-15usb: host: ehci: always enable interrupt for qtd completion at test modePeter Chen1-8/+4
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
2016-11-03usb: host: ehci: remove unnecessary max_packet() macroFelipe Balbi1-13/+9
2016-11-03usb: host: ehci: make use of new usb_endpoint_maxp_mult()Felipe Balbi1-4/+6
2016-02-03USB: EHCI: improvements to unlink_empty_async_suspended()Alan Stern1-2/+5
2016-02-03USB: EHCI: add a delay when unlinking an active QHAlan Stern1-5/+51
2016-02-03USB: EHCI: improve handling of the ehci->iaa_in_progress flagAlan Stern1-13/+15
2016-02-03USB: EHCI: store reason for unlinking a QHAlan Stern1-4/+9
2015-12-01USB: EHCI: warn on unexpectedly active QHAlan Stern1-2/+7
2013-12-03usb: kill DEBUG compile optionOliver Neukum1-2/+2
2013-10-11USB: EHCI: use a bandwidth-allocation tableAlan Stern1-0/+19
2013-10-11USB: EHCI: create a "periodic schedule info" structAlan Stern1-21/+19
2013-09-23Revert "Revert "USB: EHCI: support running URB giveback in tasklet context""Greg Kroah-Hartman1-5/+0
2013-09-17Revert "USB: EHCI: support running URB giveback in tasklet context"Greg Kroah-Hartman1-0/+5
2013-08-30ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is setXenia Ragiadakou1-2/+2
2013-08-30ehci: remove ehci_vdbg() verbose debugging statementsXenia Ragiadakou1-7/+0
2013-08-14usb: host: add Kconfig option for EHSETJack Pham1-0/+2
2013-08-12usb: ehci: Add support for SINGLE_STEP_SET_FEATURE test of EHSETManu Gautam1-0/+101
2013-08-12USB: EHCI: support running URB giveback in tasklet contextMing Lei1-5/+0
2013-03-28usb: ehci: mark unlink_empty_async_suspended() as __maybe_unusedArnd Bergmann1-3/+1
2013-03-28usb: ehci: unlink_empty_async_suspended() only used with CONFIG_PMTony Prisk1-0/+2
2013-03-25USB: EHCI: remove unused variable in unlink_empty_async()Alan Stern1-4/+1
2013-03-25USB: EHCI: improve end_unlink_async()Alan Stern1-42/+55
2013-03-25USB: EHCI: convert singly-linked lists to list_headsAlan Stern1-23/+18
2013-03-25USB: EHCI: split needs_rescan into two flagsAlan Stern1-40/+22
2013-03-25USB: EHCI: change return value of qh_completions()Alan Stern1-14/+8
2013-03-25USB: EHCI: changes related to qh_refresh()Alan Stern1-32/+20
2013-03-15USB: EHCI: fix regression during bus resumeAlan Stern1-0/+13
2013-03-05USB: EHCI: don't check DMA values in QH overlaysAlan Stern1-5/+13
2013-03-05USB: EHCI: work around silicon bug in Intel's EHCI controllersAlan Stern1-4/+14
2013-01-25USB: EHCI: unlink one async QH at a timeAlan Stern1-20/+30
2012-11-11USB: EHCI: bugfix: urb->hcpriv should not be NULLAlan Stern1-9/+3
2012-09-10EHCI: Update qTD next pointer in QH overlay region during unlinkPavankumar Kondeti1-2/+10
2012-07-16USB: EHCI: use hrtimer for the I/O watchdogAlan Stern1-0/+1
2012-07-16USB: EHCI: always scan each interrupt QHAlan Stern1-2/+1
2012-07-16USB: EHCI: use hrtimer for unlinking empty async QHsAlan Stern1-25/+53
2012-07-16USB: EHCI: unlink multiple async QHs togetherAlan Stern1-60/+89
2012-07-16USB: EHCI: use hrtimer for the IAA watchdogAlan Stern1-3/+1
2012-07-16USB: EHCI: use hrtimer for async scheduleAlan Stern1-38/+30
2012-07-16USB: EHCI: add new root-hub state: STOPPINGAlan Stern1-4/+4
2012-07-16USB: EHCI: add pointer to end of async-unlink listAlan Stern1-0/+2
2012-07-16USB: EHCI: rename "reclaim"Alan Stern1-11/+11
2012-07-16USB: EHCI: add symbolic constants for QHsAlan Stern1-6/+6
2012-07-16USB: EHCI: don't refcount QHsAlan Stern1-9/+3
2012-05-01USB: ehci-q.c: remove dbg() usageGreg Kroah-Hartman1-1/+2
2012-04-23EHCI: maintain the ehci->command value properlyAlan Stern1-10/+6
2011-12-09usb: fix number of mapped SG DMA entriesClemens Ladisch1-1/+1