summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* USB: gadget-storage needs BLOCKRandy Dunlap2007-04-271-0/+1
* USB: pxa2xx_udc: fix hardcoded irq numberMilan Svoboda2007-04-271-1/+1
* pxa2xx_udc: cleanups, use platform_get_irqDavid Brownell2007-04-271-53/+43Star
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-261-1/+0Star
* USB: omap_udc: workaround dma_free_coherent() bogosityDavid Brownell2007-03-261-10/+93
* Revert "USB: pxa2xx_udc: fix hardcoded irq number"Linus Torvalds2007-03-101-1/+1
* USB: pxa2xx_udc: fix hardcoded irq numberMilan Svoboda2007-03-101-1/+1
* USB: goku_udc: Remove crude cache coherency codeRalf Baechle2007-03-101-29/+0Star
* USB: at91_udc, fix more modpost bogosity (rename driver struct)David Brownell2007-03-101-3/+3
* gadgetfs: Fixed bug in ep_aio_read_retry.Sarah Bailey2007-02-241-1/+4
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-02-193-26/+9Star
|\
| *-. Merge AT91, EP93xx, General devel, PXA, S3C, V6+ and Xscale treesRussell King2007-02-173-26/+9Star
| |\ \
| | | * [ARM] 4141/1: consolidate functions that handles gpio in pxa2xx_udcMilan Svoboda2007-02-082-24/+7Star
| | |/ | |/|
| | * [ARM] 4145/2: AT91: Add support for AT91SAM9263 processorAndrew Victor2007-02-081-2/+2
| |/
* | USB: at91_udc, shrink runtime footprintDavid Brownell2007-02-171-8/+7Star
* | USB: fix g_serial small errorBryan O'Donoghue2007-02-171-0/+1
* | [PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner2007-02-141-1/+1
* | [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-149-9/+0Star
* | [PATCH] proc: remove useless (and buggy) ->nlink settingsAlexey Dobriyan2007-02-111-1/+0Star
* | [PATCH] remove invalidate_inode_pages()Andrew Morton2007-02-111-1/+1
* | USB: usb ethernet gadget recognizes HUSB2DEVHåvard Skinnemoen2007-02-081-0/+4
* | USB: list atmel husb2_udc gadget controllerHåvard Skinnemoen2007-02-081-0/+8
* | USB: gadgetfs AIO tweaksAlan Stern2007-02-081-9/+7Star
* | USB: gadgetfs behaves better on userspace init bugDavid Brownell2007-02-081-4/+4
* | USB: gadgetfs race fixDavid Brownell2007-02-081-7/+11
* | USB: gadgetfs simplificationsDavid Brownell2007-02-081-16/+13Star
* | USB: gadgetfs cleanupsDavid Brownell2007-02-081-34/+41
* | USB: at91_udc wakeup event updatesDavid Brownell2007-02-082-8/+12
* | usb: gadgetfs remove delayed init modePhil Endecott2007-02-081-48/+12Star
* | usb: gadgetfs whitespace cleanupDavid Brownell2007-02-081-28/+28
* | USB Gadget file_storage.c: remove unnecessary castsJohn Daiker2007-02-081-16/+15Star
* | USB: ethernet gadget interop with MCCI Windows driverDavid Brownell2007-02-081-39/+103
* | USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>David Brownell2007-02-0814-14/+14
|/
* USB: omap_udc build fixes (sync with linux-omap)David Brownell2007-01-052-53/+195
* USB: at91_udc: Additional checksWojtek Kaniewski2006-12-201-2/+8
* USB: at91_udc: Cleanup variables after failure in usb_gadget_register_driver()Wojtek Kaniewski2006-12-201-0/+4
* USB: at91_udc: allow drivers that support high speedWojtek Kaniewski2006-12-201-1/+1
* USB: at91_udc, misc fixesAndrew Victor2006-12-202-6/+42
* USB: at91 udc, support at91sam926x addressesAndrew Victor2006-12-202-86/+84Star
* USB: gadget driver unbind() is optional; section fixes; miscDavid Brownell2006-12-2010-47/+41Star
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-1/+1
* [PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day2006-12-131-1/+1
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-081-2/+2
* [PATCH] struct path: convert usbJosef Sipek2006-12-081-8/+8
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-12-081-1/+1
|\
| * [ARM] 3963/1: AT91: Update configuration filesAndrew Victor2006-12-011-1/+1
* | [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-071-1/+1
* | [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-076-8/+8
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-055-6/+12
|\ \
| * | USB: lh7a40x_udc remove double declarationDavid Brownell2006-12-011-1/+0Star