aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-26USB: Use EHCI control transfer pid macros instead of constant values.Dingyan Li1-1/+7
2023-08-09usb: ehci: add workaround for chipidea PORTSC.PEC bugXu Yang1-0/+10
2022-11-29usb: host: fix a typo in ehci.hXu Yang1-1/+1
2022-04-21USB: Fix ehci infinite suspend-resume loop issue in zhaoxinWeitao Wango1-0/+1
2021-09-14usb: ehci: handshake CMD_RUN instead of STS_HALTNeal Liu1-0/+1
2021-03-23usb: ehci: add spurious flag to disable overcurrent checkingFlorian Fainelli1-0/+1
2020-04-16USB: host: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2020-02-23USB: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2018-09-28usb: host: Replace empty define with do whileCorentin Labbe1-2/+2
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-12-05fsl/usb: Workarourd for USB erratum-A005697Changming Huang1-0/+8
2016-03-03usb: host: unhide suspend/resume declarationsArnd Bergmann1-2/+0
2016-02-03usb: ehci: remove old stub_debug_files definitionGeyslan G. Bem1-5/+0
2016-02-03usb: host: ehci.h: move constant to rightGeyslan G. Bem1-1/+1
2016-02-03usb: host: ehci.h: move pointer operator to name sideGeyslan G. Bem1-1/+1
2016-02-03usb: host: ehci.h: remove macros trailing semicolonGeyslan G. Bem1-2/+2
2016-02-03usb: host: ehci.h: use space after commaGeyslan G. Bem1-2/+3
2016-02-03usb: host: ehci.h: remove direct use of __attribute__ keywordGeyslan G. Bem1-5/+5
2016-02-03usb: host: ehci.h: fix single statement macrosGeyslan G. Bem1-2/+2
2016-02-03usb: host: ehci.h: remove space before open square bracketGeyslan G. Bem1-11/+11
2016-02-03usb: host: ehci.h: remove space before function open parenthesisGeyslan G. Bem1-11/+11
2016-02-03usb: host: ehci.h: remove space before commaGeyslan G. Bem1-4/+4
2016-02-03USB: EHCI: add a delay when unlinking an active QHAlan Stern1-0/+3
2016-02-03USB: EHCI: store reason for unlinking a QHAlan Stern1-2/+8
2015-12-01USB: EHCI: warn on unexpectedly active QHAlan Stern1-0/+1
2015-08-14drivers: usb: fsl: Workaround for USB erratum-A005275Nikhil Badola1-0/+12
2015-05-31drivers:usb:fsl: Fix compilation error for fsl ehci drvRamneek Mehresh1-0/+3
2015-01-09USB: ehci-platform: Support ehci reset after resume quirkWu Liang feng1-1/+1
2014-11-03usb: ehci: add ehci_port_power interfaceMichael Grzeschik1-0/+2
2014-04-24USB: EHCI: Export the ehci_hub_control functionLaurent Pinchart1-0/+3
2014-01-13usb: ehci: add freescale imx28 special write register methodPeter Chen1-1/+17
2013-12-03usb: kill DEBUG compile optionOliver Neukum1-4/+4
2013-10-14USB: EHCI: create per-TT bandwidth tablesAlan Stern1-0/+33
2013-10-11USB: EHCI: use a bandwidth-allocation tableAlan Stern1-1/+12
2013-10-11USB: EHCI: create a "periodic schedule info" structAlan Stern1-13/+16
2013-10-11USB: EHCI: use consistent NO_FRAME valueAlan Stern1-2/+3
2013-09-17USB: EHCI: handle isochronous underruns with taskletsAlan Stern1-0/+1
2013-08-30ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is setXenia Ragiadakou1-4/+4
2013-08-30ehci: remove ehci_vdbg() verbose debugging statementsXenia Ragiadakou1-5/+0
2013-08-13Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-0/+1
2013-08-12USB: EHCI: improve interrupt qh unlinkMing Lei1-0/+3
2013-08-12usb: host: add has_tdi_phy_lpm capability bitTuomas Tynkkynen1-0/+1
2013-06-17USB: EHCI: export ehci_handshake for ehci-hcd sub-driversManjunath Goudar1-0/+2
2013-04-03EHCI: Quirk flag for port power handling on overcurrent.Christian Engelmayer1-0/+1
2013-03-25USB: EHCI: improve end_unlink_async()Alan Stern1-1/+2
2013-03-25USB: EHCI: convert singly-linked lists to list_headsAlan Stern1-6/+4
2013-03-25USB: EHCI: split needs_rescan into two flagsAlan Stern1-1/+3
2013-01-22USB: EHCI: add a name for the platform-private fieldAlan Stern1-0/+3
2013-01-22USB: EHCI: Move definition of EHCI_STATS to ehci.hRoger Quadros1-0/+4
2012-11-11USB: EHCI: miscellaneous cleanups for the library conversionAlan Stern1-1/+0
2012-11-01USB: EHCI: prepare to make ehci-hcd a library moduleAlan Stern1-0/+17
2012-10-31USB: EHCI: remove unused Link Power Management codeAlan Stern1-1/+0
2012-10-24USB: EHCI: make ehci_read_frame_index platform independentAlan Stern1-16/+0
2012-10-24USB: EHCI: move logging macros to ehci.hAlan Stern1-0/+15
2012-10-22EHCI: use the isochronous scheduling thresholdAlan Stern1-1/+0
2012-10-22EHCI: improved logic for isochronous schedulingAlan Stern1-1/+1
2012-07-16USB: EHCI: resolve some unlikely racesAlan Stern1-0/+1
2012-07-16USB: EHCI: simplify isochronous scanningAlan Stern1-3/+3
2012-07-16USB: EHCI: use hrtimer for the I/O watchdogAlan Stern1-12/+1
2012-07-16USB: EHCI: always scan each interrupt QHAlan Stern1-3/+5
2012-07-16USB: EHCI: don't lose events during a scanAlan Stern1-1/+2
2012-07-16USB: EHCI: use hrtimer for unlinking empty async QHsAlan Stern1-2/+2
2012-07-16USB: EHCI: unlink multiple async QHs togetherAlan Stern1-0/+2
2012-07-16USB: EHCI: use hrtimer for the IAA watchdogAlan Stern1-15/+1
2012-07-16USB: EHCI: don't refcount iso_stream structuresAlan Stern1-2/+1
2012-07-16USB: EHCI: use hrtimer for (s)iTD deallocationAlan Stern1-2/+3
2012-07-16USB: EHCI: use hrtimer for controller deathAlan Stern1-0/+2
2012-07-16USB: EHCI: use hrtimer for interrupt QH unlinkAlan Stern1-1/+9
2012-07-16USB: EHCI: use hrtimer for async scheduleAlan Stern1-1/+4
2012-07-16USB: EHCI: use hrtimer for the periodic scheduleAlan Stern1-2/+5
2012-07-16USB: EHCI: introduce high-res timerAlan Stern1-0/+16
2012-07-16USB: EHCI: add new root-hub state: STOPPINGAlan Stern1-1/+6
2012-07-16USB: EHCI: add pointer to end of async-unlink listAlan Stern1-0/+1
2012-07-16USB: EHCI: rename "reclaim"Alan Stern1-5/+5
2012-07-16USB: EHCI: add symbolic constants for QHsAlan Stern1-1/+7
2012-07-16USB: EHCI: don't refcount QHsAlan Stern1-9/+0
2012-06-13USB: move transceiver from ehci_hcd and ohci_hcd to hcd and rename it as phyRichard Zhao1-4/+0
2012-04-09EHCI: keep track of ports being resumed and indicate in hub_status_dataAlan Stern1-0/+2
2012-02-13usb: otg: Rename otg_transceiver to usb_phyHeikki Krogerus1-1/+1
2011-10-18EHCI: workaround for MosChip controller bugAlan Stern1-0/+17
2011-08-22USB: EHCI: remove usages of hcd->stateAlan Stern1-0/+7
2011-07-19EHCI: fix direction handling for interrupt data togglesAlan Stern1-0/+1
2011-07-08USB: EHCI: go back to using the system clock for QH unlinksAlan Stern1-1/+2
2011-07-08USB: EHCI: Allow users to override 80% max periodic bandwidthKirill Smelkov1-0/+2
2011-05-19USB: EHCI: Remove SPARC_LEON {read,write}_be definitions from ehci.hJan Andersson1-3/+0
2011-05-17EHCI: don't rescan interrupt QHs needlesslyAlan Stern1-0/+1
2011-05-03USB: EHCI: Add bus glue for GRLIB GRUSBHC controllerJan Andersson1-0/+3
2011-05-03USB: EHCI: Support controllers with big endian capability regsJan Andersson1-0/+7
2011-05-02USB: extend ehci-fsl and fsl_udc_core driver for OTG operationAnatolij Gustschin1-0/+4
2011-04-13USB: ehci: add workaround for Synopsys HC bugGabor Juhos1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-01USB host: Move AMD PLL quirk to pci-quirks.cAndiry Xu1-1/+1
2011-02-17Revert "USB host: Move AMD PLL quirk to pci-quirks.c"Greg Kroah-Hartman1-1/+1
2011-02-04USB host: Move AMD PLL quirk to pci-quirks.cAndiry Xu1-1/+1
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman1-0/+1
2010-12-10USB: EHCI: ASPM quirk of ISOC on AMD SB800Alex He1-0/+1
2010-11-16USB: EHCI: AMD periodic frame list table quirkAndiry Xu1-0/+2
2010-08-10USB: ehci: fix remove of ehci debugfs dirMing Lei1-4/+0
2010-08-10USB: EHCI: remove dead code in the periodic schedulerAlan Stern1-3/+0
2010-08-10USB: EHCI: remove PCI assumptionAlan Stern1-0/+1
2010-08-10USB: add do_wakeup parameter for PCI HCD suspendAlan Stern1-4/+4
2010-08-10USB: EHCI: EHCI 1.1 addendum: Enable Per-port change detect bitsAlek Du1-0/+1
2010-08-10USB: EHCI: EHCI 1.1 addendum: Basic LPM feature supportAlek Du1-1/+1
2010-08-10USB: EHCI: EHCI 1.1 addendum: preparationAlek Du1-0/+1
2010-05-20USB: EHCI: fix controller wakeup flag settings during suspendAlan Stern1-0/+10
2010-05-20USB: remove bogus USB_PORT_FEAT_*_SPEED symbolsAlan Stern1-4/+4
2010-04-22USB: EHCI: defer reclamation of siTDsAlan Stern1-2/+3
2010-03-19USB: EHCI: adjust ehci_iso_stream for changes in ehci_qhClemens Ladisch1-3/+2
2009-11-30USB: work around for EHCI with quirky periodic schedulesOliver Neukum1-0/+2
2009-09-23USB: EHCI: rescan the queue after an unlinkAlan Stern1-0/+1
2009-09-23USB: EHCI: Add Intel Moorestown EHCI controller HOSTPCx extensions and suppor...Alek Du1-1/+2
2009-09-23USB: EHCI: split ehci_qh into hw and sw partsAlek Du1-3/+6
2009-09-23USB: EHCI: add need_io_watchdog flag to ehci_hcdAlek Du1-0/+1
2009-09-21trivial: fix typo "for for" in multiple filesAnand Gadiyar1-1/+1
2009-07-12USB: EHCI: use the new clear_tt_buffer interfaceAlan Stern1-0/+2
2009-06-15USB: EHCI: stagger frames for interrupt transfersAlan Stern1-0/+1
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison1-1/+1
2009-03-24USB: EHCI: add software retry for transaction errorsAlan Stern1-0/+3
2009-03-24USB: EHCI: Make timer_action out-of-lineAlan Stern1-34/+0
2009-02-27USB: EHCI: slow down ITD reuseKarsten Wiese1-0/+6
2009-01-07USB: powerpc: Workaround for the PPC440EPX USBH_23 errata [take 3]Vitaly Bordug1-0/+34
2008-11-30Revert "USB: improve ehci_watchdog's side effect in CPU power management"Greg Kroah-Hartman1-7/+5
2008-10-17USB: EHCI: fix remote-wakeup support for ARC/TDI coreAlan Stern1-0/+2
2008-10-17USB: improve ehci_watchdog's side effect in CPU power managementYi Yang1-5/+7
2008-10-17usb: remove code associated with !CONFIG_PPC_MERGEKumar Gala1-9/+0
2008-07-26usb: move ehci reg defYinghai Lu1-137/+1
2008-07-21USB: ehci-hcd unlink speedupsDavid Brownell1-1/+4
2008-07-03USB: ehci - fix timer regressionDavid Brownell1-9/+10
2008-05-29USB: EHCI: fix remote-wakeup regressionAlan Stern1-0/+2
2008-05-29USB: EHCI: fix up root-hub TT messAlan Stern1-2/+1
2008-02-01usb: ehci should use u16 for isochronous intervalsDavid Brownell1-1/+1
2008-02-01USB: ehci saves some memory in ISO transfer descriptorsKarsten Wiese1-1/+0
2008-02-01USB: add ehci-ixp bus glueVladimir Barinov1-0/+5
2008-02-01USB: add ehci-ppc-of bus glue (device-tree aware)Valentine Barshak1-1/+1
2008-02-01USB: EHCI: add separate IAA watchdog timerAlan Stern1-7/+15
2008-02-01USB: convert ehci debug files to use debugfs instead of sysfsTony Jones1-0/+8
2007-08-20Revert "USB: EHCI cpufreq fix"Linus Torvalds1-14/+0
2007-07-12USB: EHCI: Safe endianness for transfer buffers after reset in case of HUB wi...Vladimir Barinov1-0/+6
2007-07-12USB: EHCI, OHCI: handover changesAlan Stern1-0/+3
2007-07-12USB: ehci refcounts work on ppc7448David Brownell1-1/+8
2007-07-12USB: EHCI support for big-endian descriptorsStefan Roese1-52/+153
2007-07-12USB: EHCI cpufreq fixStuart_Hayes@Dell.com1-0/+11
2007-02-09[PATCH] hci_{read,write}l() does force casts to wrong type for no reasonAl Viro1-6/+6
2007-02-07EHCI: force high-speed devices to run at full speedAlan Stern1-1/+5
2007-02-07USB: Fix EHCI warningBenjamin Herrenschmidt1-0/+8
2007-02-07USB: Implement support for EHCI with big endian MMIOBenjamin Herrenschmidt1-0/+32
2006-12-01EHCI: Fix root-hub and port suspend/resume problemsAlan Stern1-0/+1
2006-10-17USB: revert EHCI VIA workaround patchGreg Kroah-Hartman1-15/+7
2006-09-27USB: EHCI update VIA workaroundDavid Brownell1-7/+15
2006-09-27USB: EHCI whitespace fixes (cosmetic)David Brownell1-18/+18
2006-09-27USB: Properly unregister reboot notifier in case of failure in ehci hcdAleksey Gorelov1-1/+0
2006-03-20[PATCH] USB: EHCI and Freescale 83xx quirkKumar Gala1-0/+15
2006-03-20[PATCH] USB: EHCI and NF2 quirkDavid Brownell1-1/+2
2005-10-28[PATCH] EHCI, split out PCI glueMatt Porter1-0/+1
2005-09-12[PATCH] USB: EHCI port tweaksDavid Brownell1-0/+1
2005-09-08[PATCH] ehci: add tt_usecsdavid-b@pacbell.net1-0/+2
2005-08-04[PATCH] USB: ehci: microframe handling fixDavid Brownell1-0/+5
2005-05-03[PATCH] USB: ehci power fixesDavid Brownell1-9/+10
2005-04-18[PATCH] USB: hcd suspend uses pm_message_tDavid Brownell1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+637