summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2-0/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-8/+8
2013-02-22new helper: file_inode(file)Al Viro5-8/+8
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-9/+12
2013-02-21Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds52-1425/+1695
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds11-106/+24
2013-02-08drivers/usb: add missing GENERIC_HARDIRQS dependenciesHeiko Carstens1-1/+2
2013-02-06usb: gadget: imx_udc: make it depend on BROKENFelipe Balbi1-0/+1
2013-02-06drivers/usb/gadget: using strlcpy instead of strncpyChen Gang1-1/+2
2013-01-31USB: GADGET: optionally force full-speed for net2280 UDCAlan Stern1-0/+15
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-36/+57
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman4-36/+57
2013-01-25Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman10-49/+71
2013-01-25Merge 3.8-rc5 into usb-nextGreg Kroah-Hartman4-36/+57
2013-01-25Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman1-10/+27
2013-01-25Merge tag 'gadget-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman50-1413/+1648
2013-01-24usb: gadget: constify all struct usb_gadget_opsFelipe Balbi8-8/+8
2013-01-24usb: gadget: mv_udc: fix the value of tranceiverChao Xie1-5/+10
2013-01-24usb: gadget: mv_udc: fix the warning of mv_udc_removeChao Xie1-1/+1
2013-01-24usb: gadget: mv_udc: use devm_xxx for probeChao Xie1-100/+56
2013-01-24usb: gadget: completely remove ->start/->stopFelipe Balbi1-75/+14
2013-01-24usb: gadget: s3c2410: convert to udc_start/udc_stopFelipe Balbi2-53/+13
2013-01-24usb: gadget: pxa27x_udc: convert to udc_start/udc_stopFelipe Balbi2-46/+16
2013-01-24usb: gadget: pxa25x_udc: convert to udc_start/udc_stopFelipe Balbi2-48/+15
2013-01-24usb: gadget: pch_udc: convert to udc_start/udc_stopFelipe Balbi1-53/+14
2013-01-24usb: gadget: omap_udc: convert to udc_start/udc_stopFelipe Balbi1-37/+12
2013-01-24usb: gadget: m66592-udc: convert to udc_start/udc_stopFelipe Balbi2-51/+20
2013-01-24usb: gadget: fsl_udc_core: convert to udc_start/udc_stopFelipe Balbi1-47/+11
2013-01-24usb: gadget: goku_udc: convert to udc_start/udc_stopFelipe Balbi2-56/+15
2013-01-24usb: gadget: fusb300_udc: convert to udc_start/udc_stopFelipe Balbi2-47/+20
2013-01-24usb: gadget: amd5536udc: convert to udc_start/udc_stopFelipe Balbi2-45/+16
2013-01-24usb: gadget: mv_udc: use udc_start and udc_stop functionsChao Xie1-44/+35
2013-01-22usb: Convert to devm_ioremap_resource()Thierry Reding3-14/+13
2013-01-21usb: gadget: fix two sparse warningsFelipe Balbi2-2/+2
2013-01-21usb: gadget: f_uac2: fix compile warningFelipe Balbi1-1/+0
2013-01-21usb: gadget: f_acm: use usb_gstrings_attach()Sebastian Andrzej Siewior2-18/+20
2013-01-21usb: gadget: composite: introduce usb_gstrings_attach()Sebastian Andrzej Siewior1-0/+135
2013-01-21usb: gadget: export composite's setup & disconnect functionSebastian Andrzej Siewior1-2/+2
2013-01-21usb: gadget: factor out two helper functions from composite_bind()Sebastian Andrzej Siewior1-31/+51
2013-01-21usb: gadget: udc-core: introduce UDC binding by nameSebastian Andrzej Siewior1-21/+51
2013-01-21usb: gadget: add a forward pointer from usb_function to its "instance"Sebastian Andrzej Siewior1-0/+116
2013-01-21usb: gadget: multi: use function framework for ACMSebastian Andrzej Siewior2-10/+53
2013-01-21usb: gadget: cdc2: use function framework for ACMSebastian Andrzej Siewior2-5/+24
2013-01-21usb: gadget: acm_ms: use function framework for ACMSebastian Andrzej Siewior2-6/+28
2013-01-21usb: gadget: f_acm: convert to new function interface with backwards compatib...Sebastian Andrzej Siewior9-55/+186
2013-01-21usb: gadget: allocate & giveback serial ports instead hard code themSebastian Andrzej Siewior11-209/+229
2013-01-21usb: gadget: composite: add usb_remove_function()Sebastian Andrzej Siewior1-0/+12
2013-01-21usb: gadget: u_serial: convert into a moduleSebastian Andrzej Siewior9-9/+23
2013-01-21usb: gadget: g_serial: split the three possible functions into three bind fun...Sebastian Andrzej Siewior1-11/+32
2013-01-21usb: gadget: f_acm: remove empty functionSebastian Andrzej Siewior1-10/+0