aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-hcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-8/+13
2011-07-08USB: EHCI: go back to using the system clock for QH unlinksAlan Stern1-5/+3
2011-07-08USB: EHCI: Allow users to override 80% max periodic bandwidthKirill Smelkov1-0/+6
2011-07-08USB: EHCI: Move sysfs related bits into ehci-sysfs.cKirill Smelkov1-2/+3
2011-06-15USB: change maintainership of ohci-hcd and ehci-hcdAlan Stern1-0/+4
2011-06-07ehci-hcd: remove EOL from MODULE_PARM_DESC for 'hird' optionNiels de Vos1-1/+1
2011-05-19USB: remove remaining usages of hcd->state from usbcore and fix regressionAlan Stern1-1/+3
2011-05-03USB: EHCI: Add bus glue for GRLIB GRUSBHC controllerJan Andersson1-0/+5
2011-05-03USB: EHCI: Support controllers with big endian capability regsJan Andersson1-1/+1
2011-04-13USB: ehci: add bus glue for the Atheros AR71XX/AR724X/AR91XX SoCsGabor Juhos1-0/+5
2011-04-13USB: Add initial S5P EHCI driverJoonyoung Shim1-0/+5
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-6/+6
2011-03-11usb: host: Add EHCI driver for NVIDIA Tegra SoCsBenoit Goby1-0/+5
2011-03-01usb: EHCI, OHCI: Add configuration for the SH USB controllerYoshihiro Shimoda1-1/+1
2011-03-01USB host: Move AMD PLL quirk to pci-quirks.cAndiry Xu1-7/+3
2011-02-28dt/usb: Eliminate users of of_platform_{,un}register_driverGrant Likely1-6/+6
2011-02-25USB: EHCI bus glue for on-chip PMC MSP USB controllerAnoop1-0/+5
2011-02-17USB: don't run ehci_reset in ehci_run for tdi deviceMatthieu CASTET1-1/+6
2011-01-22USB: EHCI: fix DMA deallocation bugAlan Stern1-7/+12
2011-01-07Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-1/+29
2011-01-03Merge branch 'master' of git://git.infradead.org/users/cbou/linux-cns3xxx into devel-stableRussell King1-0/+5
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman1-1/+29
2010-12-10USB: EHCI: Add MSM Host Controller driverPavankumar Kondeti1-0/+5
2010-12-10USB: 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/sh-2.6 into workGreg 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-16USB host: Adding USB ehci & ohci support for spear platformDeepak Sikri1-0/+5
2010-11-16USB: 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-01usb: 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-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus 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-10USB: EHCI: add missing frame -> microframe conversionAlan Stern1-1/+7
2010-08-10USB: EHCI: fix NULL pointer dererence in HCDs that use HCD_LOCAL_MEMAndrea Righi1-1/+2
2010-08-10USB: convert usb_hcd bitfields into atomic flagsAlan Stern1-1/+0
2010-08-10USB: EHCI: EHCI 1.1 addendum: Enable Per-port change detect bitsAlek Du1-2/+17
2010-08-10USB: EHCI: EHCI 1.1 addendum: Basic LPM feature supportAlek Du1-0/+17
2010-08-10USB: 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-04usb: fix ehci_hcd build failure when both generic-OF and xilinx is selectedGrant Likely1-3/+17
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-2/+1
2010-04-22USB: EHCI: defer reclamation of siTDsAlan Stern1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun 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-20USB: add missing delay during remote wakeupAlan Stern1-2/+3
2009-12-11USB: EHCI: add native scatter-gather supportAlan Stern1-0/+2