summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* USB: add an ohci board-specific quirkDavid Brownell2007-04-271-8/+20
* UHCI: Add some WARN_ON()sAlan Stern2007-04-271-4/+12
* EHCI: add delay to bus_resume before accessing portsAlan Stern2007-04-271-0/+4
* ehci-fsl: change SI_CTRL, PRI_CTRL register offsets according to errataChristian Engelmayer2007-04-271-2/+2
* dev_dbg: check dev_dbg() argumentsDan Williams2007-04-271-6/+0Star
* EHCI: fix remote wakeup regression in 2.6.21-rcAlan Stern2007-04-111-0/+1
* UHCI: Fix problem caused by lack of terminating QHAlan Stern2007-03-263-82/+41Star
* USB: fix Unaligned access in EHCI driverMax Dmitrichenko2007-03-101-2/+1Star
* UHCI: fix port resume problemAlan Stern2007-03-101-4/+7
* UHCI: Eliminate asynchronous skeleton Queue HeadersAlan Stern2007-02-244-113/+256
* UHCI: Add macros for computing DMA valuesAlan Stern2007-02-244-37/+34Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-02-191-1/+1
|\
| * Replace remaining references to "driverfs" with "sysfs".Robert P. J. Day2007-02-171-1/+1
* | USB: at91-ohci, handle extra at91sam9261 ahb clockAndrew Victor2007-02-171-17/+33
* | USB: change __init to __devinit for isp116x_probePrarit Bhargava2007-02-171-1/+1
* | USB: ps3: don't call ps3_system_bus_driver_register on other platformsIshizaki Kou2007-02-172-11/+26
* | EHCI: add debugging message to ehci_bus_suspendAlan Stern2007-02-171-0/+2
* | EHCI: turn off remote wakeup during shutdownAlan Stern2007-02-171-0/+17
|/
* [PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner2007-02-143-3/+3
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-143-3/+0Star
* [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2007-02-112-5/+2Star
* [PATCH] hci_{read,write}l() does force casts to wrong type for no reasonAl Viro2007-02-092-12/+12
* [PATCH] ps3 usb missed the addition of new argument to ps3_alloc_io_irq()Al Viro2007-02-092-2/+2
* EHCI: fix interrupt-driven remote wakeupAlan Stern2007-02-081-18/+32
* USB: switch ehci-hcd to new polling schemeMarcelo Tosatti2007-02-081-1/+7
* EHCI: force high-speed devices to run at full speedAlan Stern2007-02-083-1/+114
* EHCI: don't hide ports owned by the companionAlan Stern2007-02-081-29/+35
* EHCI: local variable for port status registerAlan Stern2007-02-081-31/+24Star
* UHCI: fix bandwidth allocationAlan Stern2007-02-083-69/+201
* USB: ps3 ohci bus glueGeoff Levand2007-02-082-1/+216
* USB: ohci error handling cleanupBenjamin Herrenschmidt2007-02-081-18/+15Star
* USB: ps3 ehci bus glueGeoff Levand2007-02-082-1/+217
* USB: ohci-at91 refcount fix for irq wake enablesMarc Pignat2007-02-081-3/+5
* UHCI: no dummy TDs for Iso QHsAlan Stern2007-02-082-8/+11
* UHCI: improved debugging checks for the frame listAlan Stern2007-02-082-27/+72
* ohci: Add support for OHCI controller on the of_platform busSylvain Munaut2007-02-083-1/+274
* ohci: Rework bus glue integration to allow several at onceSylvain Munaut2007-02-0813-198/+80Star
* USB: Fix EHCI warningBenjamin Herrenschmidt2007-02-081-0/+8
* USB: Fix OHCI warningBenjamin Herrenschmidt2007-02-081-0/+8
* USB: Implement support for EHCI with big endian MMIOBenjamin Herrenschmidt2007-02-089-142/+213
* USB: Implement support for "split" endian OHCIBenjamin Herrenschmidt2007-02-084-55/+130
* USB: Rework the OHCI quirk mecanism as suggested by DavidBenjamin Herrenschmidt2007-02-081-63/+110
* USB: Fix for typo in ohci-ep93xx.cPetr Stetiar2007-01-221-1/+1
* UHCI: support device_may_wakeupAlan Stern2007-01-051-1/+3
* UHCI: make test for ASUS motherboard more specificAlan Stern2007-01-051-12/+4Star
* USB: u132-hcd/ftdi-elan: add support for Option GT 3G Quad cardTony Olech2006-12-201-60/+32Star
* USB: OHCI support for PNX8550Vitaly Wool2006-12-202-0/+262
* USB: ohci handles hardware faults during root port resetsTakamasa Ohtake2006-12-201-2/+7
* USB: ohci at91 warning fixAndrew Victor2006-12-201-1/+0Star
* USB: ohci whitespace/comment fixupsDavid Brownell2006-12-2017-226/+169Star