summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2007-10-20Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2-2/+2
2007-10-19Add missing newlines to some uses of dev_<level> messagesJoe Perches1-1/+1
2007-10-14Fix ohci-ssb with !CONFIG_PMAl Viro1-0/+2
2007-10-13USB: mutual exclusion for EHCI init and port resetsAlan Stern1-0/+8
2007-10-13USB: ohci SSB bus glueMichael Buesch3-1/+280
2007-10-13USB: ehci build fixes on au1xxx, ppc-socDavid Brownell2-8/+4
2007-10-13USB: add runtime frame_no quirk for big-endian OHCIValentine Barshak3-8/+15
2007-10-13USB: r8a66597-hcd: fix driver removingYoshihiro Shimoda1-1/+1
2007-10-13USB: r8a66597-hcd: fix endian problemYoshihiro Shimoda1-3/+3
2007-10-13USB: r8a66597-hcd: fix Class or Vendor RequestYoshihiro Shimoda1-1/+10
2007-10-13USB: ELAN U132 Host Controller Driver: convert sw_lock to mutexMatthias Kaehlcke1-17/+17
2007-10-13USB: Eliminate urb->status usage!Alan Stern8-63/+32
2007-10-13USB: reorganize urb->status use in r8a66597-hcdAlan Stern1-31/+30
2007-10-13USB: reorganize urb->status use in sl811-hcdAlan Stern1-21/+11
2007-10-13USB: reorganize urb->status use in ohci-hcdAlan Stern3-33/+28
2007-10-13USB: reorganize urb->status use in ehci-hcdAlan Stern2-31/+35
2007-10-13USB: avoid the donelist after an error in ohci-hcdAlan Stern1-16/+8
2007-10-13USB: add urb->unlinked fieldAlan Stern8-113/+92
2007-10-13USB: centralize -EREMOTEIO handlingAlan Stern7-51/+9
2007-10-13USB: remove Iso status value in uhci-hcdAlan Stern2-9/+3
2007-10-13USB: minor fixes for r8a66597 driverAlan Stern1-21/+19
2007-10-13USB: EHCI restart speedupMarcelo Tosatti2-5/+2
2007-10-13USB: remove unnecessary tests in isp116x and sl811Alan Stern2-16/+0
2007-10-13USB: make HCDs responsible for managing endpoint queuesAlan Stern10-137/+263
2007-10-13USB: OHCI handles more ZFMicro quirksMike Nuss5-75/+253
2007-10-13USB: Clean up duplicate includes in drivers/usb/Jesper Juhl1-1/+0
2007-10-10drivers/firmware: const-ify DMI API and internalsJeff Garzik1-1/+1
2007-08-23USB: make EHCI initialize properly on PPC SOCsMike Nuss2-4/+23
2007-08-23USB: ohci, fix oddball gcc warningDavid Brownell1-1/+1
2007-08-23usb: typo in usb R8A66597 HCD configM4rkusXXL1-1/+1
2007-08-23usb: r8a66597-hcd: fix up error path.Paul Mundt1-2/+0
2007-08-23USB: u132-hcd.c - Fix a warning when CONFIG_PM=nGabriel C1-0/+3
2007-08-21Revert "USB: EHCI cpufreq fix"Linus Torvalds5-215/+0
2007-07-20Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds5-231/+229
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-20USB: r8a66597-hcd: fixes some problemYoshihiro Shimoda2-101/+96
2007-07-20UHCI: short control URBs get a status stageAlan Stern1-21/+38
2007-07-20isp116x-hcd: prepare for urb->statusAlan Stern1-101/+86
2007-07-20USB: use mutex instead of semaphore in the ELAN U132 adapter driverMatthias Kaehlcke1-8/+9
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2-4/+2
2007-07-13USB: ohci-pnx4008: Remove unnecessary cast of return value of kzallocSuresh Jayaraman1-1/+1
2007-07-13USB: Don't resume root hub if the controller is suspendedAlan Stern2-3/+6
2007-07-13ehci-hub: improved over-current recoveryChristian Engelmayer1-1/+16
2007-07-13USB: PS3: USB system-bus reworkGeoff Levand4-53/+162
2007-07-13USB: Fix NEC OHCI chip silicon bugMichael Hanselmann5-14/+61
2007-07-13USB: EHCI: Safe endianness for transfer buffers after reset in case of HUB wi...Vladimir Barinov2-2/+14
2007-07-13USB: use function attribute __maybe_unusedDavid Rientjes2-13/+13
2007-07-13USB: ehci_fsl update for MPC831x supportLi Yang3-4/+15
2007-07-13USB: Set CONFIG_USB_EHCI_BIG_ENDIAN_MMIO/_DESC in usb/host/KconfigStefan Roese1-4/+4
2007-07-13USB: EHCI big endian data structures support (for 440EPx)Stefan Roese2-0/+187