summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2013-06-10usb: gadget: nokia: convert to new interface of f_obexAndrzej Pietrasiewicz2-38/+85
2013-06-10usb: gadget: f_obex: use usb_gstrings_attachAndrzej Pietrasiewicz1-15/+8
2013-06-10usb: gadget: f_ecm: add configfs supportAndrzej Pietrasiewicz2-1/+58
2013-06-10usb: gadget: f_ecm: use usb_gstrings_attachAndrzej Pietrasiewicz1-14/+9
2013-06-10usb: gadget: cdc2: convert to new interface of f_ecmAndrzej Pietrasiewicz2-27/+60
2013-06-10usb: gadget: f_ecm: convert to new function interface with backward compatibi...Andrzej Pietrasiewicz9-14/+174
2013-06-10usb: gadget: add helpers for configfs support for USB EthernetAndrzej Pietrasiewicz2-128/+175
2013-06-10usb: gadget: f_ncm: add configfs supportAndrzej Pietrasiewicz2-0/+175
2013-06-10usb: gadget: f_ncm: use usb_gstrings_attachAndrzej Pietrasiewicz1-16/+10
2013-06-10usb: gadget: f_ncm: remove compatibility layerAndrzej Pietrasiewicz2-82/+0
2013-06-10usb: gadget: ncm: convert to new function interfaceAndrzej Pietrasiewicz2-22/+36
2013-06-10usb: gadget: f_ncm: convert to new function interface with backward compatibi...Andrzej Pietrasiewicz5-35/+194
2013-06-10usb: gadget: u_ether: construct with default values and add setters/gettersAndrzej Pietrasiewicz2-1/+307
2013-06-10usb: gadget: rndis: convert into moduleAndrzej Pietrasiewicz7-3/+32
2013-06-10usb: gadget: u_ether: convert into moduleAndrzej Pietrasiewicz10-52/+98
2013-06-10usb: gadget: f_mass_storage: add missing memory barrier for thread_wakeup_neededUCHINO Satoshi1-0/+2
2013-06-10USB: gadget: f_uac2: Fix broken prm to uac2 mappingJassi Brar1-14/+6
2013-06-10usb: gadget: r8a66597-udc: do not unlock unheld spinlock in r8a66597_sudmac_i...Alexey Khoroshilov1-2/+2
2013-06-05usb: gadget: uvc: Implement videobuf2 .wait_prepare and .wait_finish operationsMichael Grzeschik1-0/+16
2013-05-28usb: gadget: use platform_{get,set}_drvdata()Jingoo Han5-9/+9
2013-05-28usb: gadget: pxa27x_udc: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-05-28usb: gadget: mv_u3d_core: Remove redundant platform_set_drvdata()Sachin Kamat1-3/+0
2013-05-28usb: gadget: uvc: Remove unneeded endpoint descriptor fields initializationLaurent Pinchart1-10/+3
2013-05-28usb: gadget: drop unused USB_GADGET_MUSB_HDRCDaniel Mack1-8/+0
2013-05-24USB: gadget: atmel_usba: add DT supportJean-Christophe PLAGNIOL-VILLARD3-60/+163
2013-05-24USB: gadget: atmel_usba: allow multi instanceJean-Christophe PLAGNIOL-VILLARD1-18/+18
2013-05-24USB: gadget: atmel_usba: move global struct usba_ep usba_ep to struct usba_udcJean-Christophe PLAGNIOL-VILLARD2-9/+12
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-08aio: use cancellation list lazilyKent Overstreet1-2/+1
2013-05-08aio: move private stuff out of aio.hKent Overstreet1-0/+1
2013-05-08gadget: remove only user of aio retryZach Brown1-9/+29
2013-05-05gadget: single_open() leaksAl Viro2-2/+2
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds7-139/+86