aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-06-21[PATCH] USB: move hardware-specific <linux/usb_*.h> to <linux/usb/*.h>David Brownell3-3/+3
2006-06-21[PATCH] UHCI: Improve FSBR-off timingAlan Stern3-25/+59
2006-06-21[PATCH] UHCI: remove hc_inaccessible flagAlan Stern3-26/+29
2006-06-21[PATCH] UHCI: various updatesDavid Brownell2-17/+22
2006-06-21[PATCH] USB: EHCI on non-Au1200 build fixRalf Baechle2-5/+1
2006-06-21[PATCH] USB: negative index in drivers/usb/host/isp116x-hcd.cEric Sesterhenn1-1/+1
2006-06-21[PATCH] improved TT scheduling for EHCIDan Streetman2-2/+234
2006-06-21[PATCH] UHCI: remove ISO TDs as they are usedAlan Stern3-37/+90
2006-06-21[PATCH] UHCI: store the period in the queue headerAlan Stern3-50/+63
2006-06-21[PATCH] UHCI: fix race in ISO dequeuingAlan Stern1-12/+36
2006-06-21[PATCH] UHCI: use integer-sized frame numbersAlan Stern3-19/+28
2006-06-21[PATCH] UHCI: Work around old Intel bugAlan Stern1-1/+15
2006-06-21[PATCH] UHCI: Reimplement FSBRAlan Stern5-57/+143
2006-06-21[PATCH] UHCI: Eliminate the TD-removal listAlan Stern3-71/+27
2006-06-21[PATCH] UHCI: Move code for cleaning up unlinked URBsAlan Stern1-24/+33
2006-06-21[PATCH] UHCI: Remove non-iso TDs as they are usedAlan Stern3-39/+45
2006-06-21[PATCH] UHCI: Common result routine for Control/Bulk/InterruptAlan Stern1-217/+125
2006-06-21[PATCH] USB: UHCI: fix obscure bug in enqueue()Alan Stern1-9/+15
2006-06-21[PATCH] USB: UHCI: store the endpoint type in the QH structureAlan Stern3-23/+38
2006-06-21[PATCH] USB: allow multiple types of EHCI controllers to be built as modulesKumar Gala4-73/+49
2006-06-21[PATCH] USB: EHCI works again on NVidia controllers with >2GB RAMPaul Serice1-15/+24
2006-06-08[ARM] 3547/1: PXA-OHCI: Allow platforms to specify a power budgetRichard Purdie1-0/+3
2006-05-08[PATCH] USB: fix bug in ohci-hcd.c ohci_restart()David Brownell1-1/+1
2006-04-27[PATCH] USB: Use new PCI_CLASS_SERIAL_USB_* definesJean Delvare3-3/+3
2006-04-14[PATCH] USB: S3C2410: use clk_enable() to ensure 48MHz to OHCI coreBen Dooks1-8/+24
2006-04-14[PATCH] USB: UHCI: don't track suspended portsAlan Stern3-12/+10
2006-04-14[PATCH] USB: at91 usb driver supend/resume fixesDavid Brownell1-18/+17
2006-04-14[PATCH] USB: pci-quirks.c: proper prototypesAdrian Bunk3-3/+9
2006-04-14[PATCH] USB: cleanups for ohci-s3c2410.cBen Dooks1-4/+5
2006-03-31[PATCH] pcmcia: use bitfield instead of p_state and stateDominik Brodowski1-10/+1
2006-03-31[PATCH] pcmcia: add return value to _config() functionsDominik Brodowski1-6/+6
2006-03-31[PATCH] pcmcia: remove dev_link_t and client_handle_t indirectionDominik Brodowski1-25/+21
2006-03-31[PATCH] pcmcia: embed dev_link_t into struct pcmcia_deviceDominik Brodowski1-7/+4
2006-03-31[PATCH] pcmcia: remove unneeded Vcc pseudo settingDominik Brodowski1-9/+6
2006-03-31[PATCH] pcmcia: default suspend and resume handlingDominik Brodowski1-24/+0
2006-03-31[PATCH] pcmcia: convert remaining users of pcmcia_release_io and _irqDominik Brodowski1-12/+2
2006-03-28[PATCH] Typo fixesAlexey Dobriyan1-1/+1
2006-03-21Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds24-1176/+2129
2006-03-20[PATCH] USB: fix initdata issue in isp116x-hcdGreg Kroah-Hartman1-1/+1
2006-03-20[PATCH] USB: UHCI: Increase port-reset completion delay for HP controllersAlan Stern1-0/+21
2006-03-20[PATCH] USB: kzalloc() conversion for rest of drivers/usbEric Sesterhenn3-17/+8
2006-03-20[PATCH] USB core and HCDs: don't put_device while atomicAlan Stern6-12/+5
2006-03-20[PATCH] uhci-hcd: fix mistaken usage of list_prepare_entryAlan Stern1-1/+1
2006-03-20[PATCH] UHCI: Don't log short transfersAlan Stern1-1/+1
2006-03-20[PATCH] UHCI: improve debugging codeAlan Stern4-39/+70
2006-03-20[PATCH] UHCI: remove main list of URBsAlan Stern4-370/+279
2006-03-20[PATCH] UHCI: use dummy TDsAlan Stern3-61/+83
2006-03-20[PATCH] UHCI: use one QH per endpoint, not per URBAlan Stern4-862/+685
2006-03-20[PATCH] USB: Fix masking bug initialization of Freescale EHCI controllerKumar Gala1-2/+1
2006-03-20[PATCH] USB: ohci uses driver model wakeup flagsDavid Brownell3-30/+46