aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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/balbi/usb into usb-nextGreg 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