summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2013-10-05USB: Fix breakage in ffs_fs_mount()Al Viro1-34/+26
2013-10-01usb: gadget: fix a bug and a WARN_ON in dummy-hcdAlan Stern1-3/+4
2013-09-26usb: gadget: uvc: Fix error handling in uvc_queue_buffer()Laurent Pinchart1-1/+5
2013-09-07usb: acm gadget: Null termintate strings tableGraham Williams1-0/+1
2013-08-04usb: gadget: udc-core: fix the typo of udc state attributeRong Wang1-1/+1
2013-07-21usb: gadget: f_mass_storage: add missing memory barrier for thread_wakeup_neededUCHINO Satoshi1-0/+2
2013-05-15usb: phy: remove CONFIG_USB_OTG_UTILS once morePaul Bolle1-1/+0
2013-05-15usb: gadget: s3c-hsotg: pass 'struct usb_request *' to usb_gadget_unmap_reque...Jingoo Han1-1/+1
2013-05-15usb: gadget: don't check resource with devm_ioremap_resourceWolfram Sang1-10/+0
2013-05-15usb: gadget: fix error return code in configfs_composite_bind()Wei Yongjun1-2/+6
2013-05-15usb: gadget: dummy_hcd: fix error return code in init()Wei Yongjun1-1/+3
2013-05-15usb: gadget: fusb300_udc: fix error return code in fusb300_probe()Wei Yongjun1-1/+3
2013-05-15usb: gadget: m66592-udc: fix error return code in m66592_probe()Wei Yongjun1-1/+3
2013-05-15usb: gadget: r8a66597-udc: fix error return code in r8a66597_probe()Wei Yongjun1-1/+3
2013-05-15usb: gadget: s3c2410_udc: fix error return code in s3c2410_udc_probe()Wei Yongjun1-0/+1
2013-05-15usb: gadget: s3c2410_udc: Remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-15usb: gadget: pxa25x_udc: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-05-15usb: gadget: imx_udc: Remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-15usb: gadget: f_uac2: Remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-15usb: gadget: dummy_hcd: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-05-15usb: gadget: bcm63xx_udc: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-05-15usb: gadget: atmel_usba_udc: Remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-15Add a couple kernel-doc lines to prevent warnings.Robert P. J. Day2-0/+2
2013-05-15usb: gadget: zero: fix error return code in zero_bind()Wei Yongjun1-2/+6
2013-05-07aio: use cancellation list lazilyKent Overstreet1-2/+1
2013-05-07aio: move private stuff out of aio.hKent Overstreet1-0/+1
2013-05-07gadget: remove only user of aio retryZach Brown1-9/+29
2013-05-05gadget: single_open() leaksAl Viro2-2/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds7-139/+86
2013-04-29fsl_udc: Don't use create_proc_read_entry()David Howells1-81/+43
2013-04-29goku_udc: Don't use create_proc_read_entry()David Howells1-50/+39
2013-04-25USB: OMAP: ISP1301 needs USB_PHYArnd Bergmann1-0/+1
2013-04-25USB: lpc32xx: ISP1301 needs USB_PHYArnd Bergmann1-0/+1
2013-04-23Merge tag 'usb-for-v3.10-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman5-4/+11
2013-04-23usb: gadget: zero: put function instances on unbindAndrzej Pietrasiewicz1-0/+2
2013-04-23usb: gadget: f_sourcesink.c: correct a copy-paste misnomerAndrzej Pietrasiewicz1-2/+2
2013-04-23usb: gadget: cdc2: fix error return code in cdc_do_config()Wei Yongjun1-1/+3
2013-04-23usb: gadget: multi: fix error return code in rndis_do_config()Wei Yongjun1-1/+3
2013-04-23usb: gadget: f_obex: fix error return code in obex_bind()Wei Yongjun1-0/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro3-4/+4
2013-04-09gadgetfs: don't bother with fops->ownerAl Viro2-4/+0
2013-04-08usb, gadget: use appropriate warning accessorsDavid Rientjes1-2/+2
2013-04-05Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman60-1655/+2173
2013-04-03usb: gadget: nokia: include f_ecm.cFelipe Balbi1-0/+1
2013-04-03usb: gadget: f_obex: add configfs supportAndrzej Pietrasiewicz1-0/+55
2013-04-03usb: gadget: serial: convert to new interface of f_obexAndrzej Pietrasiewicz2-39/+4
2013-04-03usb: gadget: f_obex: convert to new function interface with backward compatib...Andrzej Pietrasiewicz5-47/+132
2013-04-03usb: gadget: f_serial: add configfs supportAndrzej Pietrasiewicz1-0/+55
2013-04-03usb: gadget: f_serial: remove compatibility layerAndrzej Pietrasiewicz1-46/+0
2013-04-03usb: gadget: serial: convert to new interface of f_serialAndrzej Pietrasiewicz2-18/+8