summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* fix braino in fs: do not assign default i_ino in new_inodeAl Viro2010-10-261-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-10-262-0/+2
|\
| * fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-252-0/+2
* | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-10-251-14/+4
|\ \ | |/ |/|
| * OMAP: control: move plat-omap/control.h to mach-omap2/control.hPaul Walmsley2010-10-081-14/+4
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-246-17/+0
|\ \
| * | Revert "drivers/usb: Remove unnecessary return's from void functions" partiallyJiri Kosina2010-09-021-0/+3
| * | Merge branch 'master' into for-nextJiri Kosina2010-08-1129-466/+1178
| |\ \
| * | | drivers/usb: Remove unnecessary return's from void functionsJoe Perches2010-08-107-20/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-10-2247-1265/+1366
|\ \ \ \
| * | | | USB: gadget: amd5536udc.c: fix error pathRahul Ruikar2010-10-221-1/+3
| * | | | usb: gadget: fix Kconfig warningFelipe Contreras2010-10-221-11/+0
| * | | | usb: r8a66597-udc: Add processing when USB was removed.Yusuke Goda2010-10-221-0/+3
| * | | | mxc_udc: add workaround for ENGcm09152 for i.MX35Eric Bénard2010-10-221-0/+15
| * | | | USB: gadget: storage: reuse definitions from scsi.h header fileMichal Nazarewicz2010-10-223-105/+75
| * | | | usb: makefile cleanupmatt mooney2010-10-221-21/+18
| * | | | usb: gadget: dummy_hcd: Fix error pathRahul Ruikar2010-10-221-3/+5
| * | | | usb: gadget: goku_udc: Fix error pathDan Carpenter2010-10-221-11/+15
| * | | | usb: langwell_udc: cancel pending requests when controller is suspended.Philippe Skowronski2010-10-221-0/+5
| * | | | usb: langwell_udc: fix big file transfer issue.Christophe Lebouc2010-10-221-2/+4
| * | | | USB: add platform glue driver for FSL USB DR controllerAnatolij Gustschin2010-10-221-0/+1
| * | | | usb: change to new flag variablematt mooney2010-10-221-3/+1
| * | | | USB: gadget: file_storage: reuse definitions from a header fileMichal Nazarewicz2010-10-221-13/+1
| * | | | USB: atmel_usba_udc: force vbus_pin at -EINVAL when gpio_request failledJean-Christophe PLAGNIOL-VILLARD2010-10-221-0/+3
| * | | | USB: gadget: Remove pr_<level> uses of KERN_<level>Joe Perches2010-10-221-1/+1
| * | | | usb gadget: composite: prevent OOPS for non-standard control requestRoger Quadros2010-10-221-1/+2
| * | | | USB: Change acm_iad_descriptor bFunctionProtocol to USB_CDC_ACM_PROTO_AT_V25TERPraveena Nadahally2010-10-221-1/+1
| * | | | USB: r8a66597-udc: Initialize uninitialized variable, fix compile warningJavier Martinez Canillas2010-10-221-1/+1
| * | | | USB: gadget: rndis: fix up coding style issues in the fileMihai Donțu2010-10-221-248/+244
| * | | | USB: Kconfig: fix typos in USB_FUNCTIONFS* descriptionMichael Prokop2010-10-221-5/+5
| * | | | USB: g_file_storage: don't generate automatic serial stringAlan Stern2010-10-222-36/+15
| * | | | USB: langwell: Remove unnecessary return's from void functionsJoe Perches2010-10-221-5/+0
| * | | | USB: gadget: amd5536udc.c: Remove double testJulia Lawall2010-10-221-1/+1
| * | | | usb gadget: don't save bind callback in struct usb_configurationUwe Kleine-König2010-10-2213-38/+30
| * | | | usb gadget: don't save bind callback in struct usb_composite_driverMichal Nazarewicz2010-10-2212-26/+22
| * | | | usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König2010-10-2225-108/+114
| * | | | USB: Revert "USB: gadget: section mismatch warning fixed"Michal Nazarewicz2010-10-2213-22/+22
| * | | | USB: gadget: g_multi: moved strings handling code to compositeMichal Nazarewicz2010-10-221-16/+3
| * | | | USB: gadget: mass_storage: moved strings handling code to compositeMichal Nazarewicz2010-10-221-66/+6
| * | | | USB: gadget: composite: Better string override handlingMichal Nazarewicz2010-10-221-32/+64
| * | | | USB: gadget: functionfs: code cleanupMichal Nazarewicz2010-10-221-57/+28
| * | | | usb: gadget: mass_storage: optional SCSI WRITE FUA bitMichal Nazarewicz2010-10-221-1/+15
| * | | | usb: gadget: storage: remove nofua file when unbindingMichal Nazarewicz2010-10-221-0/+1
| * | | | USB: gadget: g_ffs: fixed vendor and product IDMichal Nazarewicz2010-10-221-2/+2
| * | | | USB: gadget: g_multi: fixed vendor and product IDMichal Nazarewicz2010-10-221-2/+2
| * | | | USB Gadget: Verify VBUS current before setting the device self-powered bitParirajan Muthalagu2010-10-221-1/+7
| * | | | USB: gadget: dbgp: cleanup: remove unneeded checkDan Carpenter2010-10-221-9/+7
| * | | | USB: langwell: USB Client driver memory handlingJiebingLi2010-10-222-10/+115
| * | | | USB: langwell: USB Client Remote Wakeup SupportJiebingLi2010-10-222-5/+65
| * | | | USB: langwell: USB Client PHY low power mode settingJiebingLi2010-10-221-32/+60
OpenPOWER on IntegriCloud