aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-05-2027-127/+7228
|\
| * USB: gadget: Use kmemdupJulia Lawall2010-05-201-2/+1
| * USB: fix functionfs for CONFIG_NET disabledRandy Dunlap2010-05-201-2/+2
| * USB: gadget: f_mass_storage: fix in error recoveryMichal Nazarewicz2010-05-201-26/+25
| * USB: gadget: f_fs.c needs to include pagemap.hRandy Dunlap2010-05-201-0/+1
| * USB: mxc: gadget: remove 60mhz clock requirement for freescale mx51 usb coreDinh Nguyen2010-05-202-7/+9
| * USB: gadget: Allow function access to device ID data during bind()Robert Lukassen2010-05-201-8/+8
| * USB: g_ffs: the FunctionFS gadget driverMichal Nazarewicz2010-05-203-0/+465
| * USB: f_fs: the FunctionFS driverMichal Nazarewicz2010-05-201-0/+2441
| * USB: gadget: __init and __exit tags removedMichal Nazarewicz2010-05-208-70/+71
| * USB: gadget webcam: depends on VIDEO_DEVRandy Dunlap2010-05-201-0/+1
| * USB gadget: Webcam deviceLaurent Pinchart2010-05-203-1/+409
| * USB gadget: video class function driverLaurent Pinchart2010-05-207-0/+2710
| * USB: mxc: gadget: Fix bitfield for calculating maximum packet sizeDinh Nguyen2010-05-201-1/+1
| * USB: g_hid: unregister platform driver on probe/usb_composite_register errorsPeter Korsgaard2010-05-201-2/+12
| * USB: Mass storage gadget: Handle eject requestFabien Chouteau2010-05-201-3/+45
| * USB: Composite framework: Add suspended sysfs entryFabien Chouteau2010-05-201-0/+21
| * USB: pxa27x_udc: use four bits to store endpoint addressesMatt Reimer2010-05-201-1/+1
| * USB: gadget: f_mass_storage: per functionMichal Nazarewicz2010-05-201-6/+22
| * usb: gadget: Allow larger configuration descriptorsRobert Lukassen2010-05-201-1/+1
| * USB: gadget: add HID gadget driverFabien Chouteau2010-05-204-0/+974
| * USB: f_mass_storage: dynamic buffers for better alignmentMichal Nazarewicz2010-05-201-5/+18
| * USB: make hcd.h public (drivers dependency)Eric Lescouet2010-05-201-3/+1
* | Merge branch 'devel-stable' into develRussell King2010-05-1733-9/+52
|\ \ | |/
| * USB: gadget: s3c-hsotg: Add missing unlockJulia Lawall2010-04-301-2/+5
| * Merge branch 'master' into export-slabhTejun Heo2010-04-052-1/+9
| |\
| | * Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-04-021-0/+9
| | |\
| | | * ARM: 5965/1: Fix soft lockup in at91 udc driverHarro Haan2010-03-291-0/+9
| | * | USB gadget r8a66597-udc.c: duplicated includeAndrea Gelmini2010-03-261-1/+0
| | |/
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3026-0/+26
| |/
| * USB: gadget/multi: cdc_do_config: remove redundant checkPeter Korsgaard2010-03-191-2/+0
| * USB: gadget: add gadget controller number for s3c-hsotg driverMaurus Cuelenaere2010-03-191-0/+8
| * USB: g_mass_storage: fixed module name in KconfigMichal Nazarewicz2010-03-191-1/+1
| * USB: gadget: f_mass_storage::fsg_bind(): fix error handlingPeter Korsgaard2010-03-191-1/+0
| * USB: g_mass_storage: fix section mismatch warningsMike Frysinger2010-03-191-1/+1
| * USB: gadget: fix Blackfin builds after gadget cleansingMike Frysinger2010-03-191-1/+1
| * USB: goku_udc: remove potential null dereferenceDan Carpenter2010-03-191-1/+1
| * usb/gadget: fix compile error on r8a66597-udc.cGrant Likely2010-03-191-0/+1
* | ARM: 5966/1: at91_udc HW glitchHarro Haan2010-05-051-0/+7
|/
* Merge branch 'origin' into devel-stableRussell King2010-03-0827-230/+479
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-042-2/+2
| |\
| | * kill unused invalidate_inode_pages helperChristoph Hellwig2010-03-032-2/+2
| * | USB: atmel uaba: Adding invert vbus_pinEirik Aanonsen2010-03-022-2/+4
| * | USB: Remove unsupported usb gadget driversChristoph Egger2010-03-0211-133/+8
| * | USB: f_mass_storage: fix crash on bind() errorPeter Korsgaard2010-03-021-1/+0
| * | USB: g_mass_storage: min(...) warning fixedMichal Nazarewicz2010-03-021-1/+1
| * | usb: gadgetfs: Convert semaphore to mutexThomas Gleixner2010-03-021-18/+21
| * | USB: g_mass_storage: superfluous and missing packets fixedMichal Nazarewicz2010-03-021-9/+6
| * | USB: mass_storage: eject LUNs on thread exitMichal Nazarewicz2010-03-022-6/+28
| * | USB: pxa27x_udc: Fix deadlocks on request queueingRobert Jarzmik2010-03-022-35/+85