aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-q.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26USB: Use EHCI control transfer pid macros instead of constant values.Dingyan Li1-12/+8
2022-08-31usb: ehci: Use endpoint in URB to get maxpacketKhalid Masum1-2/+2
2022-06-21usb: host: ehci-q: Fix ehci_submit_single_step_set_feature annotation typoHyunwoo Kim1-1/+1
2022-04-23usb: remove third argument of usb_maxpacket()Vincent Mailhol1-2/+2
2022-02-24usb: host: ehci-q: make qtd_fill() return *unsigned int*Sergey Shtylyov1-3/+4
2021-05-13usb: host: move EH SINGLE_STEP_SET_FEATURE implementation to corePeter Chen1-1/+1
2020-07-10usb: host: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
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
2011-11-14USB: ehci: report Data Buffer Error in debug modeVikram Pandita1-0/+11
2011-09-18usb: ehci: remove the 1st wmb in qh_append_tdsMing Lei1-1/+1
2011-09-18usb: ehci: only prepare zero packet for out transfer if requiredMing Lei1-2/+3
2011-09-18usb: ehci: remove wmb in qh_updateMing Lei1-2/+0
2011-08-22USB: EHCI: remove usages of hcd->stateAlan Stern1-12/+10
2011-07-19EHCI: fix direction handling for interrupt data togglesAlan Stern1-1/+2
2011-07-08USB: EHCI: go back to using the system clock for QH unlinksAlan Stern1-42/+40
2011-05-17EHCI: don't rescan interrupt QHs needlesslyAlan Stern1-0/+1
2011-04-19Merge 2.6.39-rc4 into usb-nextGreg Kroah-Hartman1-0/+4
2011-04-13USB: ehci: add workaround for Synopsys HC bugGabor Juhos1-0/+4
2011-04-13USB: EHCI: unlink unused QHs when the controller is stoppedAlan Stern1-6/+9
2011-03-23ehci-hcd: Bug fix: don't set a QH's Halt bitAlan Stern1-12/+0
2011-02-04USB: EHCI: Rearrange EHCI_URB_TRACE code to avoid GCC-4.6 warnings.David Daney1-8/+10
2010-08-10USB: convert usb_hcd bitfields into atomic flagsAlan Stern1-2/+1
2010-05-20USB: Change the scatterlist type in struct urbMatthew Wilcox1-1/+1
2010-01-20USB: EHCI: fix handling of unusual interrupt intervalsAlan Stern1-3/+8
2009-12-11USB: EHCI: add native scatter-gather supportAlan Stern1-5/+27
2009-11-30USB: EHCI: don't send Clear-TT-Buffer following a STALLAlan Stern1-2/+14
2009-09-23USB: EHCI: change deschedule logic for interrupt QHsAlan Stern1-9/+3
2009-09-23USB: EHCI: rescan the queue after an unlinkAlan Stern1-7/+36
2009-09-23USB: EHCI: split ehci_qh into hw and sw partsAlek Du1-22/+28
2009-08-07USB: EHCI: fix counting of transaction error retriesAlan Stern1-5/+4
2009-08-07USB: EHCI: fix two new bugs related to Clear-TT-BufferAlan Stern1-3/+3
2009-07-12USB: EHCI: check for STALL before other errorsAlan Stern1-14/+16
2009-07-12USB: EHCI: use the new clear_tt_buffer interfaceAlan Stern1-23/+68
2009-07-12USB: fix the clear_tt_buffer interfaceAlan Stern1-1/+1
2009-07-12USB: EHCI: update toggle state for linked QHsAlan Stern1-1/+18
2009-06-15USB: EHCI: update toggle state for linked QHsAlan Stern1-18/+1
2009-03-24USB: fix ehci printk formatsRandy Dunlap1-1/+1
2009-03-24USB: EHCI: add software retry for transaction errorsAlan Stern1-0/+32
2009-03-17USB: EHCI: expedite unlinks when the root hub is suspendedAlan Stern1-1/+2
2008-08-07list.h: Add list_splice_tail() and list_splice_tail_init()Luis R. Rodriguez1-1/+1
2008-07-21USB: ehci-hcd unlink speedupsDavid Brownell1-8/+9
2008-04-28drivers/usb annotations and fixesAl Viro1-2/+2
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-24USB: ehci: qh_completions cleanup and bugfixDavid Brownell1-18/+16
2008-04-24USB: ehci: qh/qtd cleanup commentsDavid Brownell1-10/+40
2008-04-24USB: ehci tolerates some buggy devicesDavid Brownell1-1/+15
2008-03-04USB: ehci: handle large bulk URBs correctly (again)Misha Zhilin1-1/+1
2008-02-01USB: ehci potential oops fix on ARC/TDI coresDavid Brownell1-8/+11
2008-02-01USB: EHCI: add separate IAA watchdog timerAlan Stern1-4/+2
2007-10-12USB: Eliminate urb->status usage!Alan Stern1-2/+1
2007-10-12USB: reorganize urb->status use in ehci-hcdAlan Stern1-29/+33
2007-10-12USB: add urb->unlinked fieldAlan Stern1-17/+12
2007-10-12USB: centralize -EREMOTEIO handlingAlan Stern1-3/+4
2007-10-12USB: make HCDs responsible for managing endpoint queuesAlan Stern1-5/+9
2007-08-20Revert "USB: EHCI cpufreq fix"Linus Torvalds1-4/+0
2007-07-12USB: EHCI support for big-endian descriptorsStefan Roese1-45/+47
2007-07-12USB: EHCI cpufreq fixStuart_Hayes@Dell.com1-0/+4
2007-02-07USB: Implement support for EHCI with big endian MMIOBenjamin Herrenschmidt1-7/+9
2006-10-17USB: revert EHCI VIA workaround patchGreg Kroah-Hartman1-2/+4
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-11/+10
2006-09-27USB: EHCI update VIA workaroundDavid Brownell1-4/+2
2006-09-27USB: EHCI whitespace fixes (cosmetic)David Brownell1-10/+10
2006-03-20[PATCH] USB core and HCDs: don't put_device while atomicAlan Stern1-1/+1
2006-03-20[PATCH] USB: EHCI unlink tweaksDavid Brownell1-2/+4
2006-03-20[PATCH] USB: EHCI and Freescale 83xx quirkKumar Gala1-1/+8
2006-01-04[PATCH] USB: EHCI: fix conflation of buf == 0 with len == 0Alan Stern1-7/+7
2005-11-29[PATCH] USB: Fix USB suspend/resume crasher (#2)Benjamin Herrenschmidt1-8/+16
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro1-3/+3
2005-09-08[PATCH] ehci: add tt_usecsdavid-b@pacbell.net1-0/+7
2005-08-04[PATCH] USB: ehci: microframe handling fixDavid Brownell1-2/+3
2005-07-29[PATCH] USB: fix in usb_calc_bus_timeDan Streetman1-2/+2
2005-07-12[PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas1-1/+1
2005-06-27[PATCH] USB: misc ehci updatesDavid Brownell1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1090