aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-03-20[PATCH] UHCI: remove main list of URBsAlan Stern4-370/+279
2006-03-20[PATCH] UHCI: use dummy TDsAlan Stern3-61/+83
2006-03-20[PATCH] UHCI: use one QH per endpoint, not per URBAlan Stern4-862/+685
2006-03-20[PATCH] USB: Fix masking bug initialization of Freescale EHCI controllerKumar Gala1-2/+1
2006-03-20[PATCH] USB: ohci uses driver model wakeup flagsDavid Brownell3-30/+46
2006-03-20[PATCH] USB: add support for OCHI on AT91rm9200Andrew Victor2-0/+311
2006-03-20[PATCH] USB: EHCI unlink tweaksDavid Brownell1-2/+4
2006-03-20[PATCH] USB: OHCI for AU1200Jordan Crouse1-15/+87
2006-03-20[PATCH] USB: EHCI for AU1200Jordan Crouse3-4/+306
2006-03-20[PATCH] USB: EHCI and Freescale 83xx quirkKumar Gala3-1/+33
2006-03-20[PATCH] USB: EHCI for Freescale 83xxRandy Vinson4-2/+402
2006-03-20[PATCH] USB: EHCI full speed ISO bugfixesClemens Ladisch1-5/+6
2006-03-20[PATCH] USB: EHCI and NF2 quirkDavid Brownell3-2/+30
2006-03-20[PATCH] handle errors returned by platform_get_irq*()David Vrabel1-2/+7
2006-02-28[PATCH] USB: fix EHCI BIOS handshakeDavid Brownell1-5/+6
2006-02-13[PATCH] USB: sl811_cs needs platform_device conversion tooDavid Brownell1-2/+2
2006-02-13[PATCH] USB: fix up the usb early handoff logic for EHCIDavid Brownell1-4/+12
2006-01-31[PATCH] USB: Au1xx0: replace casual readl() with au_readl() in the driversSergei Shtylylov1-1/+1
2006-01-31[PATCH] USB EHCI: fix gfp_t sparse warningRandy Dunlap1-2/+1
2006-01-31[PATCH] USB: isp116x-hcd: replace mdelay() by msleep()Olav Kongas1-10/+11
2006-01-31[PATCH] USB: UHCI: No FSBR until device is configuredAlan Stern1-2/+2
2006-01-31[PATCH] USB: EHCI, another full speed iso fixClemens Ladisch1-0/+1
2006-01-31[PATCH] USB: fix ehci early handoff issues warningAndrew Morton1-1/+0
2006-01-31[PATCH] USB: fix EHCI early handoff issuesDavid Brownell2-98/+71
2006-01-10Small fixups to the EHCI Kconfig help textJesper Juhl1-5/+5
2006-01-08[PATCH] fix more missing includesTim Schmielau3-0/+3
2006-01-07[ARM] Move asm/hardware/clock.h to linux/clk.hRussell King2-2/+2
2006-01-07Merge with Linus' kernel.Russell King18-520/+418
2006-01-06[PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callbackDominik Brodowski1-35/+9
2006-01-06[PATCH] pcmcia: remove dev_list from driversDominik Brodowski1-15/+1
2006-01-06[PATCH] pcmcia: unify detach, REMOVAL_EVENT handlers into one remove callbackDominik Brodowski1-22/+9
2006-01-05[PATCH] pcmcia: new suspend coreDominik Brodowski1-17/+24
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-1/+1
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers1-1/+1
2006-01-04[PATCH] USB: isp116x-hcd.c: Removed unused variableDaniel Marjamäki1-2/+0
2006-01-04[PATCH] USB: UHCI: edit some commentsAlan Stern4-35/+36
2006-01-04[PATCH] USB: UHCI: change uhci_explen macroAlan Stern3-11/+11
2006-01-04[PATCH] USB: Correct ohci-pxa27x suspend/resume struct confusionRichard Purdie1-4/+7
2006-01-04[PATCH] USB: mark various usb tables constArjan van de Ven1-1/+1
2006-01-04[PATCH] USB: isp116x-hcd: minor cleanupOlav Kongas1-2/+0
2006-01-04[PATCH] USB: Remove USB private semaphoreAlan Stern1-1/+1
2006-01-04[PATCH] USB: central handling for host controllers that were reset during suspend/resumeAlan Stern4-15/+8
2006-01-04[PATCH] USB: hcd uses EXTRA_CFLAGS for -DDEBUGDavid Brownell7-34/+7
2006-01-04[PATCH] USB: wakeup flag updates (3/3) isp116x-hcdDavid Brownell1-2/+3
2006-01-04[PATCH] USB: wakeup flag updates (2/3) uhci-hcdDavid Brownell1-2/+0
2006-01-04[PATCH] USB: wakeup flag updates (1/3) sl811-hcdDavid Brownell1-2/+4
2006-01-04[PATCH] USB: ehci fix driver model wakeup flagsDavid Brownell1-1/+1
2006-01-04[PATCH] USB: EHCI updates (4/4) driver model wakeup flagsDavid Brownell3-4/+13
2006-01-04[PATCH] USB: EHCI: fix conflation of buf == 0 with len == 0Alan Stern1-7/+7
2006-01-04[PATCH] USB: isp116x-hcd: cleanupOlav Kongas2-288/+224