summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2010-09-03USB: Fix kernel oops with g_ether and WindowsMaxim Osipov
2010-09-03USB: rndis: section mismatch fixHenrik Kretzschmar
2010-09-03USB: s3c-hsotg: Remove DEBUG defineMaurus Cuelenaere
2010-08-23USB: gadget: Return -ENOMEM on memory allocation failureJulia Lawall
2010-08-23USB: gadget: fix composite kernel-doc warningsRandy Dunlap
2010-08-23USB: r8a66597-udc: return -ENOMEM if kzalloc() failsAxel Lin
2010-08-23USB: uvc_v4l2: cleanup test for end of loopDan Carpenter
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2010-08-10USB: gadget: file_storage: serial parameter even if not test modeMichal Nazarewicz
2010-08-10USB: s3c-hsotg: add support for clock gatingMarek Szyprowski
2010-08-10USB: s3c-hsotg: modify only selected bits in S3C_PHYPWR registerMarek Szyprowski
2010-08-10USB: s3c-hsotg: fix compilation problemMarek Szyprowski
2010-08-10USB: s3c-hsotg: Add support for external USB clockMaurus Cuelenaere
2010-08-10USB: s3c-hsotg: Fix OUT packet request retryBen Dooks
2010-08-10USB: s3c-hsotg: Fix the OUT EP0 limitBen Dooks
2010-08-10USB: s3c-hsotg: Fix max EP0 IN request lengthBen Dooks
2010-08-10USB: s3c-hsotg: Check for new request before enqueing new setupBen Dooks
2010-08-10USB: s3c-hsotg: Only load packet per fifo writeBen Dooks
2010-08-10USB: s3c-hsotg: Add initial detection and setup for dedicated FIFO modeBen Dooks
2010-08-10USB: s3c-hsotg: Re-initialise all FIFOs on USB bus resetBen Dooks
2010-08-10USB: s3c-hsotg: Avoid overwriting contents of perodic in 'fifo'Ben Dooks
2010-08-10USB: s3c-hsotg: The NPTX/PTX FIFO sizes are in words, not bytesBen Dooks
2010-08-10USB: s3c-hsotg: Increase TX fifo limitBen Dooks
2010-08-10USB: gadget: storage: optional SCSI WRITE FUA bitAndy Shevchenko
2010-08-10usb: gadget: storage: strict coversion of 'ro' parameterAndy Shevchenko
2010-08-10USB: gadget: functionfs: stale Makefile entry removedMichal Nazarewicz
2010-08-10USB: EHCI Debug Port Device Gadgetstephane duverger
2010-08-10USB: gadget: Remove unnecessary casts of private_dataJoe Perches
2010-08-10USB: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-08-10USB: gadget: storage_common: comments updatedMichal Nazarewicz
2010-08-10USB: gadget: compilation issue: missing TASK_INTERRUPTIBLEstephane duverger
2010-08-10USB: gadget: g_fs: code cleanupMichal Nazarewicz
2010-08-10USB: convert usb_hcd bitfields into atomic flagsAlan Stern
2010-08-10USB: gadget: section mismatch warning fixedMichal Nazarewicz
2010-08-10USB: gadget: f_mass_storage: added eject callbackMichal Nazarewicz
2010-08-10USB: gadget: composite: added disconnect callbackMichal Nazarewicz
2010-08-10USB: gadget: g_multi: code clean up and refactoringMichal Nazarewicz
2010-08-10USB: gadget: f_mass_storage: dead code removedMichal Nazarewicz
2010-08-10USB: gadget: f_fs: use usb_string_ids_n()Michal Nazarewicz
2010-08-10USB: gadget: composite: usb_string_ids_*() functions addedMichal Nazarewicz
2010-08-10USB: gadget: f_fs: functionfs_add() renamed to functionfs_bind_config()Michal Nazarewicz
2010-08-10USB: gadget: f_mass_storage: fsg_add() renamed to fsg_bind_config()Michal Nazarewicz
2010-08-10USB: gadget: g_mass_storage: static data instead of dynamic allocationMichal Nazarewicz
2010-08-10usb: gadget: Do not take BKL for gadget->ops->ioctlArnd Bergmann
2010-08-10USB: Add a serial number parameter to g_file_storage moduleYann Cantin
2010-08-10USB: gadget: langwell_udc.c: printk needs a (unsigned long long) cast for a d...Joe Perches
2010-08-10usb: throw away custom hex digit methodsAndy Shevchenko
2010-08-10USB: gadget: Use memdup_userJulia Lawall
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely