summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2006-01-05[PATCH] USB: central handling for host controllers that were reset during sus...Alan Stern4-15/+8
2006-01-05[PATCH] USB: hcd uses EXTRA_CFLAGS for -DDEBUGDavid Brownell7-34/+7
2006-01-05[PATCH] USB: wakeup flag updates (3/3) isp116x-hcdDavid Brownell1-2/+3
2006-01-05[PATCH] USB: wakeup flag updates (2/3) uhci-hcdDavid Brownell1-2/+0
2006-01-05[PATCH] USB: wakeup flag updates (1/3) sl811-hcdDavid Brownell1-2/+4
2006-01-05[PATCH] USB: ehci fix driver model wakeup flagsDavid Brownell1-1/+1
2006-01-05[PATCH] USB: EHCI updates (4/4) driver model wakeup flagsDavid Brownell3-4/+13
2006-01-05[PATCH] USB: EHCI: fix conflation of buf == 0 with len == 0Alan Stern1-7/+7
2006-01-05[PATCH] USB: isp116x-hcd: cleanupOlav Kongas2-288/+224
2006-01-05[PATCH] USB: isp116x-hcd: support reiniting HC on resumeOlav Kongas1-8/+18
2006-01-05[PATCH] USB: Add pxa27x OHCI PM functionsRichard Purdie1-6/+27
2006-01-05[PATCH] USB: pxa27x OHCI - Separate platform code from main driverRichard Purdie1-42/+43
2005-12-16[PATCH] UHCI: add missing memory barriersAlan Stern1-0/+2
2005-11-30[PATCH] USB: ehci fixupsDavid Brownell1-7/+12
2005-11-30[PATCH] USB: Fix USB suspend/resume crasher (#2)Benjamin Herrenschmidt7-18/+114
2005-11-24[PATCH] USB: ohci, move ppc asic tweaks nearer pciDavid Brownell1-36/+0
2005-11-24[PATCH] USB: EHCI updates split init/reinit logic for resumeDavid Brownell2-161/+162
2005-11-24[PATCH] USB: EHCI updates mostly whitespace cleanupsDavid Brownell1-135/+125
2005-11-24[PATCH] USB: EHCI updatesDavid Brownell3-41/+46
2005-11-18[PATCH] Fix copy-paste bug in ohci-ppc-soc.cAndrey Volkov1-1/+1
2005-11-17[PATCH] USB: OHCI lh7a404 platform device conversion fixupRichard Purdie1-1/+1
2005-11-11Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds8-144/+124
2005-11-11[PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman3-3/+0
2005-11-10[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King8-144/+124
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering1-1/+0
2005-11-04[USB]: Make early handoff a final fixup instead of a header one.David S. Miller1-1/+1
2005-11-01Don't touch USB controller IO registers when they are disabledLinus Torvalds1-0/+23
2005-10-31Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds9-0/+14
2005-10-31[PATCH] fix missing includesTim Schmielau3-0/+6
2005-10-29Create platform_device.h to contain all the platform device details.Russell King9-1/+14
2005-10-29USB: fix up some odd parts due to partial mergesGreg Kroah-Hartman1-2/+2
2005-10-29[PATCH] USB: Always do usb-handoffAlan Stern1-43/+3
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