aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-q.c
AgeCommit message (Expand)Author
2020-07-10usb: host: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-12-17USB: EHCI: Do not return -EPIPE when hub is disconnectedErkka Talvitie
2018-09-28usb: host: Replace empty define with do whileCorentin Labbe
2018-02-15usb: host: ehci: always enable interrupt for qtd completion at test modePeter Chen
2017-11-07USB: host: ehci: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2016-11-03usb: host: ehci: remove unnecessary max_packet() macroFelipe Balbi
2016-11-03usb: host: ehci: make use of new usb_endpoint_maxp_mult()Felipe Balbi
2016-02-03USB: EHCI: improvements to unlink_empty_async_suspended()Alan Stern
2016-02-03USB: EHCI: add a delay when unlinking an active QHAlan Stern
2016-02-03USB: EHCI: improve handling of the ehci->iaa_in_progress flagAlan Stern
2016-02-03USB: EHCI: store reason for unlinking a QHAlan Stern
2015-12-01USB: EHCI: warn on unexpectedly active QHAlan Stern
2013-12-03usb: kill DEBUG compile optionOliver Neukum
2013-10-11USB: EHCI: use a bandwidth-allocation tableAlan Stern
2013-10-11USB: EHCI: create a "periodic schedule info" structAlan Stern
2013-09-23Revert "Revert "USB: EHCI: support running URB giveback in tasklet context""Greg Kroah-Hartman
2013-09-17Revert "USB: EHCI: support running URB giveback in tasklet context"Greg Kroah-Hartman
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-14usb: host: add Kconfig option for EHSETJack Pham
2013-08-12usb: ehci: Add support for SINGLE_STEP_SET_FEATURE test of EHSETManu Gautam
2013-08-12USB: EHCI: support running URB giveback in tasklet contextMing Lei
2013-03-28usb: ehci: mark unlink_empty_async_suspended() as __maybe_unusedArnd Bergmann
2013-03-28usb: ehci: unlink_empty_async_suspended() only used with CONFIG_PMTony Prisk
2013-03-25USB: EHCI: remove unused variable in unlink_empty_async()Alan Stern
2013-03-25USB: EHCI: improve end_unlink_async()Alan Stern
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-03-15USB: EHCI: fix regression during bus resumeAlan Stern
2013-03-05USB: EHCI: don't check DMA values in QH overlaysAlan Stern
2013-03-05USB: EHCI: work around silicon bug in Intel's EHCI controllersAlan Stern
2013-01-25USB: EHCI: unlink one async QH at a timeAlan Stern
2012-11-11USB: EHCI: bugfix: urb->hcpriv should not be NULLAlan Stern
2012-09-10EHCI: Update qTD next pointer in QH overlay region during unlinkPavankumar Kondeti
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: use hrtimer for unlinking empty async QHsAlan Stern
2012-07-16USB: EHCI: unlink multiple async QHs togetherAlan Stern
2012-07-16USB: EHCI: use hrtimer for the IAA watchdogAlan Stern
2012-07-16USB: EHCI: use hrtimer for async scheduleAlan Stern
2012-07-16USB: EHCI: add new root-hub state: STOPPINGAlan Stern
2012-07-16USB: EHCI: add pointer to end of async-unlink listAlan Stern
2012-07-16USB: EHCI: rename "reclaim"Alan Stern
2012-07-16USB: EHCI: add symbolic constants for QHsAlan Stern
2012-07-16USB: EHCI: don't refcount QHsAlan Stern
2012-05-01USB: ehci-q.c: remove dbg() usageGreg Kroah-Hartman
2012-04-23EHCI: maintain the ehci->command value properlyAlan Stern