aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2-1/+3
2010-10-15llseek: automatically add .llseek fopArnd Bergmann2-1/+3
2010-10-04BKL: Remove BKL from USB gadgetfsArnd Bergmann1-1/+0
2010-09-03USB: Fix kernel oops with g_ether and WindowsMaxim Osipov1-3/+7
2010-09-03USB: rndis: section mismatch fixHenrik Kretzschmar2-2/+2
2010-09-03USB: s3c-hsotg: Remove DEBUG defineMaurus Cuelenaere1-2/+0
2010-08-23USB: gadget: Return -ENOMEM on memory allocation failureJulia Lawall1-0/+1
2010-08-23USB: gadget: fix composite kernel-doc warningsRandy Dunlap1-2/+2
2010-08-23USB: r8a66597-udc: return -ENOMEM if kzalloc() failsAxel Lin1-0/+1
2010-08-23USB: uvc_v4l2: cleanup test for end of loopDan Carpenter1-1/+1
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-5/+5
2010-08-10USB: gadget: file_storage: serial parameter even if not test modeMichal Nazarewicz1-9/+11
2010-08-10USB: s3c-hsotg: add support for clock gatingMarek Szyprowski1-3/+17
2010-08-10USB: s3c-hsotg: modify only selected bits in S3C_PHYPWR registerMarek Szyprowski1-2/+4
2010-08-10USB: s3c-hsotg: fix compilation problemMarek Szyprowski1-0/+1
2010-08-10USB: s3c-hsotg: Add support for external USB clockMaurus Cuelenaere1-0/+19
2010-08-10USB: s3c-hsotg: Fix OUT packet request retryBen Dooks1-7/+11
2010-08-10USB: s3c-hsotg: Fix the OUT EP0 limitBen Dooks1-2/+1
2010-08-10USB: s3c-hsotg: Fix max EP0 IN request lengthBen Dooks1-2/+1
2010-08-10USB: s3c-hsotg: Check for new request before enqueing new setupBen Dooks1-1/+1
2010-08-10USB: s3c-hsotg: Only load packet per fifo writeBen Dooks1-0/+11
2010-08-10USB: s3c-hsotg: Add initial detection and setup for dedicated FIFO modeBen Dooks1-2/+38
2010-08-10USB: s3c-hsotg: Re-initialise all FIFOs on USB bus resetBen Dooks1-9/+4
2010-08-10USB: s3c-hsotg: Avoid overwriting contents of perodic in 'fifo'Ben Dooks1-1/+11
2010-08-10USB: s3c-hsotg: The NPTX/PTX FIFO sizes are in words, not bytesBen Dooks1-1/+2
2010-08-10USB: s3c-hsotg: Increase TX fifo limitBen Dooks1-2/+2
2010-08-10USB: gadget: storage: optional SCSI WRITE FUA bitAndy Shevchenko2-7/+52
2010-08-10usb: gadget: storage: strict coversion of 'ro' parameterAndy Shevchenko1-4/+4
2010-08-10USB: gadget: functionfs: stale Makefile entry removedMichal Nazarewicz1-1/+0
2010-08-10USB: EHCI Debug Port Device Gadgetstephane duverger3-0/+464
2010-08-10USB: gadget: Remove unnecessary casts of private_dataJoe Perches1-3/+3
2010-08-10USB: autoconvert trivial BKL users to private mutexArnd Bergmann1-3/+4
2010-08-10USB: gadget: storage_common: comments updatedMichal Nazarewicz1-21/+48
2010-08-10USB: gadget: compilation issue: missing TASK_INTERRUPTIBLEstephane duverger1-0/+1
2010-08-10USB: gadget: g_fs: code cleanupMichal Nazarewicz2-137/+60
2010-08-10USB: convert usb_hcd bitfields into atomic flagsAlan Stern1-3/+3
2010-08-10USB: gadget: section mismatch warning fixedMichal Nazarewicz13-22/+22
2010-08-10USB: gadget: f_mass_storage: added eject callbackMichal Nazarewicz2-40/+74
2010-08-10USB: gadget: composite: added disconnect callbackMichal Nazarewicz1-0/+2
2010-08-10USB: gadget: g_multi: code clean up and refactoringMichal Nazarewicz2-116/+147
2010-08-10USB: gadget: f_mass_storage: dead code removedMichal Nazarewicz1-3/+0
2010-08-10USB: gadget: f_fs: use usb_string_ids_n()Michal Nazarewicz1-18/+12
2010-08-10USB: gadget: composite: usb_string_ids_*() functions addedMichal Nazarewicz1-4/+67
2010-08-10USB: gadget: f_fs: functionfs_add() renamed to functionfs_bind_config()Michal Nazarewicz2-4/+4
2010-08-10USB: gadget: f_mass_storage: fsg_add() renamed to fsg_bind_config()Michal Nazarewicz3-6/+13
2010-08-10USB: gadget: g_mass_storage: static data instead of dynamic allocationMichal Nazarewicz1-6/+9
2010-08-10usb: gadget: Do not take BKL for gadget->ops->ioctlArnd Bergmann2-6/+2
2010-08-10USB: Add a serial number parameter to g_file_storage moduleYann Cantin1-11/+58
2010-08-10USB: gadget: langwell_udc.c: printk needs a (unsigned long long) cast for a dma_tJoe Perches1-3/+3
2010-08-10usb: throw away custom hex digit methodsAndy Shevchenko1-13/+2