aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap7-7/+0
2007-05-06Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-2/+2
2007-04-27USB: update gadget files for fsl_usb2_udc driverLi Yang2-0/+11
2007-04-27USB: add Freescale high-speed USB SOC device controller driverLi Yang4-0/+3101
2007-04-27usb ethernet gadget, workaround network stack API glitchErik Hovland1-1/+2
2007-04-27USB gadget rndis: fix struct rndis_packet_msg_type unaligned bugWu, Bryan1-1/+1
2007-04-27USB: gadget-storage needs BLOCKRandy Dunlap1-0/+1
2007-04-27USB: pxa2xx_udc: fix hardcoded irq numberMilan Svoboda1-1/+1
2007-04-27pxa2xx_udc: cleanups, use platform_get_irqDavid Brownell1-53/+43
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2007-04-21[ARM] 4304/1: removes the unnecessary bit number from CKENnn_XXXXEric Miao1-2/+2
2007-03-26USB: omap_udc: workaround dma_free_coherent() bogosityDavid Brownell1-10/+93
2007-03-10Revert "USB: pxa2xx_udc: fix hardcoded irq number"Linus Torvalds1-1/+1
2007-03-09USB: pxa2xx_udc: fix hardcoded irq numberMilan Svoboda1-1/+1
2007-03-09USB: goku_udc: Remove crude cache coherency codeRalf Baechle1-29/+0
2007-03-09USB: at91_udc, fix more modpost bogosity (rename driver struct)David Brownell1-3/+3
2007-02-23gadgetfs: Fixed bug in ep_aio_read_retry.Sarah Bailey1-1/+4
2007-02-19Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-26/+9
2007-02-17Merge AT91, EP93xx, General devel, PXA, S3C, V6+ and Xscale treesRussell King3-26/+9
2007-02-16USB: at91_udc, shrink runtime footprintDavid Brownell1-8/+7
2007-02-16USB: fix g_serial small errorBryan O'Donoghue1-0/+1
2007-02-14[PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau9-9/+0
2007-02-11[PATCH] proc: remove useless (and buggy) ->nlink settingsAlexey Dobriyan1-1/+0
2007-02-11[PATCH] remove invalidate_inode_pages()Andrew Morton1-1/+1
2007-02-08[ARM] 4141/1: consolidate functions that handles gpio in pxa2xx_udcMilan Svoboda2-24/+7
2007-02-08[ARM] 4145/2: AT91: Add support for AT91SAM9263 processorAndrew Victor1-2/+2
2007-02-07USB: usb ethernet gadget recognizes HUSB2DEVHåvard Skinnemoen1-0/+4
2007-02-07USB: list atmel husb2_udc gadget controllerHåvard Skinnemoen1-0/+8
2007-02-07USB: gadgetfs AIO tweaksAlan Stern1-9/+7
2007-02-07USB: gadgetfs behaves better on userspace init bugDavid Brownell1-4/+4
2007-02-07USB: gadgetfs race fixDavid Brownell1-7/+11
2007-02-07USB: gadgetfs simplificationsDavid Brownell1-16/+13
2007-02-07USB: gadgetfs cleanupsDavid Brownell1-34/+41
2007-02-07USB: at91_udc wakeup event updatesDavid Brownell2-8/+12
2007-02-07usb: gadgetfs remove delayed init modePhil Endecott1-48/+12
2007-02-07usb: gadgetfs whitespace cleanupDavid Brownell1-28/+28
2007-02-07USB Gadget file_storage.c: remove unnecessary castsJohn Daiker1-16/+15
2007-02-07USB: ethernet gadget interop with MCCI Windows driverDavid Brownell1-39/+103
2007-02-07USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>David Brownell14-14/+14
2007-01-05USB: omap_udc build fixes (sync with linux-omap)David Brownell2-53/+195
2006-12-20USB: at91_udc: Additional checksWojtek Kaniewski1-2/+8
2006-12-20USB: at91_udc: Cleanup variables after failure in usb_gadget_register_driver()Wojtek Kaniewski1-0/+4
2006-12-20USB: at91_udc: allow drivers that support high speedWojtek Kaniewski1-1/+1
2006-12-20USB: at91_udc, misc fixesAndrew Victor2-6/+42
2006-12-20USB: at91 udc, support at91sam926x addressesAndrew Victor2-86/+84
2006-12-20USB: gadget driver unbind() is optional; section fixes; miscDavid Brownell10-47/+41
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day1-1/+1
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-2/+2