summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2008-05-02usb: gadget zero style fixups (mostly whitespace)David Brownell1-193/+172
2008-05-02usb serial gadget: CDC ACM fixesDavid Brownell1-17/+73
2008-05-02usb: pxa27x_udc driverRobert Jarzmik5-4/+2916
2008-04-30usb gadget: switch to put_char returning intAlan Cox1-4/+6
2008-04-29usb: use get/put_unaligned_* helpersHarvey Harrison3-27/+17
2008-04-29usb: use non-racy method for proc entries creationDenis V. Lunev2-14/+4
2008-04-28drivers/usb annotations and fixesAl Viro4-15/+16
2008-04-25USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison14-204/+204
2008-04-25USB: g_file_storage: ignore bulk-out data after invalid CBWAlan Stern1-13/+15
2008-04-25USB: at91_udc can prefetch dataDavid Brownell1-1/+4
2008-04-25USB: dummy-hcd: use dynamic allocation for platform_devicesAlan Stern1-41/+29
2008-04-25USB: gadget section fixesDavid Brownell4-11/+11
2008-04-25USB: gadget: dummy_hcd.c: fix nested switch statementsIngo van Lil1-8/+6
2008-04-25USB: mem leak fixes for AMD 5536 UDC high/full speed USB device controller dr...Jesper Juhl1-0/+10
2008-04-25USB: g_printer bugfixesCraig W. Nadler1-32/+54
2008-04-25USB: Remove EXPERIMENTAL tags from some USB gadget Kconfig entries.Robert P. J. Day1-8/+10
2008-04-25USB: remove dev->power.power_stateAlan Stern2-6/+0
2008-04-25USB: gadget: Hangup tty on g_serial disconnectSavin Zlobec1-2/+1
2008-04-25USB: m66592-udc: reduce size of data structure.Paul Mundt1-1/+1
2008-04-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinn...Haavard Skinnemoen3-86/+83
2008-04-11usb gadget: fix platform driver hotplug/coldplugKay Sievers8-2/+11
2008-04-07atmel_usba_udc: Add support for AT91CAP9 UDPHSStelian Pop3-8/+46
2008-04-07atmel_usba_udc: Add missing kfree() in usba_udc_remove()Stelian Pop1-0/+1
2008-04-07atmel_usba_udc: move endpoint declarations into platform data.Stelian Pop1-33/+38
2008-04-07atmel_usba_udc: Kill GPIO_PIN_NONEStelian Pop1-1/+1
2008-04-07atmel_usba_udc: Fix endpoint names.Stelian Pop1-7/+7
2008-04-07atmel_usba: Kill copy_to_fifo() and copy_from_fifo()Haavard Skinnemoen1-51/+4
2008-03-25USB: fix gadgetfs class request delegationRoy Hashimoto1-2/+2
2008-03-11USB: fsl_usb2_udc: fix broken KconfigLi Yang1-1/+1
2008-03-05USB: remove incorrect struct class_device from the printer gadgetTony Jones1-1/+0
2008-03-05USB: pxa2xx_udc: fix misuse of clock enable/disable callsDmitry Baryshkov2-39/+53
2008-02-22USB: gadget: queue usb USB_CDC_GET_ENCAPSULATED_RESPONSE messageJan Altenberg1-0/+1
2008-02-22USB: g_printer, fix empty if statementAdrian Bunk1-1/+1
2008-02-15d_path: Make d_path() use a struct pathJan Blunck1-5/+3
2008-02-08usb: net2280 can't have a function called show_registers()David Howells1-3/+3
2008-02-02USB: Use menuconfig objectsDenis Cheng1-4/+5
2008-02-02USB: pxa2xx_udc: use debugfs not procfsDmitry Baryshkov2-69/+62
2008-02-02USB: at91_udc uses generic GPIO calls; minor cleanupDavid Brownell2-20/+61
2008-02-02USB: gadget: at91_udc minor fix (there is no number six)David Brownell1-3/+3
2008-02-02USB: gadget: ethernet error path potential oops fixDavid Brownell1-3/+3
2008-02-02USB: Spelling fixesJoe Perches3-3/+3
2008-02-02USB: gadget: pxa2xx_udc supports inverted vbusDmitry Baryshkov1-2/+7
2008-02-02USB: dummy_hcd: change the default power budgetAlan Stern1-2/+3
2008-02-02USB: dummy_hcd: don't register drivers on the platform busAlan Stern1-25/+8
2008-02-02USB: usb peripheral controller driver oops avoidancePatrik Sevallius6-0/+7
2008-02-02USB: gadget code switches to pr_err() and friendsDavid Brownell14-171/+151
2008-02-02USB: add Printer Gadget DriverCraig W. Nadler3-0/+1609
2008-02-02USB: Add missing "space" to printk messagesJoe Perches3-3/+3
2008-02-02USB: m66592-udc: Add support for SH7722 USBFYoshihiro Shimoda3-1/+118
2008-02-02USB: device DMA support on OMAP2Kyungmin Park1-22/+49