aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-q.c
Commit message (Expand)AuthorAge
* usb: host: Replace empty define with do whileCorentin Labbe2018-09-28
* usb: host: ehci: always enable interrupt for qtd completion at test modePeter Chen2018-02-15
* USB: host: ehci: Remove redundant license textGreg Kroah-Hartman2017-11-07
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-04
* usb: host: ehci: remove unnecessary max_packet() macroFelipe Balbi2016-11-03
* usb: host: ehci: make use of new usb_endpoint_maxp_mult()Felipe Balbi2016-11-03
* USB: EHCI: improvements to unlink_empty_async_suspended()Alan Stern2016-02-03
* USB: EHCI: add a delay when unlinking an active QHAlan Stern2016-02-03
* USB: EHCI: improve handling of the ehci->iaa_in_progress flagAlan Stern2016-02-03
* USB: EHCI: store reason for unlinking a QHAlan Stern2016-02-03
* USB: EHCI: warn on unexpectedly active QHAlan Stern2015-12-01
* usb: kill DEBUG compile optionOliver Neukum2013-12-03
* USB: EHCI: use a bandwidth-allocation tableAlan Stern2013-10-11
* USB: EHCI: create a "periodic schedule info" structAlan Stern2013-10-11
* Revert "Revert "USB: EHCI: support running URB giveback in tasklet context""Greg Kroah-Hartman2013-09-23
* Revert "USB: EHCI: support running URB giveback in tasklet context"Greg Kroah-Hartman2013-09-17
* ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is setXenia Ragiadakou2013-08-30
* ehci: remove ehci_vdbg() verbose debugging statementsXenia Ragiadakou2013-08-30
* usb: host: add Kconfig option for EHSETJack Pham2013-08-14
* usb: ehci: Add support for SINGLE_STEP_SET_FEATURE test of EHSETManu Gautam2013-08-12
* USB: EHCI: support running URB giveback in tasklet contextMing Lei2013-08-12
* usb: ehci: mark unlink_empty_async_suspended() as __maybe_unusedArnd Bergmann2013-03-28
* usb: ehci: unlink_empty_async_suspended() only used with CONFIG_PMTony Prisk2013-03-28
* USB: EHCI: remove unused variable in unlink_empty_async()Alan Stern2013-03-25
* USB: EHCI: improve end_unlink_async()Alan Stern2013-03-25
* USB: EHCI: convert singly-linked lists to list_headsAlan Stern2013-03-25
* USB: EHCI: split needs_rescan into two flagsAlan Stern2013-03-25
* USB: EHCI: change return value of qh_completions()Alan Stern2013-03-25
* USB: EHCI: changes related to qh_refresh()Alan Stern2013-03-25
* USB: EHCI: fix regression during bus resumeAlan Stern2013-03-15
* USB: EHCI: don't check DMA values in QH overlaysAlan Stern2013-03-04
* USB: EHCI: work around silicon bug in Intel's EHCI controllersAlan Stern2013-03-04
* USB: EHCI: unlink one async QH at a timeAlan Stern2013-01-25
* USB: EHCI: bugfix: urb->hcpriv should not be NULLAlan Stern2012-11-11
* EHCI: Update qTD next pointer in QH overlay region during unlinkPavankumar Kondeti2012-09-10
* USB: EHCI: use hrtimer for the I/O watchdogAlan Stern2012-07-16
* USB: EHCI: always scan each interrupt QHAlan Stern2012-07-16
* USB: EHCI: use hrtimer for unlinking empty async QHsAlan Stern2012-07-16
* USB: EHCI: unlink multiple async QHs togetherAlan Stern2012-07-16
* USB: EHCI: use hrtimer for the IAA watchdogAlan Stern2012-07-16
* USB: EHCI: use hrtimer for async scheduleAlan Stern2012-07-16
* USB: EHCI: add new root-hub state: STOPPINGAlan Stern2012-07-16
* USB: EHCI: add pointer to end of async-unlink listAlan Stern2012-07-16
* USB: EHCI: rename "reclaim"Alan Stern2012-07-16
* USB: EHCI: add symbolic constants for QHsAlan Stern2012-07-16
* USB: EHCI: don't refcount QHsAlan Stern2012-07-16
* USB: ehci-q.c: remove dbg() usageGreg Kroah-Hartman2012-05-02
* EHCI: maintain the ehci->command value properlyAlan Stern2012-04-23
* usb: fix number of mapped SG DMA entriesClemens Ladisch2011-12-09
* USB: ehci: report Data Buffer Error in debug modeVikram Pandita2011-11-14