aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-01USB: ohci-hcd: fix compiler warningAlan Stern1-2/+4
2006-12-01[ARM] 3963/1: AT91: Update configuration filesAndrew Victor1-3/+2
2006-11-30Fix misc .c/.h comment typosMatt LaPlante1-3/+3
2006-11-30Fix misc Kconfig typosMatt LaPlante1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-38/+24
2006-11-16USB: OHCI: fix root-hub resume bugAlan Stern2-11/+17
2006-11-16OHCI: disallow autostop when wakeup is not availableAlan Stern1-1/+2
2006-10-17UHCI: workaround for Asus motherboardAlan Stern1-5/+39
2006-10-17USB: ohci-pnx4008 build fixesDavid Brownell1-3/+6
2006-10-17USB: revert EHCI VIA workaround patchGreg Kroah-Hartman6-69/+37
2006-10-06[PATCH] ohci: don't play with IRQ regsDavid Brownell1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells15-100/+96
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-09-28USB: fix build error in ohci driverGreg Kroah-Hartman1-2/+2
2006-09-28OHCI: add auto-stop supportAlan Stern3-84/+164
2006-09-28OHCI: remove existing autosuspend codeAlan Stern1-44/+6
2006-09-28ohci: Use ref-counting hotplug safe interfacesAlan Cox1-1/+2
2006-09-27USB: EHCI update VIA workaroundDavid Brownell6-39/+70
2006-09-27USB: ohci_usb can oops on shutdownPete Zaitcev1-1/+3
2006-09-27USB: Dealias -110 code (more complete)Pete Zaitcev3-3/+3
2006-09-27USB: u132-hcd: host controller driver for ELAN U132 adapterTony Olech3-0/+3324
2006-09-27USB: fix __must_check warnings in drivers/usb/host/Greg Kroah-Hartman2-6/+8
2006-09-27usbcore: remove usb_suspend_root_hubAlan Stern1-3/+0
2006-09-27USB: ohci-at91, two one-linersDavid Brownell1-1/+2
2006-09-27USB: EHCI whitespace fixes (cosmetic)David Brownell7-64/+64
2006-09-27usbcore: trim down usb_bus structureAlan Stern2-6/+6
2006-09-27UHCI: increase Resume-Detect-off delayAlan Stern1-3/+9
2006-09-27USB: Properly unregister reboot notifier in case of failure in ehci hcdAleksey Gorelov17-23/+34