summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-hcd.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-08Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+29
2011-01-03Merge branch 'master' of git://git.infradead.org/users/cbou/linux-cns3xxx int...Russell King1-0/+5
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman1-1/+29
2010-12-11USB: EHCI: Add MSM Host Controller driverPavankumar Kondeti1-0/+5
2010-12-11USB: EHCI: ASPM quirk of ISOC on AMD SB800Alex He1-0/+8
2010-12-03Merge branch 'sh/ehci' of master.kernel.org:/pub/scm/linux/kernel/git/lethal/...Greg Kroah-Hartman1-0/+5
2010-12-01usb: ehci: introduce CONFIG_USB_EHCI_HCD_OMAPKeshava Munegowda1-1/+1
2010-11-29USB: cns3xxx: Add EHCI and OHCI bus glue for cns3xxx SOCsMac Lin1-0/+5
2010-11-17USB host: Adding USB ehci & ohci support for spear platformDeepak Sikri1-0/+5
2010-11-17USB: EHCI: fix obscure race in ehci_endpoint_disableAlan Stern1-5/+5
2010-11-11usb: Add support for VIA VT8500 and compatibles in EHCI HCDAlexey Charkov1-0/+5
2010-11-02usb: ehci-hcd: Add support for SuperH EHCI.Paul Mundt1-0/+5
2010-10-29USB: Add EHCI and OHCH glue for OCTEON II SOCs.David Daney1-0/+5
2010-10-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+0
2010-10-22USB: ehci tdi : let's tdi_reset set host modeMatthieu CASTET1-0/+15
2010-08-11Merge branch 'master' into for-nextJiri Kosina1-5/+44
2010-08-11USB: EHCI: add missing frame -> microframe conversionAlan Stern1-1/+7
2010-08-11USB: EHCI: fix NULL pointer dererence in HCDs that use HCD_LOCAL_MEMAndrea Righi1-1/+2
2010-08-11USB: convert usb_hcd bitfields into atomic flagsAlan Stern1-1/+0
2010-08-11USB: EHCI: EHCI 1.1 addendum: Enable Per-port change detect bitsAlek Du1-2/+17
2010-08-11USB: EHCI: EHCI 1.1 addendum: Basic LPM feature supportAlek Du1-0/+17
2010-08-11USB: EHCI: EHCI 1.1 addendum: preparationAlek Du1-0/+1
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches1-1/+0
2010-06-05usb: fix ehci_hcd build failure when both generic-OF and xilinx is selectedGrant Likely1-3/+17
2010-05-21USB: make hcd.h public (drivers dependency)Eric Lescouet1-2/+1
2010-04-23USB: EHCI: defer reclamation of siTDsAlan Stern1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+1
2010-03-19USB: EHCI: adjust ehci_iso_stream for changes in ehci_qhClemens Ladisch1-1/+1
2010-02-15omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3Tony Lindgren1-1/+1
2010-01-21USB: add missing delay during remote wakeupAlan Stern1-2/+3
2009-12-11USB: EHCI: add native scatter-gather supportAlan Stern1-0/+2
2009-12-11USB: Add EHCI support for MX27 and MX31 based boardsDaniel Mack1-0/+5
2009-12-11USB: ehci: Respect IST when scheduling new split iTDs.Sarah Sharp1-1/+1
2009-12-11USB: host: ehci: introduce omap ehci-hcd driverFelipe Balbi1-0/+5
2009-12-11USB: Add support for Xilinx USB host controllerJulie Zhu1-0/+5
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-04ehci-hcd: Fix typo in an error messageOzan Çağlayan1-1/+1
2009-12-01USB: work around for EHCI with quirky periodic schedulesOliver Neukum1-0/+2
2009-09-23USB: ehci-dbgp,ehci: Allow early or late use of the dbgp deviceJason Wessel1-0/+8
2009-09-23USB: EHCI: change deschedule logic for interrupt QHsAlan Stern1-22/+4
2009-09-23USB: EHCI: rescan the queue after an unlinkAlan Stern1-5/+13
2009-09-23USB: EHCI: OHCI: Remove unnecessary includes of reboot.hAnand Gadiyar1-1/+0
2009-09-23USB: at91: Add USB EHCI driver for at91sam9g45 seriesNicolas Ferre1-0/+5
2009-09-23USB: EHCI: Add Intel Moorestown EHCI controller HOSTPCx extensions and suppor...Alek Du1-0/+6
2009-09-23USB: EHCI: split ehci_qh into hw and sw partsAlek Du1-6/+8
2009-09-23USB: EHCI: add need_io_watchdog flag to ehci_hcdAlek Du1-0/+6
2009-09-23USB: Add nuvoton Ehci driver for w90p910 platformWan ZongShun1-0/+5
2009-08-08USB: EHCI: fix two new bugs related to Clear-TT-BufferAlan Stern1-1/+2
2009-07-13USB: EHCI: use the new clear_tt_buffer interfaceAlan Stern1-0/+2
2009-07-13USB: EHCI: update toggle state for linked QHsAlan Stern1-19/+16