summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci.h
Commit message (Expand)AuthorAgeFilesLines
* drivers:usb:fsl: Fix compilation error for fsl ehci drvRamneek Mehresh2015-05-311-0/+3
* USB: ehci-platform: Support ehci reset after resume quirkWu Liang feng2015-01-091-1/+1
* usb: ehci: add ehci_port_power interfaceMichael Grzeschik2014-11-041-0/+2
* USB: EHCI: Export the ehci_hub_control functionLaurent Pinchart2014-04-241-0/+3
* usb: ehci: add freescale imx28 special write register methodPeter Chen2014-01-141-1/+17
* usb: kill DEBUG compile optionOliver Neukum2013-12-031-4/+4
* USB: EHCI: create per-TT bandwidth tablesAlan Stern2013-10-141-0/+33
* USB: EHCI: use a bandwidth-allocation tableAlan Stern2013-10-121-1/+12
* USB: EHCI: create a "periodic schedule info" structAlan Stern2013-10-121-13/+16
* USB: EHCI: use consistent NO_FRAME valueAlan Stern2013-10-121-2/+3
* USB: EHCI: handle isochronous underruns with taskletsAlan Stern2013-09-171-0/+1
* ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is setXenia Ragiadakou2013-08-301-4/+4
* ehci: remove ehci_vdbg() verbose debugging statementsXenia Ragiadakou2013-08-301-5/+0Star
* Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-08-141-0/+1
|\
| * usb: host: add has_tdi_phy_lpm capability bitTuomas Tynkkynen2013-08-121-0/+1
* | USB: EHCI: improve interrupt qh unlinkMing Lei2013-08-121-0/+3
|/
* USB: EHCI: export ehci_handshake for ehci-hcd sub-driversManjunath Goudar2013-06-171-0/+2
* EHCI: Quirk flag for port power handling on overcurrent.Christian Engelmayer2013-04-031-0/+1
* USB: EHCI: improve end_unlink_async()Alan Stern2013-03-251-1/+2
* USB: EHCI: convert singly-linked lists to list_headsAlan Stern2013-03-251-6/+4Star
* USB: EHCI: split needs_rescan into two flagsAlan Stern2013-03-251-1/+3
* USB: EHCI: add a name for the platform-private fieldAlan Stern2013-01-221-0/+3
* USB: EHCI: Move definition of EHCI_STATS to ehci.hRoger Quadros2013-01-221-0/+4
* USB: EHCI: miscellaneous cleanups for the library conversionAlan Stern2012-11-121-1/+0Star
* USB: EHCI: prepare to make ehci-hcd a library moduleAlan Stern2012-11-011-0/+17
* USB: EHCI: remove unused Link Power Management codeAlan Stern2012-10-311-1/+0Star
* USB: EHCI: make ehci_read_frame_index platform independentAlan Stern2012-10-241-16/+0Star
* USB: EHCI: move logging macros to ehci.hAlan Stern2012-10-241-0/+15
* EHCI: use the isochronous scheduling thresholdAlan Stern2012-10-221-1/+0Star
* EHCI: improved logic for isochronous schedulingAlan Stern2012-10-221-1/+1
* USB: EHCI: resolve some unlikely racesAlan Stern2012-07-171-0/+1
* USB: EHCI: simplify isochronous scanningAlan Stern2012-07-171-3/+3
* USB: EHCI: use hrtimer for the I/O watchdogAlan Stern2012-07-171-12/+1Star
* USB: EHCI: always scan each interrupt QHAlan Stern2012-07-171-3/+5
* USB: EHCI: don't lose events during a scanAlan Stern2012-07-171-1/+2
* USB: EHCI: use hrtimer for unlinking empty async QHsAlan Stern2012-07-171-2/+2
* USB: EHCI: unlink multiple async QHs togetherAlan Stern2012-07-171-0/+2
* USB: EHCI: use hrtimer for the IAA watchdogAlan Stern2012-07-171-15/+1Star
* USB: EHCI: don't refcount iso_stream structuresAlan Stern2012-07-171-2/+1Star
* USB: EHCI: use hrtimer for (s)iTD deallocationAlan Stern2012-07-171-2/+3
* USB: EHCI: use hrtimer for controller deathAlan Stern2012-07-171-0/+2
* USB: EHCI: use hrtimer for interrupt QH unlinkAlan Stern2012-07-171-1/+9
* USB: EHCI: use hrtimer for async scheduleAlan Stern2012-07-171-1/+4
* USB: EHCI: use hrtimer for the periodic scheduleAlan Stern2012-07-171-2/+5
* USB: EHCI: introduce high-res timerAlan Stern2012-07-171-0/+16
* USB: EHCI: add new root-hub state: STOPPINGAlan Stern2012-07-171-1/+6
* USB: EHCI: add pointer to end of async-unlink listAlan Stern2012-07-171-0/+1
* USB: EHCI: rename "reclaim"Alan Stern2012-07-171-5/+5
* USB: EHCI: add symbolic constants for QHsAlan Stern2012-07-171-1/+7
* USB: EHCI: don't refcount QHsAlan Stern2012-07-171-9/+0Star