aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-01-13[PATCH] Remove usb gadget generic driver methodsRussell King4-12/+0
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-11/+8
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2-4/+4
2006-01-04[PATCH] USB: Use ARRAY_SIZE macroTobias Klauser1-1/+1
2006-01-04[PATCH] USB Gadget: dummy_hcd: updates to hcd->stateAlan Stern1-12/+31
2006-01-04[PATCH] USB Gadget: file_storage: remove "volatile" declarationsAlan Stern1-21/+38
2006-01-04[PATCH] USB: Cleanups for usb gadget mass-storagePavel Machek1-2/+2
2006-01-04[PATCH] USB: One potential problem in gadget/serial.cFengwei Yin1-0/+2
2006-01-04[PATCH] USB: dummy_hcd: rename variablesAlan Stern1-25/+25
2006-01-04[PATCH] USB: file-storage gadget: Add reference count for childrenAlan Stern1-13/+17
2005-11-17[PATCH] USB: fix build breakage in dummy_hcd.cGreg Kroah-Hartman1-2/+2
2005-11-11Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds4-103/+106
2005-11-10[PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman2-2/+0
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King4-103/+106
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering4-4/+0
2005-10-29Create platform_device.h to contain all the platform device details.Russell King4-3/+5
2005-10-28[PATCH] USB: gadget drivers - add .owner initialisationBen Dooks9-0/+10
2005-10-28[PATCH] add usb transceiver set_suspend() methodJuha Yrj?l?1-0/+4
2005-10-28[PATCH] omap_udc dma off-by-one fixDavid Brownell1-3/+5
2005-10-28[PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspendAlan Stern1-18/+4
2005-10-28[PATCH] g_file_storage: fix obscure race conditionAlan Stern1-12/+9
2005-10-28[PATCH] USB: File-Storage gadget: use the kthread APIAlan Stern1-19/+13
2005-10-28Merge ../bleed-2.6Greg KH10-50/+50
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King3-34/+14
2005-10-28Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-5/+5
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro9-45/+45
2005-10-28[ARM] 3044/1: Fix sparse warnings about incompatible pointer types for register defined in pxa-regs.hIan Campbell2-5/+5
2005-09-22[PATCH] USB: fix pxa2xx_udc compile warningsRichard Purdie2-6/+6
2005-09-12[PATCH] USB gadgetfs: fixes an error on writing to endpoint filePavol Kurina1-0/+1
2005-09-08[PATCH] USB: Gadget library: centralize gadget controller numbersDavid Brownell5-128/+92
2005-07-12[PATCH] USB: omap_udc tweaksdavid-b@pacbell.net1-2/+1
2005-07-12[PATCH] USB: gadget/ether build fixes.Ian Campbell1-0/+2
2005-07-12[PATCH] USB: gadget/ether fixesIan Campbell1-1/+1
2005-07-12[PATCH] USB: net2280 warning fixAndrew Morton1-1/+1
2005-07-12[PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas8-32/+33
2005-06-27[PATCH] USB: resolve ethernet gadget build glitch on pxaDavid Brownell1-0/+2
2005-06-27[PATCH] USB gadget: drain rndis response queue on disconnectDavid Brownell1-1/+7
2005-06-27[PATCH] USB: fix drivers/usb/gadget/ether.c compile errorDavid Brownell1-32/+21
2005-06-27[PATCH] USB: dummy_hcd: add suspend/resume supportAlan Stern1-17/+162
2005-06-27[PATCH] USB: dummy_hcd: sparse cleanupsAlan Stern1-17/+23
2005-06-27[PATCH] USB: pxa2xx_udc updatesDavid Brownell2-21/+32
2005-06-27[PATCH] USB: goku_udc updates (sparse, SETUP api change)David Brownell1-11/+17
2005-06-27[PATCH] USB: net2280 updates (sparse, SETUP api change)David Brownell1-22/+29
2005-06-27[PATCH] USB: gadget driver updates (SETUP api change)David Brownell6-42/+40
2005-06-27[PATCH] USB: Kconfig fixes for usb/gadgetDavid Brownell1-1/+10
2005-06-27[PATCH] USB dummy_hcd: Use root-hub interrupts instead of pollingAlan Stern1-0/+10
2005-06-27[PATCH] USB dummy_hcd: Centralize link state computationsAlan Stern1-92/+162
2005-06-27[PATCH] USB dummy_hcd: Use separate pdevs for HC and UDCAlan Stern1-98/+133
2005-06-27[PATCH] USB: dummy_hcd: USB_PORT_FEAT changed to USB_PORT_STATAlan Stern1-27/+23
2005-06-27[PATCH] USB dummy_hcd: Partial OTG emulationAlan Stern1-2/+28