aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* USB: Fix kernel oops with g_ether and WindowsMaxim Osipov2010-09-031-3/+7
* USB: rndis: section mismatch fixHenrik Kretzschmar2010-09-032-2/+2
* USB: s3c-hsotg: Remove DEBUG defineMaurus Cuelenaere2010-09-031-2/+0
* USB: gadget: Return -ENOMEM on memory allocation failureJulia Lawall2010-08-231-0/+1
* USB: gadget: fix composite kernel-doc warningsRandy Dunlap2010-08-231-2/+2
* USB: r8a66597-udc: return -ENOMEM if kzalloc() failsAxel Lin2010-08-231-0/+1
* USB: uvc_v4l2: cleanup test for end of loopDan Carpenter2010-08-231-1/+1
* Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-121-5/+5
|\
| * of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-5/+5
* | USB: gadget: file_storage: serial parameter even if not test modeMichal Nazarewicz2010-08-101-9/+11
* | USB: s3c-hsotg: add support for clock gatingMarek Szyprowski2010-08-101-3/+17
* | USB: s3c-hsotg: modify only selected bits in S3C_PHYPWR registerMarek Szyprowski2010-08-101-2/+4
* | USB: s3c-hsotg: fix compilation problemMarek Szyprowski2010-08-101-0/+1
* | USB: s3c-hsotg: Add support for external USB clockMaurus Cuelenaere2010-08-101-0/+19
* | USB: s3c-hsotg: Fix OUT packet request retryBen Dooks2010-08-101-7/+11
* | USB: s3c-hsotg: Fix the OUT EP0 limitBen Dooks2010-08-101-2/+1
* | USB: s3c-hsotg: Fix max EP0 IN request lengthBen Dooks2010-08-101-2/+1
* | USB: s3c-hsotg: Check for new request before enqueing new setupBen Dooks2010-08-101-1/+1
* | USB: s3c-hsotg: Only load packet per fifo writeBen Dooks2010-08-101-0/+11
* | USB: s3c-hsotg: Add initial detection and setup for dedicated FIFO modeBen Dooks2010-08-101-2/+38
* | USB: s3c-hsotg: Re-initialise all FIFOs on USB bus resetBen Dooks2010-08-101-9/+4
* | USB: s3c-hsotg: Avoid overwriting contents of perodic in 'fifo'Ben Dooks2010-08-101-1/+11
* | USB: s3c-hsotg: The NPTX/PTX FIFO sizes are in words, not bytesBen Dooks2010-08-101-1/+2
* | USB: s3c-hsotg: Increase TX fifo limitBen Dooks2010-08-101-2/+2
* | USB: gadget: storage: optional SCSI WRITE FUA bitAndy Shevchenko2010-08-102-7/+52
* | usb: gadget: storage: strict coversion of 'ro' parameterAndy Shevchenko2010-08-101-4/+4
* | USB: gadget: functionfs: stale Makefile entry removedMichal Nazarewicz2010-08-101-1/+0
* | USB: EHCI Debug Port Device Gadgetstephane duverger2010-08-103-0/+464
* | USB: gadget: Remove unnecessary casts of private_dataJoe Perches2010-08-101-3/+3
* | USB: autoconvert trivial BKL users to private mutexArnd Bergmann2010-08-101-3/+4
* | USB: gadget: storage_common: comments updatedMichal Nazarewicz2010-08-101-21/+48
* | USB: gadget: compilation issue: missing TASK_INTERRUPTIBLEstephane duverger2010-08-101-0/+1
* | USB: gadget: g_fs: code cleanupMichal Nazarewicz2010-08-102-137/+60
* | USB: convert usb_hcd bitfields into atomic flagsAlan Stern2010-08-101-3/+3
* | USB: gadget: section mismatch warning fixedMichal Nazarewicz2010-08-1013-22/+22
* | USB: gadget: f_mass_storage: added eject callbackMichal Nazarewicz2010-08-102-40/+74
* | USB: gadget: composite: added disconnect callbackMichal Nazarewicz2010-08-101-0/+2
* | USB: gadget: g_multi: code clean up and refactoringMichal Nazarewicz2010-08-102-116/+147
* | USB: gadget: f_mass_storage: dead code removedMichal Nazarewicz2010-08-101-3/+0
* | USB: gadget: f_fs: use usb_string_ids_n()Michal Nazarewicz2010-08-101-18/+12
* | USB: gadget: composite: usb_string_ids_*() functions addedMichal Nazarewicz2010-08-101-4/+67
* | USB: gadget: f_fs: functionfs_add() renamed to functionfs_bind_config()Michal Nazarewicz2010-08-102-4/+4
* | USB: gadget: f_mass_storage: fsg_add() renamed to fsg_bind_config()Michal Nazarewicz2010-08-103-6/+13
* | USB: gadget: g_mass_storage: static data instead of dynamic allocationMichal Nazarewicz2010-08-101-6/+9
* | usb: gadget: Do not take BKL for gadget->ops->ioctlArnd Bergmann2010-08-102-6/+2
* | USB: Add a serial number parameter to g_file_storage moduleYann Cantin2010-08-101-11/+58
* | USB: gadget: langwell_udc.c: printk needs a (unsigned long long) cast for a d...Joe Perches2010-08-101-3/+3
* | usb: throw away custom hex digit methodsAndy Shevchenko2010-08-101-13/+2
* | USB: gadget: Use memdup_userJulia Lawall2010-08-101-7/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-08-072-4/+4
|\ \ | |/ |/|