summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] improved TT scheduling for EHCIDan Streetman2006-06-222-2/+234
* [PATCH] UHCI: remove ISO TDs as they are usedAlan Stern2006-06-223-37/+90
* [PATCH] UHCI: store the period in the queue headerAlan Stern2006-06-223-50/+63
* [PATCH] UHCI: fix race in ISO dequeuingAlan Stern2006-06-221-12/+36
* [PATCH] UHCI: use integer-sized frame numbersAlan Stern2006-06-223-19/+28
* [PATCH] UHCI: Work around old Intel bugAlan Stern2006-06-221-1/+15
* [PATCH] UHCI: Reimplement FSBRAlan Stern2006-06-225-57/+143
* [PATCH] UHCI: Eliminate the TD-removal listAlan Stern2006-06-223-71/+27Star
* [PATCH] UHCI: Move code for cleaning up unlinked URBsAlan Stern2006-06-221-24/+33
* [PATCH] UHCI: Remove non-iso TDs as they are usedAlan Stern2006-06-223-39/+45
* [PATCH] UHCI: Common result routine for Control/Bulk/InterruptAlan Stern2006-06-221-217/+125Star
* [PATCH] USB: UHCI: fix obscure bug in enqueue()Alan Stern2006-06-221-9/+15
* [PATCH] USB: UHCI: store the endpoint type in the QH structureAlan Stern2006-06-223-23/+38
* [PATCH] USB: allow multiple types of EHCI controllers to be built as modulesKumar Gala2006-06-224-73/+49Star
* [PATCH] USB: EHCI works again on NVidia controllers with >2GB RAMPaul Serice2006-06-221-15/+24
* [ARM] 3547/1: PXA-OHCI: Allow platforms to specify a power budgetRichard Purdie2006-06-081-0/+3
* [PATCH] USB: fix bug in ohci-hcd.c ohci_restart()David Brownell2006-05-091-1/+1
* [PATCH] USB: Use new PCI_CLASS_SERIAL_USB_* definesJean Delvare2006-04-273-3/+3
* [PATCH] USB: S3C2410: use clk_enable() to ensure 48MHz to OHCI coreBen Dooks2006-04-141-8/+24
* [PATCH] USB: UHCI: don't track suspended portsAlan Stern2006-04-143-12/+10Star
* [PATCH] USB: at91 usb driver supend/resume fixesDavid Brownell2006-04-141-18/+17Star
* [PATCH] USB: pci-quirks.c: proper prototypesAdrian Bunk2006-04-143-3/+9
* [PATCH] USB: cleanups for ohci-s3c2410.cBen Dooks2006-04-141-4/+5
* [PATCH] pcmcia: use bitfield instead of p_state and stateDominik Brodowski2006-03-311-10/+1Star
* [PATCH] pcmcia: add return value to _config() functionsDominik Brodowski2006-03-311-6/+6
* [PATCH] pcmcia: remove dev_link_t and client_handle_t indirectionDominik Brodowski2006-03-311-25/+21Star
* [PATCH] pcmcia: embed dev_link_t into struct pcmcia_deviceDominik Brodowski2006-03-311-7/+4Star
* [PATCH] pcmcia: remove unneeded Vcc pseudo settingDominik Brodowski2006-03-311-9/+6Star
* [PATCH] pcmcia: default suspend and resume handlingDominik Brodowski2006-03-311-24/+0Star
* [PATCH] pcmcia: convert remaining users of pcmcia_release_io and _irqDominik Brodowski2006-03-311-12/+2Star
* [PATCH] Typo fixesAlexey Dobriyan2006-03-281-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2006-03-2124-1176/+2129
|\
| * [PATCH] USB: fix initdata issue in isp116x-hcdGreg Kroah-Hartman2006-03-201-1/+1
| * [PATCH] USB: UHCI: Increase port-reset completion delay for HP controllersAlan Stern2006-03-201-0/+21
| * [PATCH] USB: kzalloc() conversion for rest of drivers/usbEric Sesterhenn2006-03-203-17/+8Star
| * [PATCH] USB core and HCDs: don't put_device while atomicAlan Stern2006-03-206-12/+5Star
| * [PATCH] uhci-hcd: fix mistaken usage of list_prepare_entryAlan Stern2006-03-201-1/+1
| * [PATCH] UHCI: Don't log short transfersAlan Stern2006-03-201-1/+1
| * [PATCH] UHCI: improve debugging codeAlan Stern2006-03-204-39/+70
| * [PATCH] UHCI: remove main list of URBsAlan Stern2006-03-204-370/+279Star
| * [PATCH] UHCI: use dummy TDsAlan Stern2006-03-203-61/+83
| * [PATCH] UHCI: use one QH per endpoint, not per URBAlan Stern2006-03-204-862/+685Star
| * [PATCH] USB: Fix masking bug initialization of Freescale EHCI controllerKumar Gala2006-03-201-2/+1Star
| * [PATCH] USB: ohci uses driver model wakeup flagsDavid Brownell2006-03-203-30/+46
| * [PATCH] USB: add support for OCHI on AT91rm9200Andrew Victor2006-03-202-0/+311
| * [PATCH] USB: EHCI unlink tweaksDavid Brownell2006-03-201-2/+4
| * [PATCH] USB: OHCI for AU1200Jordan Crouse2006-03-201-15/+87
| * [PATCH] USB: EHCI for AU1200Jordan Crouse2006-03-203-4/+306
| * [PATCH] USB: EHCI and Freescale 83xx quirkKumar Gala2006-03-203-1/+33
| * [PATCH] USB: EHCI for Freescale 83xxRandy Vinson2006-03-204-2/+402