aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] irq-flags: usb: Use the new IRQF_ constantsThomas Gleixner2006-07-0212-13/+13
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-307-7/+0
* [PATCH] 64bit Resource: convert a few remaining drivers to use resource_size_...Greg Kroah-Hartman2006-06-271-3/+7
* [PATCH] drivers: use list_move()Akinobu Mita2006-06-261-2/+1
* [PATCH] clean up default value of USB_ISP116X_HCD, USB_SL811_HCD and USB_SL81...Jean-Luc Leger2006-06-231-3/+0
* [PATCH] USB: move hardware-specific <linux/usb_*.h> to <linux/usb/*.h>David Brownell2006-06-213-3/+3
* [PATCH] UHCI: Improve FSBR-off timingAlan Stern2006-06-213-25/+59
* [PATCH] UHCI: remove hc_inaccessible flagAlan Stern2006-06-213-26/+29
* [PATCH] UHCI: various updatesDavid Brownell2006-06-212-17/+22
* [PATCH] USB: EHCI on non-Au1200 build fixRalf Baechle2006-06-212-5/+1
* [PATCH] USB: negative index in drivers/usb/host/isp116x-hcd.cEric Sesterhenn2006-06-211-1/+1
* [PATCH] improved TT scheduling for EHCIDan Streetman2006-06-212-2/+234
* [PATCH] UHCI: remove ISO TDs as they are usedAlan Stern2006-06-213-37/+90
* [PATCH] UHCI: store the period in the queue headerAlan Stern2006-06-213-50/+63
* [PATCH] UHCI: fix race in ISO dequeuingAlan Stern2006-06-211-12/+36
* [PATCH] UHCI: use integer-sized frame numbersAlan Stern2006-06-213-19/+28
* [PATCH] UHCI: Work around old Intel bugAlan Stern2006-06-211-1/+15
* [PATCH] UHCI: Reimplement FSBRAlan Stern2006-06-215-57/+143
* [PATCH] UHCI: Eliminate the TD-removal listAlan Stern2006-06-213-71/+27
* [PATCH] UHCI: Move code for cleaning up unlinked URBsAlan Stern2006-06-211-24/+33
* [PATCH] UHCI: Remove non-iso TDs as they are usedAlan Stern2006-06-213-39/+45
* [PATCH] UHCI: Common result routine for Control/Bulk/InterruptAlan Stern2006-06-211-217/+125
* [PATCH] USB: UHCI: fix obscure bug in enqueue()Alan Stern2006-06-211-9/+15
* [PATCH] USB: UHCI: store the endpoint type in the QH structureAlan Stern2006-06-213-23/+38
* [PATCH] USB: allow multiple types of EHCI controllers to be built as modulesKumar Gala2006-06-214-73/+49
* [PATCH] USB: EHCI works again on NVidia controllers with >2GB RAMPaul Serice2006-06-211-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-081-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/+10
* [PATCH] USB: at91 usb driver supend/resume fixesDavid Brownell2006-04-141-18/+17
* [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/+1
* [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/+21
* [PATCH] pcmcia: embed dev_link_t into struct pcmcia_deviceDominik Brodowski2006-03-311-7/+4
* [PATCH] pcmcia: remove unneeded Vcc pseudo settingDominik Brodowski2006-03-311-9/+6
* [PATCH] pcmcia: default suspend and resume handlingDominik Brodowski2006-03-311-24/+0
* [PATCH] pcmcia: convert remaining users of pcmcia_release_io and _irqDominik Brodowski2006-03-311-12/+2
* [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/+8
| * [PATCH] USB core and HCDs: don't put_device while atomicAlan Stern2006-03-206-12/+5
| * [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