summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2007-10-13usb: remove redundant memset from amd5536udcMariusz Kozlowski1-1/+0
2007-10-13USB: cleanups for g_file_storageAlan Stern1-67/+62
2007-10-13USB: make HCDs responsible for managing endpoint queuesAlan Stern1-5/+17
2007-10-13USB: gadget: gadget zero cleanupsDavid Brownell1-141/+96
2007-10-13USB: gadget: file storage gadget cleanupsDavid Brownell1-73/+45
2007-10-13USB: gadget: serial gadget cleanupsDavid Brownell1-93/+73
2007-10-13USB: gadget: gmidi cleanupsDavid Brownell1-48/+32
2007-10-13USB: gadget: ethernet gadget cleanups, shrinkageDavid Brownell1-87/+54
2007-10-13USB: gadget: gadget_is_{dualspeed,otg} predicates and cleanupDavid Brownell3-37/+26
2007-10-13[ARM] pxa: update PXA UDC driver to use clk supportRussell King2-26/+43
2007-10-11[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-09-11USB: fix serial gadget ACM breakageDavid Brownell1-10/+15
2007-08-23USB: fsl_usb2_udc: fix bug in processing setup requestsLi Yang1-36/+41
2007-08-23USB: g_file_storage: fix bug in DMA buffer handlingAlan Stern1-3/+0
2007-08-23USB: remove DEBUG definition from dummy_hcdAlan Stern1-2/+0
2007-08-23USB: Stall control endpoint when file storage class request wValue != 0Luis Lloret1-3/+4
2007-08-23USB: px2xx_udc bugfix, missing check for gpio_pullupDavid Brownell1-2/+2
2007-07-31USB: "sparse" cleanups for usb gadgetsDavid Brownell6-8/+11
2007-07-31USB: more pxa2xx_udc dead code removalDavid Brownell1-30/+0
2007-07-20USB: m66592-udc: fixes some problemsYoshihiro Shimoda4-453/+450
2007-07-20USB: amd5536 UDC driver (in GEODE southbridge)Thomas Dahlmann6-0/+4114
2007-07-20USB: use mutex instead of semaphore in the USB gadget serial driverMatthias Kaehlcke1-12/+13
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2-4/+2
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-0/+3
2007-07-16minimal fixes for drivers/usb/gadget/m66592-udc.cAl Viro1-23/+4
2007-07-13USB: goku_udc trivial cleanupsDavid Brownell2-23/+23
2007-07-13USB: usb gadget stack can now -DDEBUG with KconfigDavid Brownell3-82/+100
2007-07-13usb gadget stack: remove usb_ep_*_buffer(), part 2David Brownell9-429/+0
2007-07-13usb gadget stack: remove usb_ep_*_buffer(), part 1David Brownell4-29/+11
2007-07-13USB: pxa2xx_udc -- cleanups, mostly removing dma hooksDavid Brownell2-404/+25
2007-07-13USB: pxa2xx_udc: use generic gpio layerMilan Svoboda1-14/+49
2007-07-13USB: Don't resume root hub if the controller is suspendedAlan Stern1-2/+1
2007-07-13USB: fsl_usb2_udc: fix bug for portsc bit maskingLi Yang1-1/+1
2007-07-13usb gadget: Rename husb2dev -> usbaHaavard Skinnemoen2-5/+5
2007-07-13USB Gadget driver for Samsung s3c2410 ARM SoCArnaud Patard4-0/+2210
2007-07-13USB: fsl_usb2_udc: Get max ep number from DCCPARAMS registerLi Yang2-25/+38
2007-07-13USB: fsl_usb2_udc: replace deprecated irq flagLi Yang1-1/+1
2007-07-13USB: Disable file_storage USB_CONFIG_ATT_WAKEUPTony Lindgren1-2/+1
2007-07-13USB: usb serial gadget, sparse fixesDavid Brownell1-6/+8
2007-07-13USB: export <linux/usb_gadgetfs> as <linux/usb/gadgetfs.h>David Brownell1-1/+1
2007-07-13USB: use function attribute __maybe_unusedDavid Rientjes1-3/+3
2007-07-13USB: usb gadget, dead config cleanupDavid Brownell3-2/+12
2007-07-13USB: m66592-udc: fix use old interrupt flagsYoshihiro Shimoda1-2/+2
2007-07-13USB: m66592-udc: peripheral controller driver for M66592Yoshihiro Shimoda6-0/+2262
2007-07-12PCI: add pci_try_set_mwiRandy Dunlap1-1/+1
2007-06-26USB: g_file_storage: call allow_signal()Oleg Nesterov1-7/+5
2007-06-09USB: usb gadgets avoid le{16,32}_to_cpup()David Brownell5-24/+33
2007-05-23USB: fsl_usb2_udc: Fix UMTI_WIDE support and a compile warningLi Yang1-3/+5
2007-05-12[ARM] 4370/3: AT91: Support for Atmel AT91SAM9RL processors.Andrew Victor1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap7-7/+0