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-07-261-0/+4
|\
| * USB: s3c2410_udc: be aware of connected gadget driverVladimir Zapolskiy2010-07-261-0/+4
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-07-261-1/+1
|\ \ | |/ |/|
| * [ARM] pxa: fix incorrect CONFIG_CPU_PXA27x to CONFIG_PXA27xEric Miao2010-07-151-1/+1
* | Fix up trivial spelling errors ('taht' -> 'that')Linus Torvalds2010-07-211-1/+1
|/
* V4L/DVB: uvc: Fix multiple symbols definitions with UVC gadget and host driversLaurent Pinchart2010-07-117-110/+89
* USB: gadget: f_mass_storage: stale common->fsg value bug fixMichal Nazarewicz2010-06-301-99/+61
* USB: gadget: f_mass_storage: fixed fs descriptors not being updatedMichal Nazarewicz2010-06-301-22/+12
* USB: gadget eth: Fix calculate CRC32 in EEMJiri Pinkava2010-06-301-2/+1
* USB: gadget/printer, fix sleep inside atomicJiri Slaby2010-06-301-16/+16
* USB: s3c2410: deactivate endpoints before gadget unbindingVladimir Zapolskiy2010-06-301-1/+5
* USB: gadget: g_fs: possible invalid pointer reference bug fixedMichal Nazarewicz2010-06-301-0/+11
* USB: g_serial: fix tty cleanup on unloadJon Povey2010-06-301-0/+1
* USB: g_serial: don't set low_latency flagJon Povey2010-06-301-13/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-06-043-25/+25
|\
| * Merge branch 'sh/iomap'Paul Mundt2010-06-023-25/+25
| |\
| | * usb: gadget: r8a66597-udc pio to mmio accessor conversion.Paul Mundt2010-06-022-14/+14
| | * usb: gadget: m66592-udc pio to mmio accessor conversion.Paul Mundt2010-06-021-11/+11
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-06-042-0/+58
|\ \ \
| * | | USB: s3c-hsotg: Ensure FIFOs are fully flushed after layoutBen Dooks2010-06-041-0/+26
| * | | USB: s3c-hsotg: SoftDisconnect minimum 3msBen Dooks2010-06-041-0/+3
| * | | USB: s3c-hsotg: Ensure TX FIFO addresses setup when initialising FIFOsBen Dooks2010-06-041-0/+25
| * | | USB: s3c_hsotg: define USB_GADGET_DUALSPEED in KconfigMaurus Cuelenaere2010-06-041-0/+1
| * | | USB: s3c: Enable soft disconnect during initializationThomas Abraham2010-06-041-0/+3
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-06-041-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | usb/gadget: Replace the old USB audio FU definitions in f_audio.cTakashi Iwai2010-06-011-2/+2
| |/ /
* | | of/usb: fsl_qe_udc.c: fix build breakageAnatolij Gustschin2010-06-021-2/+2
|/ /
* | drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-1/+1
|/
* Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-2230-130/+7241
|\
| * sanitize vfs_fsync calling conventionsChristoph Hellwig2010-05-211-1/+1
| * 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