aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-08-31uhci-hcd: fix list access bugAlan Stern1-1/+1
2006-08-31UHCI: don't stop at an Iso errorAlan Stern1-1/+1
2006-08-11USB: removed a unbalanced #endif from ohci-au1xxx.cYoichi Yuasa1-1/+0
2006-08-02USB: UHCI: Don't test the Short Packet Detect bitAlan Stern1-1/+3
2006-08-02USB: Fix Freescale high-speed USB host dependencyLi Yang1-1/+1
2006-08-02USB: AT91 OHCI updates, mostly power managementDavid Brownell2-30/+61
2006-07-12[PATCH] USB: ehci: fix bogus alteration of a local variableDavid Brownell1-3/+4
2006-07-12[PATCH] USB: Kill compiler warning in quirk_usb_handoff_ohciKyle McMartin1-4/+4
2006-07-12[PATCH] USB: OHCI hub code unaligned accessDavid Miller1-2/+2
2006-07-12[PATCH] USB: ohci bits for the cirrus ep93xxLennert Buytenhek2-0/+230
2006-07-12[PATCH] USB: au1200: EHCI and OHCI fixesDaniel Mack2-13/+11
2006-07-12[PATCH] USB: au1xxx: compile fixes for OHCI for au1200Domen Puncer1-2/+4
2006-07-02[PATCH] irq-flags: usb: Use the new IRQF_ constantsThomas Gleixner12-13/+13
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel7-7/+0
2006-06-27[PATCH] 64bit Resource: convert a few remaining drivers to use resource_size_t where neededGreg Kroah-Hartman1-3/+7
2006-06-26[PATCH] drivers: use list_move()Akinobu Mita1-2/+1
2006-06-23[PATCH] clean up default value of USB_ISP116X_HCD, USB_SL811_HCD and USB_SL811_CSJean-Luc Leger1-3/+0
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