aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2-5/+2
2007-02-09[PATCH] hci_{read,write}l() does force casts to wrong type for no reasonAl Viro2-12/+12
2007-02-09[PATCH] ps3 usb missed the addition of new argument to ps3_alloc_io_irq()Al Viro2-2/+2
2007-02-07EHCI: fix interrupt-driven remote wakeupAlan Stern1-18/+32
2007-02-07USB: switch ehci-hcd to new polling schemeMarcelo Tosatti1-1/+7
2007-02-07EHCI: force high-speed devices to run at full speedAlan Stern3-1/+114
2007-02-07EHCI: don't hide ports owned by the companionAlan Stern1-29/+35
2007-02-07EHCI: local variable for port status registerAlan Stern1-31/+24
2007-02-07UHCI: fix bandwidth allocationAlan Stern3-69/+201
2007-02-07USB: ps3 ohci bus glueGeoff Levand2-1/+216
2007-02-07USB: ohci error handling cleanupBenjamin Herrenschmidt1-18/+15
2007-02-07USB: ps3 ehci bus glueGeoff Levand2-1/+217
2007-02-07USB: ohci-at91 refcount fix for irq wake enablesMarc Pignat1-3/+5
2007-02-07UHCI: no dummy TDs for Iso QHsAlan Stern2-8/+11
2007-02-07UHCI: improved debugging checks for the frame listAlan Stern2-27/+72
2007-02-07ohci: Add support for OHCI controller on the of_platform busSylvain Munaut3-1/+274
2007-02-07ohci: Rework bus glue integration to allow several at onceSylvain Munaut13-198/+80
2007-02-07USB: Fix EHCI warningBenjamin Herrenschmidt1-0/+8
2007-02-07USB: Fix OHCI warningBenjamin Herrenschmidt1-0/+8
2007-02-07USB: Implement support for EHCI with big endian MMIOBenjamin Herrenschmidt9-142/+213
2007-02-07USB: Implement support for "split" endian OHCIBenjamin Herrenschmidt4-55/+130
2007-02-07USB: Rework the OHCI quirk mecanism as suggested by DavidBenjamin Herrenschmidt1-63/+110
2007-01-22USB: Fix for typo in ohci-ep93xx.cPetr Stetiar1-1/+1
2007-01-05UHCI: support device_may_wakeupAlan Stern1-1/+3
2007-01-05UHCI: make test for ASUS motherboard more specificAlan Stern1-12/+4
2006-12-20USB: u132-hcd/ftdi-elan: add support for Option GT 3G Quad cardTony Olech1-60/+32
2006-12-20USB: OHCI support for PNX8550Vitaly Wool2-0/+262
2006-12-20USB: ohci handles hardware faults during root port resetsTakamasa Ohtake1-2/+7
2006-12-20USB: ohci at91 warning fixAndrew Victor1-1/+0
2006-12-20USB: ohci whitespace/comment fixupsDavid Brownell17-226/+169
2006-12-20UHCI: module parameter to ignore overcurrent changesAlan Stern2-3/+24
2006-12-20USB: fix ohci.h over-use warningsJeff Garzik1-3/+3
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-12-07Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-3/+2
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter2-4/+4
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter2-2/+2
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter4-8/+8
2006-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-11/+4
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells8-150/+209
2006-12-04[PATCH] pcmcia: conf.ConfigBase and conf.Present consolidationDominik Brodowski1-11/+4
2006-12-01Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds7-146/+205
2006-12-01OHCI: make autostop conditional on CONFIG_PMAlan Stern1-54/+79
2006-12-01EHCI: Fix root-hub and port suspend/resume problemsAlan Stern4-53/+61
2006-12-01USB: ftdi-elan.c: fixes and cleanupsAdrian Bunk1-5/+1
2006-12-01USB: make drivers/usb/host/u132-hcd.c:u132_hcd_wait staticAdrian Bunk1-1/+1
2006-12-01USB: add ehci_hcd.ignore_oc parameterDavid Brownell2-5/+23
2006-12-01USB: EHCI hooks for high speed electrical testsDavid Brownell1-0/+19
2006-12-01OHCI: change priority level of resume log messageAlan Stern1-1/+1
2006-12-01USB: OHCI: remove stale testing code from root-hub resumeAlan Stern1-12/+1
2006-12-01USB: OHCI: disable RHSC inside interrupt handlerAlan Stern2-16/+18