summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2005-10-29[PATCH] USB: add owner initialisation to host driversBen Dooks8-0/+8
2005-10-29[PATCH] USB: S3C2410 OHCI - add driver owner fieldBen Dooks1-0/+1
2005-10-29[PATCH] Fix hcd->state assignments in uhci-hcdAlan Stern1-3/+3
2005-10-29[PATCH] UHCI: Improve handling of iso TDsAlan Stern1-13/+26
2005-10-29[PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspendAlan Stern14-41/+41
2005-10-29[PATCH] UHCI: unify BIOS handoff and driver reset codeAlan Stern2-112/+106
2005-10-29[PATCH] USB: UHCI: Spruce up some commentsAlan Stern1-42/+49
2005-10-29[PATCH] ISP116x PM updatesDavid Brownell2-26/+4
2005-10-29[PATCH] UHCI PM updatesDavid Brownell1-9/+0
2005-10-29[PATCH] update PCI early-handoff handling for OHCIDavid Brownell1-4/+18
2005-10-29[PATCH] OHCI PM updatesDavid Brownell7-94/+34
2005-10-29[PATCH] all HCDs provide root hub suspend/resume methodsDavid Brownell5-0/+13
2005-10-29[PATCH] EHCI, split out PCI glueMatt Porter3-463/+489
2005-10-29[PATCH] USB: UHCI: Split apart the physical and logical framelist arraysAlan Stern4-28/+44
2005-10-29[PATCH] USB: UHCI: Remove unused fields and unneeded tests for NULLAlan Stern4-43/+10
2005-10-29[PATCH] remove some USB_SUSPEND dependenciesDavid Brownell8-11/+10
2005-10-29[PATCH] remove usb_suspend_device() parameterDavid Brownell3-3/+3
2005-10-29[PATCH] USB: move handoff codeDavid Brownell2-2/+275
2005-10-29[PATCH] USB: ehci.patch (earlier irq disable)David Brownell1-0/+8
2005-10-28Merge ../bleed-2.6Greg KH9-20/+20
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King4-28/+10
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro9-20/+20
2005-10-18[PATCH] isp116x-hcd: fix handling of short transfersOlav Kongas1-1/+2
2005-09-29[ARM] Don't include mach-types.h unnecessarilyRussell King2-2/+0
2005-09-29[ARM] Don't include asm/arch/hardware.h directlyRussell King2-2/+0
2005-09-22[PATCH] USB: sl811-hcd minor fixesDavid Brownell1-2/+14
2005-09-12[PATCH] USB: OHCI, pxa27x OHCI port power tweaksDavid Brownell1-38/+7
2005-09-12[PATCH] USB: OHCI relies less on NDP registerDavid Brownell5-20/+25
2005-09-12[PATCH] USB: OHCI irq tweakDavid Brownell1-0/+1
2005-09-12[PATCH] drivers/usb: fix-up schedule_timeout() usageNishanth Aravamudan2-4/+2
2005-09-12[PATCH] USB: EHCI workaround for NForce and mem > 2GBDavid Brownell1-0/+17
2005-09-12[PATCH] USB: EHCI port tweaksDavid Brownell3-13/+23
2005-09-12[PATCH] USB UHCI: remove the FSBR kernel timerAlan Stern4-54/+32
2005-09-10[PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar1-2/+2
2005-09-09Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 Linus Torvalds6-76/+53
2005-09-09[PATCH] ehci: add tt_usecsdavid-b@pacbell.net3-0/+13
2005-09-09[PATCH] USB: remove include of asm/usb.h in ohci-ppc-soc.cDale Farnsworth1-18/+4
2005-09-09[PATCH] USB: Fix typo in ohci-ppc-soc.c: usb_hcd_put => usb_put_hcdDale Farnsworth1-1/+1
2005-09-09[PATCH] USB: S3C24XX port numbering fixBen Dooks1-2/+2
2005-09-09[PATCH] USB: Switch isp116x-hcd over to root hub interruptOlav Kongas1-13/+22
2005-09-09[PATCH] USB: isp116x-hcd: remove clock() and reset()Olav Kongas1-28/+3
2005-09-09[PATCH] USB: isp116x-hcd: per-port overcurrent reportingOlav Kongas1-0/+2
2005-09-09[PATCH] USB: isp116x-hcd: support only per-port power switchingOlav Kongas1-5/+4
2005-09-09[PATCH] USB: isp116x-hcd: remove unnecessary ClockNotStop configuration optionOlav Kongas1-4/+1
2005-09-09[PATCH] USB: isp116x-hcd: use fixed power-on-to-power-good-timeOlav Kongas1-5/+1
2005-09-09[PATCH] PCI: start paying attention to a lot of pci function return valuesGreg Kroah-Hartman1-1/+3
2005-09-08[PATCH] USB: convert kcalloc to kzallocPekka Enberg3-3/+3
2005-09-05[PATCH] swsusp: switch pm_message_t to structPavel Machek3-5/+5
2005-08-05[PATCH] USB: Fix setup packet initialization in isp116x-hcdOlav Kongas1-1/+3
2005-08-05[PATCH] USB: ehci: microframe handling fixDavid Brownell4-9/+16