summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorLines
2007-10-13Fix ohci-ssb with !CONFIG_PMAl Viro-0/+2
2007-10-12USB: mutual exclusion for EHCI init and port resetsAlan Stern-0/+8
2007-10-12USB: ohci SSB bus glueMichael Buesch-1/+280
2007-10-12USB: ehci build fixes on au1xxx, ppc-socDavid Brownell-8/+4
2007-10-12USB: add runtime frame_no quirk for big-endian OHCIValentine Barshak-8/+15
2007-10-12USB: r8a66597-hcd: fix driver removingYoshihiro Shimoda-1/+1
2007-10-12USB: r8a66597-hcd: fix endian problemYoshihiro Shimoda-3/+3
2007-10-12USB: r8a66597-hcd: fix Class or Vendor RequestYoshihiro Shimoda-1/+10
2007-10-12USB: ELAN U132 Host Controller Driver: convert sw_lock to mutexMatthias Kaehlcke-17/+17
2007-10-12USB: Eliminate urb->status usage!Alan Stern-63/+32
2007-10-12USB: reorganize urb->status use in r8a66597-hcdAlan Stern-31/+30
2007-10-12USB: reorganize urb->status use in sl811-hcdAlan Stern-21/+11
2007-10-12USB: reorganize urb->status use in ohci-hcdAlan Stern-33/+28
2007-10-12USB: reorganize urb->status use in ehci-hcdAlan Stern-31/+35
2007-10-12USB: avoid the donelist after an error in ohci-hcdAlan Stern-16/+8
2007-10-12USB: add urb->unlinked fieldAlan Stern-113/+92
2007-10-12USB: centralize -EREMOTEIO handlingAlan Stern-51/+9
2007-10-12USB: remove Iso status value in uhci-hcdAlan Stern-9/+3
2007-10-12USB: minor fixes for r8a66597 driverAlan Stern-21/+19
2007-10-12USB: EHCI restart speedupMarcelo Tosatti-5/+2
2007-10-12USB: remove unnecessary tests in isp116x and sl811Alan Stern-16/+0
2007-10-12USB: make HCDs responsible for managing endpoint queuesAlan Stern-137/+263
2007-10-12USB: OHCI handles more ZFMicro quirksMike Nuss-75/+253
2007-10-12USB: Clean up duplicate includes in drivers/usb/Jesper Juhl-1/+0
2007-10-09drivers/firmware: const-ify DMI API and internalsJeff Garzik-1/+1
2007-08-22USB: make EHCI initialize properly on PPC SOCsMike Nuss-4/+23
2007-08-22USB: ohci, fix oddball gcc warningDavid Brownell-1/+1
2007-08-22usb: typo in usb R8A66597 HCD configM4rkusXXL-1/+1
2007-08-22usb: r8a66597-hcd: fix up error path.Paul Mundt-2/+0
2007-08-22USB: u132-hcd.c - Fix a warning when CONFIG_PM=nGabriel C-0/+3
2007-08-20Revert "USB: EHCI cpufreq fix"Linus Torvalds-215/+0
2007-07-20Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds-231/+229
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt-1/+1
2007-07-19USB: r8a66597-hcd: fixes some problemYoshihiro Shimoda-101/+96
2007-07-19UHCI: short control URBs get a status stageAlan Stern-21/+38
2007-07-19isp116x-hcd: prepare for urb->statusAlan Stern-101/+86
2007-07-19USB: use mutex instead of semaphore in the ELAN U132 adapter driverMatthias Kaehlcke-8/+9
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau-4/+2
2007-07-12USB: ohci-pnx4008: Remove unnecessary cast of return value of kzallocSuresh Jayaraman-1/+1
2007-07-12USB: Don't resume root hub if the controller is suspendedAlan Stern-3/+6
2007-07-12ehci-hub: improved over-current recoveryChristian Engelmayer-1/+16
2007-07-12USB: PS3: USB system-bus reworkGeoff Levand-53/+162
2007-07-12USB: Fix NEC OHCI chip silicon bugMichael Hanselmann-14/+61
2007-07-12USB: EHCI: Safe endianness for transfer buffers after reset in case of HUB wi...Vladimir Barinov-2/+14
2007-07-12USB: use function attribute __maybe_unusedDavid Rientjes-13/+13
2007-07-12USB: ehci_fsl update for MPC831x supportLi Yang-4/+15
2007-07-12USB: Set CONFIG_USB_EHCI_BIG_ENDIAN_MMIO/_DESC in usb/host/KconfigStefan Roese-4/+4
2007-07-12USB: EHCI big endian data structures support (for 440EPx)Stefan Roese-0/+187
2007-07-12USB: EHCI: fix handover for designated full-speed portsAlan Stern-1/+3
2007-07-12USB: EHCI, OHCI: handover changesAlan Stern-28/+145